Color Hex Logo

#bb899c Color Hex

#BB899C
(187,137,156)
0 Favorites   0 Comments

Color spaces of #bb899c

RGB 187137156
HSL0.940.270.64
HSV337°27°73°
CMYK 0.000.270.17   0.27
XYZ35.439930.856435.5405
Yxy30.85640.34800.3030
Hunter Lab55.548516.67280.9497
CIE-Lab62.386222.0058-2.5568

#bb899c color RGB value is (187,137,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 10011100
Octal 273 211 234
Decimal 187 137 156
Hex BB 89 9C

RGB Percentages of Color #bb899c

%38.96
%28.54
%32.50

CMYK Percentages of Color #bb899c

%0
%27
%17
%27

Triadic Colors of #bb899c

#bb899c #9cbb89 #899cbb

Analogous Colors of #bb899c

#bb899c #bb8f89 #bb89b5

Monochromatic Colors of #bb899c

#bb899c

Complementary Color

#bb899c #89bba8

#bb899c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb899c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb899c Color CSS Codes

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

#bb899c Text Font Color

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

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


#bb899c Background Color

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

This div background color is #bb899c


#bb899c Border Color

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

This div border color is #bb899c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb899c


Comments

No comments written yet.

Please login to write comment.