Color Hex Logo

#bb958f Color Hex

#BB958F
(187,149,143)
0 Favorites   0 Comments

Color spaces of #bb958f

RGB 187149143
HSL0.020.240.65
HSV24°73°
CMYK 0.000.200.24   0.27
XYZ36.198934.042930.6496
Yxy34.04290.35880.3374
Hunter Lab58.34638.63809.6971
CIE-Lab64.996613.30528.5748

#bb958f color RGB value is (187,149,143).

#bb958f hex color red value is 187, green value is 149 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bb958f hue: 0.02 , saturation: 0.24 and the lightness value of bb958f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010101 10001111
Octal 273 225 217
Decimal 187 149 143
Hex BB 95 8F

RGB Percentages of Color #bb958f

%39.04
%31.11
%29.85

CMYK Percentages of Color #bb958f

%0
%20
%24
%27

Triadic Colors of #bb958f

#bb958f #8fbb95 #958fbb

Analogous Colors of #bb958f

#bb958f #bbab8f #bb8f9f

Monochromatic Colors of #bb958f

#bb958f

Complementary Color

#bb958f #8fb5bb

#bb958f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb958f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb958f Color CSS Codes

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

#bb958f Text Font Color

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

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


#bb958f Background Color

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

This div background color is #bb958f


#bb958f Border Color

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

This div border color is #bb958f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb958f


Comments

No comments written yet.

Please login to write comment.