Color Hex Logo

#bc876e Color Hex

#BC876E
(188,135,110)
0 Favorites   0 Comments

Color spaces of #bc876e

RGB 188135110
HSL0.050.370.58
HSV19°41°74°
CMYK 0.000.280.41   0.26
XYZ32.217529.145118.6794
Yxy29.14510.40250.3641
Hunter Lab53.986212.048117.2758
CIE-Lab60.909517.115421.4726

#bc876e color RGB value is (188,135,110).

#bc876e hex color red value is 188, green value is 135 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bc876e hue: 0.05 , saturation: 0.37 and the lightness value of bc876e is 0.58.

The process color (four color CMYK) of #bc876e color hex is 0.00, 0.28, 0.41, 0.26. Web safe color of #bc876e is #cc9966. Color #bc876e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 01101110
Octal 274 207 156
Decimal 188 135 110
Hex BC 87 6E

RGB Percentages of Color #bc876e

%43.42
%31.18
%25.40

CMYK Percentages of Color #bc876e

%0
%28
%41
%26

Triadic Colors of #bc876e

#bc876e #6ebc87 #876ebc

Analogous Colors of #bc876e

#bc876e #bcae6e #bc6e7c

Monochromatic Colors of #bc876e

#bc876e

Complementary Color

#bc876e #6ea3bc

#bc876e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc876e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc876e Color CSS Codes

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

#bc876e Text Font Color

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

This sample text font color is #bc876e
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.


#bc876e Background Color

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

This div background color is #bc876e


#bc876e Border Color

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

This div border color is #bc876e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc876e


Comments

No comments written yet.

Please login to write comment.