COLOR #BF6B7F

HEX: #BF6B7F
RGB: (191,107,127)

Color info

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

RGB color model

#BF6B7F color RGB value is (191,107,127).

  • red value is 191;
  • green value is 107;
  • blue value is 127.
RGB:
(191,107,127)
(75%,42%,50%)

RGB channels and saturation

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

191
107
127

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

Portions of RGB colors in percentages

R + G + B =
191 + 107 + 127 = 425 (100%)
R 191 of 425 ~ 44.94%
G 107 of 425 ~ 25.18%
B 127 of 425 ~ 29.88%

%44.94
%25.18
%29.88

CMYK color model

#BF6B7F color CMYK value is (0,44,34,25).

  • cyan value is 0.00%
  • magenta value is 43.98%
  • yellow value is 33.51%
  • key color value is 25.10%
CMYK:
(0,44,34,25)
C0M44Y34K25 
(0%,44%,34%,25%)
(0.00/0.44/0.34/0.25)	

CMYK percentages

%0
%43.98
%33.51
%25.1

Codes

Color #BF6B7F in popluar color models

BF6B7F
RGB191107127
HSL346°39.62%58.43%
HSB/HSV346°43.98%74.90%
CMYK0.00%43.98%33.51%
25.10%

Color #BF6B7F in popluar number systems.

HEXBF6B7F
Decimal191107127
Binary1011111111010111111111
Octal277153177

Shades and tints

Shades of #BF6B7F

#BF6B7F
(191,107,127)
#AE6274
(174,98,116)
#9D5969
(157,89,105)
#8C505E
(140,80,94)
#7B4753
(123,71,83)
#6A3E48
(106,62,72)
#59353D
(89,53,61)
#482C32
(72,44,50)
#372327
(55,35,39)
#261A1C
(38,26,28)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #BF6B7F

#BF6B7F
(191,107,127)
#C4788A
(196,120,138)
#C98595
(201,133,149)
#CE92A0
(206,146,160)
#D39FAB
(211,159,171)
#D8ACB6
(216,172,182)
#DDB9C1
(221,185,193)
#E2C6CC
(226,198,204)
#E7D3D7
(231,211,215)
#ECE0E2
(236,224,226)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF6B7F; }

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

This text font color is #BF6B7F.


Background Color

.myBgColor { background-color: #BF6B7F; }

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

This div background color is #BF6B7F.


Border color

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

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

This div border color is #BF6B7F.


Opacity

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

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

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

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

This text has shadow with #BF6B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6B7F on black background.


Color preview on white background

This text has color #BF6B7F on white background.



Black color preview on #BF6B7F background

This text has black color on #BF6B7F background.


White color preview on #BF6B7F background

This text has white color on #BF6B7F background.