Color Hex Logo

#bb968b Color Hex

#BB968B
(187,150,139)
0 Favorites   0 Comments

Color spaces of #bb968b

RGB 187150139
HSL0.040.260.64
HSV14°26°73°
CMYK 0.000.200.26   0.27
XYZ36.060134.241629.1348
Yxy34.24160.36260.3444
Hunter Lab58.51637.595311.4414
CIE-Lab65.153912.163411.0419

#bb968b color RGB value is (187,150,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 10001011
Octal 273 226 213
Decimal 187 150 139
Hex BB 96 8B

RGB Percentages of Color #bb968b

%39.29
%31.51
%29.20

CMYK Percentages of Color #bb968b

%0
%20
%26
%27

Triadic Colors of #bb968b

#bb968b #8bbb96 #968bbb

Analogous Colors of #bb968b

#bb968b #bbae8b #bb8b98

Monochromatic Colors of #bb968b

#bb968b

Complementary Color

#bb968b #8bb0bb

#bb968b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb968b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb968b Color CSS Codes

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

#bb968b Text Font Color

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

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


#bb968b Background Color

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

This div background color is #bb968b


#bb968b Border Color

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

This div border color is #bb968b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb968b


Comments

No comments written yet.

Please login to write comment.