COLOR #BF6A7F

HEX: #BF6A7F RGB: (191,106,127)

Color info

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

RGB color model

#BF6A7F color RGB value is (191,106,127).

RGB: (191,106,127) (75%, 42%, 50%)

RGB channels and saturation

R 191 of 255 = 75%
G 106 of 255 = 42%
B 127 of 255 = 50%

191
106
127

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

Portions of RGB colors in percentages

R + G + B = 191 + 106 + 127 = 424 (100%)
R 191 of 424 ~ 45.05%
G 106 of 424 ~ 25%
B 127 of 424 ~ 29.95'%

%45.05
%25
%29.95

CMYK color model

#BF6A7F color CMYK value is (0,45,34,25).

  • cyan value is 0.00%
  • magenta value is 44.50%
  • yellow value is 33.51%
  • key color value is 25.10%

CMYK: (0,45,34,25)
C0M45Y34K25 (0%, 45%, 34%, 25%)
(0.00 / 0.45 / 0.34 / 0.25)

CMYK percentages

%0
%44.5
%33.51
%25.1

Codes

Color #BF6A7F in popluar color models

BF 6A 7F
RGB 191 106 127
HSL 345° 39.91% 58.24%
HSB/HSV 345° 44.50% 74.90%
CMYK 0.00% 44.50% 33.51%
25.10%

Color #BF6A7F in popluar number systems.

HEX BF 6A 7F
Decimal 191 106 127
Binary 10111111 1101010 1111111
Octal 277 152 177

Shades and tints

Shades of #BF6A7F

#BF6A7F
(191,106,127)
#AE6174
(174,97,116)
#9D5869
(157,88,105)
#8C4F5E
(140,79,94)
#7B4653
(123,70,83)
#6A3D48
(106,61,72)
#59343D
(89,52,61)
#482B32
(72,43,50)
#372227
(55,34,39)
#26191C
(38,25,28)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #BF6A7F

#BF6A7F
(191,106,127)
#C4778A
(196,119,138)
#C98495
(201,132,149)
#CE91A0
(206,145,160)
#D39EAB
(211,158,171)
#D8ABB6
(216,171,182)
#DDB8C1
(221,184,193)
#E2C5CC
(226,197,204)
#E7D2D7
(231,210,215)
#ECDFE2
(236,223,226)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6A7F color. Also use rgb(191,106,127) instead hex code.

Text Font Color

.myTextColor { color: #BF6A7F; }

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

This text font color is #BF6A7F.

Background Color

.myBgColor { background-color: #BF6A7F; }

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

This div background color is #BF6A7F.

Border color

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

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

This div border color is #BF6A7F.

Opacity

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

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

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

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

This text has shadow with #BF6A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF6A7F.

Preview

Color preview on black background

This text has color #BF6A7F on black background.


Color preview on white background

This text has color #BF6A7F on white background.


Black color preview on #BF6A7F background

This text has black color on #BF6A7F background.


White color preview on #BF6A7F background

This text has white color on #BF6A7F background.


Related colors

Complementary color

Complementary color for #hex is #409580.


I love getcolorcode.com

Triadic colors

1 #7FBF6A and #6A7FBF with #BF6A7F are triadic colors.

2 #7F6ABF and #6ABF7F with #BF6A7F are triadic colors.