Color Hex Logo

#b9556f Color Hex

#B9556F
(185,85,111)
0 Favorites   0 Comments

Color spaces of #b9556f

RGB 18585111
HSL0.960.420.53
HSV344°54°73°
CMYK 0.000.540.40   0.27
XYZ26.125317.959017.1284
Yxy17.95900.42680.2934
Hunter Lab42.378135.88045.7008
CIE-Lab49.446342.99924.8737

#b9556f color RGB value is (185,85,111).

#b9556f hex color red value is 185, green value is 85 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b9556f hue: 0.96 , saturation: 0.42 and the lightness value of b9556f is 0.53.

The process color (four color CMYK) of #b9556f color hex is 0.00, 0.54, 0.40, 0.27. Web safe color of #b9556f is #cc6666. Color #b9556f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010101 01101111
Octal 271 125 157
Decimal 185 85 111
Hex B9 55 6F

RGB Percentages of Color #b9556f

%48.56
%22.31
%29.13

CMYK Percentages of Color #b9556f

%0
%54
%40
%27

Triadic Colors of #b9556f

#b9556f #6fb955 #556fb9

Analogous Colors of #b9556f

#b9556f #b96d55 #b955a1

Monochromatic Colors of #b9556f

#b9556f

Complementary Color

#b9556f #55b99f

#b9556f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9556f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9556f Color CSS Codes

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

#b9556f Text Font Color

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

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


#b9556f Background Color

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

This div background color is #b9556f


#b9556f Border Color

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

This div border color is #b9556f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,85,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9556f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9556f;
  -webkit-box-shadow: 1px 1px 3px 2px #b9556f;
  box-shadow:         1px 1px 3px 2px #b9556f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,85,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9556f


Comments

No comments written yet.

Please login to write comment.