Color Hex Logo

#bb968f Color Hex

#BB968F
(187,150,143)
0 Favorites   0 Comments

Color spaces of #bb968f

RGB 187150143
HSL0.030.240.65
HSV10°24°73°
CMYK 0.000.200.24   0.27
XYZ36.357834.360730.7026
Yxy34.36070.35850.3388
Hunter Lab58.61808.13319.9780
CIE-Lab65.247912.75178.9325

#bb968f color RGB value is (187,150,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 10001111
Octal 273 226 217
Decimal 187 150 143
Hex BB 96 8F

RGB Percentages of Color #bb968f

%38.96
%31.25
%29.79

CMYK Percentages of Color #bb968f

%0
%20
%24
%27

Triadic Colors of #bb968f

#bb968f #8fbb96 #968fbb

Analogous Colors of #bb968f

#bb968f #bbac8f #bb8f9e

Monochromatic Colors of #bb968f

#bb968f

Complementary Color

#bb968f #8fb4bb

#bb968f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb968f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb968f Color CSS Codes

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

#bb968f Text Font Color

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

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


#bb968f Background Color

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

This div background color is #bb968f


#bb968f Border Color

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

This div border color is #bb968f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,150,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 #bb968f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb968f


Comments

No comments written yet.

Please login to write comment.