Color Hex Logo

#bb884b Color Hex

#BB884B
(187,136,75)
0 Favorites   0 Comments

Color spaces of #bb884b

RGB 18713675
HSL0.090.450.51
HSV33°60°73°
CMYK 0.000.270.60   0.27
XYZ30.567728.681110.5815
Yxy28.68110.43770.4107
Hunter Lab53.55478.162525.7736
CIE-Lab60.499112.828739.9435

#bb884b color RGB value is (187,136,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001000 01001011
Octal 273 210 113
Decimal 187 136 75
Hex BB 88 4B

RGB Percentages of Color #bb884b

%46.98
%34.17
%18.84

CMYK Percentages of Color #bb884b

%0
%27
%60
%27

Triadic Colors of #bb884b

#bb884b #4bbb88 #884bbb

Analogous Colors of #bb884b

#bb884b #b6bb4b #bb504b

Monochromatic Colors of #bb884b

#bb884b

Complementary Color

#bb884b #4b7ebb

#bb884b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb884b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb884b Color CSS Codes

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

#bb884b Text Font Color

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

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


#bb884b Background Color

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

This div background color is #bb884b


#bb884b Border Color

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

This div border color is #bb884b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb884b


Comments

No comments written yet.

Please login to write comment.