Color Hex Logo

#bb899e Color Hex

#BB899E
(187,137,158)
0 Favorites   0 Comments

Color spaces of #bb899e

RGB 187137158
HSL0.930.270.64
HSV335°27°73°
CMYK 0.000.270.16   0.27
XYZ35.610730.924736.4399
Yxy30.92470.34580.3003
Hunter Lab55.610016.98770.0757
CIE-Lab62.444022.3339-3.6091

#bb899e color RGB value is (187,137,158).

#bb899e hex color red value is 187, green value is 137 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bb899e hue: 0.93 , saturation: 0.27 and the lightness value of bb899e is 0.64.

The process color (four color CMYK) of #bb899e color hex is 0.00, 0.27, 0.16, 0.27. Web safe color of #bb899e is #cc9999. Color #bb899e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 10011110
Octal 273 211 236
Decimal 187 137 158
Hex BB 89 9E

RGB Percentages of Color #bb899e

%38.80
%28.42
%32.78

CMYK Percentages of Color #bb899e

%0
%27
%16
%27

Triadic Colors of #bb899e

#bb899e #9ebb89 #899ebb

Analogous Colors of #bb899e

#bb899e #bb8d89 #bb89b7

Monochromatic Colors of #bb899e

#bb899e

Complementary Color

#bb899e #89bba6

#bb899e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb899e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb899e Color CSS Codes

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

#bb899e Text Font Color

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

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


#bb899e Background Color

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

This div background color is #bb899e


#bb899e Border Color

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

This div border color is #bb899e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb899e


Comments

No comments written yet.

Please login to write comment.