Color Hex Logo

#bb978f Color Hex

#BB978F
(187,151,143)
0 Favorites   0 Comments

Color spaces of #bb978f

RGB 187151143
HSL0.030.240.65
HSV11°24°73°
CMYK 0.000.190.24   0.27
XYZ36.518134.681230.7560
Yxy34.68120.35820.3402
Hunter Lab58.89077.628910.2590
CIE-Lab65.499712.19889.2907

#bb978f color RGB value is (187,151,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010111 10001111
Octal 273 227 217
Decimal 187 151 143
Hex BB 97 8F

RGB Percentages of Color #bb978f

%38.88
%31.39
%29.73

CMYK Percentages of Color #bb978f

%0
%19
%24
%27

Triadic Colors of #bb978f

#bb978f #8fbb97 #978fbb

Analogous Colors of #bb978f

#bb978f #bbad8f #bb8f9d

Monochromatic Colors of #bb978f

#bb978f

Complementary Color

#bb978f #8fb3bb

#bb978f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb978f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb978f Color CSS Codes

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

#bb978f Text Font Color

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

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


#bb978f Background Color

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

This div background color is #bb978f


#bb978f Border Color

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

This div border color is #bb978f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb978f


Comments

No comments written yet.

Please login to write comment.