COLOR #BF6D7D

HEX: #BF6D7D RGB: (191,109,125)

Color info

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

RGB color model

#BF6D7D color RGB value is (191,109,125).

RGB: (191,109,125) (75%, 43%, 49%)

RGB channels and saturation

R 191 of 255 = 75%
G 109 of 255 = 43%
B 125 of 255 = 49%

191
109
125

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

Portions of RGB colors in percentages

R + G + B = 191 + 109 + 125 = 425 (100%)
R 191 of 425 ~ 44.94%
G 109 of 425 ~ 25.65%
B 125 of 425 ~ 29.41'%

%44.94
%25.65
%29.41

CMYK color model

#BF6D7D color CMYK value is (0,43,35,25).

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

CMYK: (0,43,35,25)
C0M43Y35K25 (0%, 43%, 35%, 25%)
(0.00 / 0.43 / 0.35 / 0.25)

CMYK percentages

%0
%42.93
%34.55
%25.1

Codes

Color #BF6D7D in popluar color models

BF 6D 7D
RGB 191 109 125
HSL 348° 39.05% 58.82%
HSB/HSV 348° 42.93% 74.90%
CMYK 0.00% 42.93% 34.55%
25.10%

Color #BF6D7D in popluar number systems.

HEX BF 6D 7D
Decimal 191 109 125
Binary 10111111 1101101 1111101
Octal 277 155 175

Shades and tints

Shades of #BF6D7D

#BF6D7D
(191,109,125)
#AE6472
(174,100,114)
#9D5B67
(157,91,103)
#8C525C
(140,82,92)
#7B4951
(123,73,81)
#6A4046
(106,64,70)
#59373B
(89,55,59)
#482E30
(72,46,48)
#372525
(55,37,37)
#261C1A
(38,28,26)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #BF6D7D

#BF6D7D
(191,109,125)
#C47A88
(196,122,136)
#C98793
(201,135,147)
#CE949E
(206,148,158)
#D3A1A9
(211,161,169)
#D8AEB4
(216,174,180)
#DDBBBF
(221,187,191)
#E2C8CA
(226,200,202)
#E7D5D5
(231,213,213)
#ECE2E0
(236,226,224)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF6D7D; }

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

This text font color is #BF6D7D.

Background Color

.myBgColor { background-color: #BF6D7D; }

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

This div background color is #BF6D7D.

Border color

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

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

This div border color is #BF6D7D.

Opacity

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

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

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

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

This text has shadow with #BF6D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF6D7D.

Preview

Color preview on black background

This text has color #BF6D7D on black background.


Color preview on white background

This text has color #BF6D7D on white background.


Black color preview on #BF6D7D background

This text has black color on #BF6D7D background.


White color preview on #BF6D7D background

This text has white color on #BF6D7D background.


Related colors

Complementary color

Complementary color for #hex is #409282.


I love getcolorcode.com

Triadic colors

1 #7DBF6D and #6D7DBF with #BF6D7D are triadic colors.

2 #7D6DBF and #6DBF7D with #BF6D7D are triadic colors.