COLOR #BD717F

HEX: #BD717F
RGB: (189,113,127)

Color info

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

RGB color model

#BD717F color RGB value is (189,113,127).

  • red value is 189;
  • green value is 113;
  • blue value is 127.
RGB:
(189,113,127)
(74%,44%,50%)

RGB channels and saturation

R 189 of 255 = 74%
G 113 of 255 = 44%
B 127 of 255 = 50%

189
113
127

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

Portions of RGB colors in percentages

R + G + B =
189 + 113 + 127 = 429 (100%)
R 189 of 429 ~ 44.06%
G 113 of 429 ~ 26.34%
B 127 of 429 ~ 29.6%

%44.06
%26.34
%29.6

CMYK color model

#BD717F color CMYK value is (0,40,33,26).

  • cyan value is 0.00%
  • magenta value is 40.21%
  • yellow value is 32.80%
  • key color value is 25.88%
CMYK:
(0,40,33,26)
C0M40Y33K26 
(0%,40%,33%,26%)
(0.00/0.40/0.33/0.26)	

CMYK percentages

%0
%40.21
%32.8
%25.88

Codes

Color #BD717F in popluar color models

BD717F
RGB189113127
HSL349°36.54%59.22%
HSB/HSV349°40.21%74.12%
CMYK0.00%40.21%32.80%
25.88%

Color #BD717F in popluar number systems.

HEXBD717F
Decimal189113127
Binary1011110111100011111111
Octal275161177

Shades and tints

Shades of #BD717F

#BD717F
(189,113,127)
#AC6774
(172,103,116)
#9B5D69
(155,93,105)
#8A535E
(138,83,94)
#794953
(121,73,83)
#683F48
(104,63,72)
#57353D
(87,53,61)
#462B32
(70,43,50)
#352127
(53,33,39)
#24171C
(36,23,28)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #BD717F

#BD717F
(189,113,127)
#C37D8A
(195,125,138)
#C98995
(201,137,149)
#CF95A0
(207,149,160)
#D5A1AB
(213,161,171)
#DBADB6
(219,173,182)
#E1B9C1
(225,185,193)
#E7C5CC
(231,197,204)
#EDD1D7
(237,209,215)
#F3DDE2
(243,221,226)
#F9E9ED
(249,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD717F; }

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

This text font color is #BD717F.


Background Color

.myBgColor { background-color: #BD717F; }

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

This div background color is #BD717F.


Border color

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

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

This div border color is #BD717F.


Opacity

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

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

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

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

This text has shadow with #BD717F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD717F on black background.


Color preview on white background

This text has color #BD717F on white background.



Black color preview on #BD717F background

This text has black color on #BD717F background.


White color preview on #BD717F background

This text has white color on #BD717F background.