Color Hex Logo

#bc945e Color Hex

#BC945E
(188,148,94)
0 Favorites   0 Comments

Color spaces of #bc945e

RGB 18814894
HSL0.100.410.55
HSV34°50°74°
CMYK 0.000.210.50   0.26
XYZ33.349332.679315.1397
Yxy32.67930.41090.4026
Hunter Lab57.16584.092924.3138
CIE-Lab63.90048.259034.1459

#bc945e color RGB value is (188,148,94).

#bc945e hex color red value is 188, green value is 148 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bc945e hue: 0.10 , saturation: 0.41 and the lightness value of bc945e is 0.55.

The process color (four color CMYK) of #bc945e color hex is 0.00, 0.21, 0.50, 0.26. Web safe color of #bc945e is #cc9966. Color #bc945e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 01011110
Octal 274 224 136
Decimal 188 148 94
Hex BC 94 5E

RGB Percentages of Color #bc945e

%43.72
%34.42
%21.86

CMYK Percentages of Color #bc945e

%0
%21
%50
%26

Triadic Colors of #bc945e

#bc945e #5ebc94 #945ebc

Analogous Colors of #bc945e

#bc945e #b5bc5e #bc655e

Monochromatic Colors of #bc945e

#bc945e

Complementary Color

#bc945e #5e86bc

#bc945e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc945e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc945e Color CSS Codes

.mybgcolor {background-color:#bc945e; } 
.myforecolor {color:#bc945e; }
.mybordercolor {border:3px solid #bc945e; }

#bc945e Text Font Color

<p style="color:#bc945e">Text here</p>

This sample text font color is #bc945e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc945e Background Color

<div style="background-color:#bc945e">
Div content here</div>

This div background color is #bc945e


#bc945e Border Color

<div style="border:3px solid #bc945e">
Div here</div>

This div border color is #bc945e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,148,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc945e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc945e;
  -webkit-box-shadow: 1px 1px 3px 2px #bc945e;
  box-shadow:         1px 1px 3px 2px #bc945e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,148,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc945e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc945e;
  -webkit-box-shadow: 1px 1px 3px 2px #bc945e;
  box-shadow:         1px 1px 3px 2px #bc945e;">
Div content here</div>

This div box has shadow with color #bc945e


Comments

No comments written yet.

Please login to write comment.