COLOR #B9717D

HEX: #B9717D
RGB: (185,113,125)

Color info

#B9717D contains mainly red color. Web safe color of #B9717D is #CC6666 (or #C66).

RGB color model

#B9717D color RGB value is (185,113,125).

  • red value is 185;
  • green value is 113;
  • blue value is 125.
RGB:
(185,113,125)
(73%,44%,49%)

RGB channels and saturation

R 185 of 255 = 73%
G 113 of 255 = 44%
B 125 of 255 = 49%

185
113
125

R + G + B ~ 55%. #B9717D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 113 + 125 = 423 (100%)
R 185 of 423 ~ 43.74%
G 113 of 423 ~ 26.71%
B 125 of 423 ~ 29.55%

%43.74
%26.71
%29.55

CMYK color model

#B9717D color CMYK value is (0,39,32,27).

  • cyan value is 0.00%
  • magenta value is 38.92%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK:
(0,39,32,27)
C0M39Y32K27 
(0%,39%,32%,27%)
(0.00/0.39/0.32/0.27)	

CMYK percentages

%0
%38.92
%32.43
%27.45

Codes

Color #B9717D in popluar color models

B9717D
RGB185113125
HSL350°33.96%58.43%
HSB/HSV350°38.92%72.55%
CMYK0.00%38.92%32.43%
27.45%

Color #B9717D in popluar number systems.

HEXB9717D
Decimal185113125
Binary1011100111100011111101
Octal271161175

Shades and tints

Shades of #B9717D

#B9717D
(185,113,125)
#A96772
(169,103,114)
#995D67
(153,93,103)
#89535C
(137,83,92)
#794951
(121,73,81)
#693F46
(105,63,70)
#59353B
(89,53,59)
#492B30
(73,43,48)
#392125
(57,33,37)
#29171A
(41,23,26)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #B9717D

#B9717D
(185,113,125)
#BF7D88
(191,125,136)
#C58993
(197,137,147)
#CB959E
(203,149,158)
#D1A1A9
(209,161,169)
#D7ADB4
(215,173,180)
#DDB9BF
(221,185,191)
#E3C5CA
(227,197,202)
#E9D1D5
(233,209,213)
#EFDDE0
(239,221,224)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9717D color. Also use rgb(185,113,125) instead hex code.

Text Font Color

.myTextColor { color: #B9717D; }

<p style="color:#B9717D">This sample text font color is #B9717D.</p>

This text font color is #B9717D.


Background Color

.myBgColor { background-color: #B9717D; }

<div style="background-color:#B9717D">Inner text</div>

This div background color is #B9717D.


Border color

.myBorderColor { border: 1px solid #B9717D; }

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

This div border color is #B9717D.


Opacity

.myOpacity80 { color: #B9717D; opacity: 0.8; }

<p style="color:#B9717D;opacity:0.8;">80%</p>

Text with #B9717D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B9717D;}

<p style="text-shadow: 3px 3px 1px #B9717D">Text here.</p>

This text has shadow with #B9717D color.

.textShadow {text-shadow: 3px 3px 1px #B9717D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B9717D, 5px 5px 20px red">Text here.</p>

This text has shadow with #B9717D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9717D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B9717D, Direction=45, Strength=4)">Text</p>

This text has shadow with #B9717D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B9717D;
  -webkit-box-shadow:	1px 1px 3px 2px #B9717D;
  box-shadow:		1px 1px 3px 2px #B9717D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9717D;
-webkit-box-shadow: 1px 1px 3px 2px #B9717D;
box-shadow:1px 1px 3px 2px #B9717D;">
Div content here</div>
This div box has shadow with color #B9717D.

Preview

Color preview on black background

This text has color #B9717D on black background.


Color preview on white background

This text has color #B9717D on white background.



Black color preview on #B9717D background

This text has black color on #B9717D background.


White color preview on #B9717D background

This text has white color on #B9717D background.