Color Hex Logo

#bb959f Color Hex

#BB959F
(187,149,159)
0 Favorites   0 Comments

Color spaces of #bb959f

RGB 187149159
HSL0.960.220.66
HSV344°20°73°
CMYK 0.000.200.15   0.27
XYZ37.499034.562937.4958
Yxy34.56290.34230.3155
Hunter Lab58.790210.97233.3386
CIE-Lab65.406915.82450.1709

#bb959f color RGB value is (187,149,159).

#bb959f hex color red value is 187, green value is 149 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bb959f hue: 0.96 , saturation: 0.22 and the lightness value of bb959f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010101 10011111
Octal 273 225 237
Decimal 187 149 159
Hex BB 95 9F

RGB Percentages of Color #bb959f

%37.78
%30.10
%32.12

CMYK Percentages of Color #bb959f

%0
%20
%15
%27

Triadic Colors of #bb959f

#bb959f #9fbb95 #959fbb

Analogous Colors of #bb959f

#bb959f #bb9e95 #bb95b2

Monochromatic Colors of #bb959f

#bb959f

Complementary Color

#bb959f #95bbb1

#bb959f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb959f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb959f Color CSS Codes

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

#bb959f Text Font Color

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

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


#bb959f Background Color

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

This div background color is #bb959f


#bb959f Border Color

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

This div border color is #bb959f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb959f


Comments

No comments written yet.

Please login to write comment.