COLOR #BF717D

HEX: #BF717D RGB: (191,113,125)

Color info

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

RGB color model

#BF717D color RGB value is (191,113,125).

RGB: (191,113,125) (75%, 44%, 49%)

RGB channels and saturation

R 191 of 255 = 75%
G 113 of 255 = 44%
B 125 of 255 = 49%

191
113
125

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

Portions of RGB colors in percentages

R + G + B = 191 + 113 + 125 = 429 (100%)
R 191 of 429 ~ 44.52%
G 113 of 429 ~ 26.34%
B 125 of 429 ~ 29.14'%

%44.52
%26.34
%29.14

CMYK color model

#BF717D color CMYK value is (0,41,35,25).

  • cyan value is 0.00%
  • magenta value is 40.84%
  • yellow value is 34.55%
  • key color value is 25.10%

CMYK: (0,41,35,25)
C0M41Y35K25 (0%, 41%, 35%, 25%)
(0.00 / 0.41 / 0.35 / 0.25)

CMYK percentages

%0
%40.84
%34.55
%25.1

Codes

Color #BF717D in popluar color models

BF 71 7D
RGB 191 113 125
HSL 351° 37.86% 59.61%
HSB/HSV 351° 40.84% 74.90%
CMYK 0.00% 40.84% 34.55%
25.10%

Color #BF717D in popluar number systems.

HEX BF 71 7D
Decimal 191 113 125
Binary 10111111 1110001 1111101
Octal 277 161 175

Shades and tints

Shades of #BF717D

#BF717D
(191,113,125)
#AE6772
(174,103,114)
#9D5D67
(157,93,103)
#8C535C
(140,83,92)
#7B4951
(123,73,81)
#6A3F46
(106,63,70)
#59353B
(89,53,59)
#482B30
(72,43,48)
#372125
(55,33,37)
#26171A
(38,23,26)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #BF717D

#BF717D
(191,113,125)
#C47D88
(196,125,136)
#C98993
(201,137,147)
#CE959E
(206,149,158)
#D3A1A9
(211,161,169)
#D8ADB4
(216,173,180)
#DDB9BF
(221,185,191)
#E2C5CA
(226,197,202)
#E7D1D5
(231,209,213)
#ECDDE0
(236,221,224)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF717D; }

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

This text font color is #BF717D.

Background Color

.myBgColor { background-color: #BF717D; }

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

This div background color is #BF717D.

Border color

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

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

This div border color is #BF717D.

Opacity

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

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

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

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

This text has shadow with #BF717D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF717D.

Preview

Color preview on black background

This text has color #BF717D on black background.


Color preview on white background

This text has color #BF717D on white background.


Black color preview on #BF717D background

This text has black color on #BF717D background.


White color preview on #BF717D background

This text has white color on #BF717D background.


Related colors

Complementary color

Complementary color for #hex is #408E82.


I love getcolorcode.com

Triadic colors

1 #7DBF71 and #717DBF with #BF717D are triadic colors.

2 #7D71BF and #71BF7D with #BF717D are triadic colors.