Color Hex Logo

#bc856f Color Hex

#BC856F
(188,133,111)
0 Favorites   0 Comments

Color spaces of #bc856f

RGB 188133111
HSL0.050.360.59
HSV17°41°74°
CMYK 0.000.290.41   0.26
XYZ31.995828.614118.8756
Yxy28.61410.40250.3600
Hunter Lab53.492113.156716.5230
CIE-Lab60.439518.339520.2747

#bc856f color RGB value is (188,133,111).

#bc856f hex color red value is 188, green value is 133 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bc856f hue: 0.05 , saturation: 0.36 and the lightness value of bc856f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000101 01101111
Octal 274 205 157
Decimal 188 133 111
Hex BC 85 6F

RGB Percentages of Color #bc856f

%43.52
%30.79
%25.69

CMYK Percentages of Color #bc856f

%0
%29
%41
%26

Triadic Colors of #bc856f

#bc856f #6fbc85 #856fbc

Analogous Colors of #bc856f

#bc856f #bcac6f #bc6f80

Monochromatic Colors of #bc856f

#bc856f

Complementary Color

#bc856f #6fa6bc

#bc856f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc856f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc856f Color CSS Codes

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

#bc856f Text Font Color

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

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


#bc856f Background Color

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

This div background color is #bc856f


#bc856f Border Color

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

This div border color is #bc856f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc856f


Comments

No comments written yet.

Please login to write comment.