Color Hex Logo

#b9606f Color Hex

#B9606F
(185,96,111)
0 Favorites   0 Comments

Color spaces of #b9606f

RGB 18596111
HSL0.970.390.55
HSV350°48°73°
CMYK 0.000.480.40   0.27
XYZ27.059719.827717.4399
Yxy19.82770.42070.3082
Hunter Lab44.528330.54937.9484
CIE-Lab51.641837.36638.0085

#b9606f color RGB value is (185,96,111).

#b9606f hex color red value is 185, green value is 96 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b9606f hue: 0.97 , saturation: 0.39 and the lightness value of b9606f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100000 01101111
Octal 271 140 157
Decimal 185 96 111
Hex B9 60 6F

RGB Percentages of Color #b9606f

%47.19
%24.49
%28.32

CMYK Percentages of Color #b9606f

%0
%48
%40
%27

Triadic Colors of #b9606f

#b9606f #6fb960 #606fb9

Analogous Colors of #b9606f

#b9606f #b97e60 #b9609c

Monochromatic Colors of #b9606f

#b9606f

Complementary Color

#b9606f #60b9aa

#b9606f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9606f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9606f Color CSS Codes

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

#b9606f Text Font Color

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

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


#b9606f Background Color

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

This div background color is #b9606f


#b9606f Border Color

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

This div border color is #b9606f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9606f


Comments

No comments written yet.

Please login to write comment.