Color Hex Logo

#b9717b Color Hex

#B9717B
(185,113,123)
0 Favorites   0 Comments

Color spaces of #b9717b

RGB 185113123
HSL0.980.340.58
HSV352°39°73°
CMYK 0.000.390.34   0.27
XYZ29.487923.554621.7312
Yxy23.55460.39440.3150
Hunter Lab48.533123.52087.4254
CIE-Lab55.639129.69526.6363

#b9717b color RGB value is (185,113,123).

#b9717b hex color red value is 185, green value is 113 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #b9717b hue: 0.98 , saturation: 0.34 and the lightness value of b9717b is 0.58.

The process color (four color CMYK) of #b9717b color hex is 0.00, 0.39, 0.34, 0.27. Web safe color of #b9717b is #cc6666. Color #b9717b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 01111011
Octal 271 161 173
Decimal 185 113 123
Hex B9 71 7B

RGB Percentages of Color #b9717b

%43.94
%26.84
%29.22

CMYK Percentages of Color #b9717b

%0
%39
%34
%27

Triadic Colors of #b9717b

#b9717b #7bb971 #717bb9

Analogous Colors of #b9717b

#b9717b #b98b71 #b9719f

Monochromatic Colors of #b9717b

#b9717b

Complementary Color

#b9717b #71b9af

#b9717b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9717b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9717b Color CSS Codes

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

#b9717b Text Font Color

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

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


#b9717b Background Color

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

This div background color is #b9717b


#b9717b Border Color

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

This div border color is #b9717b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9717b


Comments

No comments written yet.

Please login to write comment.