Color Hex Logo

#bb979f Color Hex

#BB979F
(187,151,159)
0 Favorites   0 Comments

Color spaces of #bb979f

RGB 187151159
HSL0.960.210.66
HSV347°19°73°
CMYK 0.000.190.15   0.27
XYZ37.818135.201237.6022
Yxy35.20120.34190.3182
Hunter Lab59.33069.94973.9550
CIE-Lab65.905014.71490.8972

#bb979f color RGB value is (187,151,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010111 10011111
Octal 273 227 237
Decimal 187 151 159
Hex BB 97 9F

RGB Percentages of Color #bb979f

%37.63
%30.38
%31.99

CMYK Percentages of Color #bb979f

%0
%19
%15
%27

Triadic Colors of #bb979f

#bb979f #9fbb97 #979fbb

Analogous Colors of #bb979f

#bb979f #bba197 #bb97b1

Monochromatic Colors of #bb979f

#bb979f

Complementary Color

#bb979f #97bbb3

#bb979f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb979f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb979f Color CSS Codes

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

#bb979f Text Font Color

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

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


#bb979f Background Color

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

This div background color is #bb979f


#bb979f Border Color

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

This div border color is #bb979f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb979f


Comments

No comments written yet.

Please login to write comment.