Color Hex Logo

#bb968c Color Hex

#BB968C
(187,150,140)
0 Favorites   0 Comments

Color spaces of #bb968c

RGB 187150140
HSL0.040.260.64
HSV13°25°73°
CMYK 0.000.200.25   0.27
XYZ36.133534.270929.5215
Yxy34.27090.36160.3430
Hunter Lab58.54147.728311.0799
CIE-Lab65.177012.309110.5142

#bb968c color RGB value is (187,150,140).

#bb968c hex color red value is 187, green value is 150 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bb968c hue: 0.04 , saturation: 0.26 and the lightness value of bb968c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 10001100
Octal 273 226 214
Decimal 187 150 140
Hex BB 96 8C

RGB Percentages of Color #bb968c

%39.20
%31.45
%29.35

CMYK Percentages of Color #bb968c

%0
%20
%25
%27

Triadic Colors of #bb968c

#bb968c #8cbb96 #968cbb

Analogous Colors of #bb968c

#bb968c #bbae8c #bb8c9a

Monochromatic Colors of #bb968c

#bb968c

Complementary Color

#bb968c #8cb1bb

#bb968c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb968c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb968c Color CSS Codes

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

#bb968c Text Font Color

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

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


#bb968c Background Color

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

This div background color is #bb968c


#bb968c Border Color

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

This div border color is #bb968c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb968c


Comments

No comments written yet.

Please login to write comment.