Color Hex Logo

#b6989f Color Hex

#B6989F
(182,152,159)
0 Favorites   0 Comments

Color spaces of #b6989f

RGB 182152159
HSL0.960.170.65
HSV346°16°71°
CMYK 0.000.160.13   0.29
XYZ36.777634.904837.5998
Yxy34.90480.33650.3194
Hunter Lab59.08037.72613.6229
CIE-Lab65.674512.30450.5027

#b6989f color RGB value is (182,152,159).

#b6989f hex color red value is 182, green value is 152 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b6989f hue: 0.96 , saturation: 0.17 and the lightness value of b6989f is 0.65.

The process color (four color CMYK) of #b6989f color hex is 0.00, 0.16, 0.13, 0.29. Web safe color of #b6989f is #cc9999. Color #b6989f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011000 10011111
Octal 266 230 237
Decimal 182 152 159
Hex B6 98 9F

RGB Percentages of Color #b6989f

%36.92
%30.83
%32.25

CMYK Percentages of Color #b6989f

%0
%16
%13
%29

Triadic Colors of #b6989f

#b6989f #9fb698 #989fb6

Analogous Colors of #b6989f

#b6989f #b6a098 #b698ae

Monochromatic Colors of #b6989f

#b6989f

Complementary Color

#b6989f #98b6af

#b6989f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6989f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6989f Color CSS Codes

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

#b6989f Text Font Color

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

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


#b6989f Background Color

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

This div background color is #b6989f


#b6989f Border Color

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

This div border color is #b6989f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6989f


Comments

No comments written yet.

Please login to write comment.