Color Hex Logo

#bb979d Color Hex

#BB979D
(187,151,157)
0 Favorites   0 Comments

Color spaces of #bb979d

RGB 187151157
HSL0.970.210.66
HSV350°19°73°
CMYK 0.000.190.16   0.27
XYZ37.645935.132336.6954
Yxy35.13230.34390.3209
Hunter Lab59.27259.64434.7845
CIE-Lab65.851514.38641.9422

#bb979d color RGB value is (187,151,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010111 10011101
Octal 273 227 235
Decimal 187 151 157
Hex BB 97 9D

RGB Percentages of Color #bb979d

%37.78
%30.51
%31.72

CMYK Percentages of Color #bb979d

%0
%19
%16
%27

Triadic Colors of #bb979d

#bb979d #9dbb97 #979dbb

Analogous Colors of #bb979d

#bb979d #bba397 #bb97af

Monochromatic Colors of #bb979d

#bb979d

Complementary Color

#bb979d #97bbb5

#bb979d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb979d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb979d Color CSS Codes

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

#bb979d Text Font Color

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

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


#bb979d Background Color

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

This div background color is #bb979d


#bb979d Border Color

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

This div border color is #bb979d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb979d


Comments

No comments written yet.

Please login to write comment.