COLOR #B7717F

HEX: #B7717F RGB: (183,113,127)

Color info

#B7717F contains mainly red and blue colors. Web safe color of #B7717F is #CC6666 (or #C66).

RGB color model

#B7717F color RGB value is (183,113,127).

RGB: (183,113,127) (72%, 44%, 50%)

RGB channels and saturation

R 183 of 255 = 72%
G 113 of 255 = 44%
B 127 of 255 = 50%

183
113
127

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

Portions of RGB colors in percentages

R + G + B = 183 + 113 + 127 = 423 (100%)
R 183 of 423 ~ 43.26%
G 113 of 423 ~ 26.71%
B 127 of 423 ~ 30.02'%

%43.26
%26.71
%30.02

CMYK color model

#B7717F color CMYK value is (0,38,31,28).

  • cyan value is 0.00%
  • magenta value is 38.25%
  • yellow value is 30.60%
  • key color value is 28.24%

CMYK: (0,38,31,28)
C0M38Y31K28 (0%, 38%, 31%, 28%)
(0.00 / 0.38 / 0.31 / 0.28)

CMYK percentages

%0
%38.25
%30.6
%28.24

Codes

Color #B7717F in popluar color models

B7 71 7F
RGB 183 113 127
HSL 348° 32.71% 58.04%
HSB/HSV 348° 38.25% 71.76%
CMYK 0.00% 38.25% 30.60%
28.24%

Color #B7717F in popluar number systems.

HEX B7 71 7F
Decimal 183 113 127
Binary 10110111 1110001 1111111
Octal 267 161 177

Shades and tints

Shades of #B7717F

#B7717F
(183,113,127)
#A76774
(167,103,116)
#975D69
(151,93,105)
#87535E
(135,83,94)
#774953
(119,73,83)
#673F48
(103,63,72)
#57353D
(87,53,61)
#472B32
(71,43,50)
#372127
(55,33,39)
#27171C
(39,23,28)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #B7717F

#B7717F
(183,113,127)
#BD7D8A
(189,125,138)
#C38995
(195,137,149)
#C995A0
(201,149,160)
#CFA1AB
(207,161,171)
#D5ADB6
(213,173,182)
#DBB9C1
(219,185,193)
#E1C5CC
(225,197,204)
#E7D1D7
(231,209,215)
#EDDDE2
(237,221,226)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7717F color. Also use rgb(183,113,127) instead hex code.

Text Font Color

.myTextColor { color: #B7717F; }

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

This text font color is #B7717F.

Background Color

.myBgColor { background-color: #B7717F; }

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

This div background color is #B7717F.

Border color

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

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

This div border color is #B7717F.

Opacity

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

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

Text with #B7717F 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 #B7717F;}

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

This text has shadow with #B7717F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7717F.

Preview

Color preview on black background

This text has color #B7717F on black background.


Color preview on white background

This text has color #B7717F on white background.


Black color preview on #B7717F background

This text has black color on #B7717F background.


White color preview on #B7717F background

This text has white color on #B7717F background.


Related colors

Complementary color

Complementary color for #hex is #488E80.


I love getcolorcode.com

Triadic colors

1 #7FB771 and #717FB7 with #B7717F are triadic colors.

2 #7F71B7 and #71B77F with #B7717F are triadic colors.