Color Hex Logo

#bc855b Color Hex

#BC855B
(188,133,91)
0 Favorites   0 Comments

Color spaces of #bc855b

RGB 18813391
HSL0.070.420.55
HSV26°52°74°
CMYK 0.000.290.52   0.26
XYZ31.014928.221813.7102
Yxy28.22180.42520.3869
Hunter Lab53.124211.244321.8855
CIE-Lab60.088616.260830.9433

#bc855b color RGB value is (188,133,91).

#bc855b hex color red value is 188, green value is 133 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bc855b hue: 0.07 , saturation: 0.42 and the lightness value of bc855b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000101 01011011
Octal 274 205 133
Decimal 188 133 91
Hex BC 85 5B

RGB Percentages of Color #bc855b

%45.63
%32.28
%22.09

CMYK Percentages of Color #bc855b

%0
%29
%52
%26

Triadic Colors of #bc855b

#bc855b #5bbc85 #855bbc

Analogous Colors of #bc855b

#bc855b #bcb65b #bc5b61

Monochromatic Colors of #bc855b

#bc855b

Complementary Color

#bc855b #5b92bc

#bc855b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc855b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc855b Color CSS Codes

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

#bc855b Text Font Color

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

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


#bc855b Background Color

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

This div background color is #bc855b


#bc855b Border Color

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

This div border color is #bc855b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc855b


Comments

No comments written yet.

Please login to write comment.