Color Hex Logo

#bb882b Color Hex

#BB882B
(187,136,43)
0 Favorites   0 Comments

Color spaces of #bb882b

RGB 18713643
HSL0.110.630.45
HSV39°77°73°
CMYK 0.000.270.77   0.27
XYZ29.733728.34756.1900
Yxy28.34750.46260.4411
Hunter Lab53.24246.510830.3766
CIE-Lab60.201410.967954.4793

#bb882b color RGB value is (187,136,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001000 00101011
Octal 273 210 53
Decimal 187 136 43
Hex BB 88 2B

RGB Percentages of Color #bb882b

%51.09
%37.16
%11.75

CMYK Percentages of Color #bb882b

%0
%27
%77
%27

Triadic Colors of #bb882b

#bb882b #2bbb88 #882bbb

Analogous Colors of #bb882b

#bb882b #a6bb2b #bb402b

Monochromatic Colors of #bb882b

#bb882b

Complementary Color

#bb882b #2b5ebb

#bb882b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb882b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb882b Color CSS Codes

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

#bb882b Text Font Color

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

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


#bb882b Background Color

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

This div background color is #bb882b


#bb882b Border Color

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

This div border color is #bb882b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb882b


Comments

No comments written yet.

Please login to write comment.