Color Hex Logo

#bb892c Color Hex

#BB892C
(187,137,44)
0 Favorites   0 Comments

Color spaces of #bb892c

RGB 18713744
HSL0.110.620.45
HSV39°76°73°
CMYK 0.000.270.76   0.27
XYZ29.893828.63806.3350
Yxy28.63800.46080.4415
Hunter Lab53.51456.061830.4414
CIE-Lab60.460810.457854.3307

#bb892c color RGB value is (187,137,44).

#bb892c hex color red value is 187, green value is 137 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bb892c hue: 0.11 , saturation: 0.62 and the lightness value of bb892c is 0.45.

The process color (four color CMYK) of #bb892c color hex is 0.00, 0.27, 0.76, 0.27. Web safe color of #bb892c is #cc9933. Color #bb892c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 00101100
Octal 273 211 54
Decimal 187 137 44
Hex BB 89 2C

RGB Percentages of Color #bb892c

%50.82
%37.23
%11.96

CMYK Percentages of Color #bb892c

%0
%27
%76
%27

Triadic Colors of #bb892c

#bb892c #2cbb89 #892cbb

Analogous Colors of #bb892c

#bb892c #a6bb2c #bb412c

Monochromatic Colors of #bb892c

#bb892c

Complementary Color

#bb892c #2c5ebb

#bb892c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb892c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb892c Color CSS Codes

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

#bb892c Text Font Color

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

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


#bb892c Background Color

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

This div background color is #bb892c


#bb892c Border Color

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

This div border color is #bb892c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,137,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb892c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb892c;
  -webkit-box-shadow: 1px 1px 3px 2px #bb892c;
  box-shadow:         1px 1px 3px 2px #bb892c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,137,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb892c


Comments

No comments written yet.

Please login to write comment.