Color Hex Logo

#bb885a Color Hex

#BB885A
(187,136,90)
0 Favorites   0 Comments

Color spaces of #bb885a

RGB 18713690
HSL0.080.420.54
HSV28°52°73°
CMYK 0.000.270.52   0.27
XYZ31.143128.911313.6119
Yxy28.91130.42280.3925
Hunter Lab53.76929.290922.6290
CIE-Lab60.703314.085032.2433

#bb885a color RGB value is (187,136,90).

#bb885a hex color red value is 187, green value is 136 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bb885a hue: 0.08 , saturation: 0.42 and the lightness value of bb885a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001000 01011010
Octal 273 210 132
Decimal 187 136 90
Hex BB 88 5A

RGB Percentages of Color #bb885a

%45.28
%32.93
%21.79

CMYK Percentages of Color #bb885a

%0
%27
%52
%27

Triadic Colors of #bb885a

#bb885a #5abb88 #885abb

Analogous Colors of #bb885a

#bb885a #bbb95a #bb5a5d

Monochromatic Colors of #bb885a

#bb885a

Complementary Color

#bb885a #5a8dbb

#bb885a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb885a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb885a Color CSS Codes

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

#bb885a Text Font Color

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

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


#bb885a Background Color

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

This div background color is #bb885a


#bb885a Border Color

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

This div border color is #bb885a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb885a


Comments

No comments written yet.

Please login to write comment.