Color Hex Logo

#bb899b Color Hex

#BB899B
(187,137,155)
0 Favorites   0 Comments

Color spaces of #bb899b

RGB 187137155
HSL0.940.270.64
HSV338°27°73°
CMYK 0.000.270.17   0.27
XYZ35.355630.822735.0963
Yxy30.82270.34910.3043
Hunter Lab55.518216.51711.3821
CIE-Lab62.357721.8433-2.0299

#bb899b color RGB value is (187,137,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 10011011
Octal 273 211 233
Decimal 187 137 155
Hex BB 89 9B

RGB Percentages of Color #bb899b

%39.04
%28.60
%32.36

CMYK Percentages of Color #bb899b

%0
%27
%17
%27

Triadic Colors of #bb899b

#bb899b #9bbb89 #899bbb

Analogous Colors of #bb899b

#bb899b #bb9089 #bb89b4

Monochromatic Colors of #bb899b

#bb899b

Complementary Color

#bb899b #89bba9

#bb899b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb899b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb899b Color CSS Codes

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

#bb899b Text Font Color

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

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


#bb899b Background Color

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

This div background color is #bb899b


#bb899b Border Color

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

This div border color is #bb899b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb899b

#bb899b Color Palettes


Comments

No comments written yet.

Please login to write comment.