Color Hex Logo

#bb896e Color Hex

#BB896E
(187,137,110)
0 Favorites   0 Comments

Color spaces of #bb896e

RGB 187137110
HSL0.060.360.58
HSV21°41°73°
CMYK 0.000.270.41   0.27
XYZ32.253629.581918.7618
Yxy29.58190.40020.3670
Hunter Lab54.389210.671917.6201
CIE-Lab61.291815.597721.9686

#bb896e color RGB value is (187,137,110).

#bb896e hex color red value is 187, green value is 137 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bb896e hue: 0.06 , saturation: 0.36 and the lightness value of bb896e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 01101110
Octal 273 211 156
Decimal 187 137 110
Hex BB 89 6E

RGB Percentages of Color #bb896e

%43.09
%31.57
%25.35

CMYK Percentages of Color #bb896e

%0
%27
%41
%27

Triadic Colors of #bb896e

#bb896e #6ebb89 #896ebb

Analogous Colors of #bb896e

#bb896e #bbb06e #bb6e7a

Monochromatic Colors of #bb896e

#bb896e

Complementary Color

#bb896e #6ea0bb

#bb896e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb896e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb896e Color CSS Codes

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

#bb896e Text Font Color

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

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


#bb896e Background Color

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

This div background color is #bb896e


#bb896e Border Color

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

This div border color is #bb896e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb896e


Comments

No comments written yet.

Please login to write comment.