Color Hex Logo

#bb895a Color Hex

#BB895A
(187,137,90)
0 Favorites   0 Comments

Color spaces of #bb895a

RGB 18713790
HSL0.080.420.54
HSV29°52°73°
CMYK 0.000.270.52   0.27
XYZ31.284629.194313.6590
Yxy29.19430.42200.3938
Hunter Lab54.03178.796722.8340
CIE-Lab60.952713.531032.5582

#bb895a color RGB value is (187,137,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 01011010
Octal 273 211 132
Decimal 187 137 90
Hex BB 89 5A

RGB Percentages of Color #bb895a

%45.17
%33.09
%21.74

CMYK Percentages of Color #bb895a

%0
%27
%52
%27

Triadic Colors of #bb895a

#bb895a #5abb89 #895abb

Analogous Colors of #bb895a

#bb895a #bbba5a #bb5a5c

Monochromatic Colors of #bb895a

#bb895a

Complementary Color

#bb895a #5a8cbb

#bb895a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb895a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb895a Color CSS Codes

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

#bb895a Text Font Color

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

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


#bb895a Background Color

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

This div background color is #bb895a


#bb895a Border Color

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

This div border color is #bb895a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,137,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 #bb895a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb895a


Comments

No comments written yet.

Please login to write comment.