COLOR #BF6B8F

HEX: #BF6B8F
RGB: (191,107,143)

Color info

#BF6B8F contains mainly red and blue colors. Web safe color of #BF6B8F is #CC6699 (or #C69).

RGB color model

#BF6B8F color RGB value is (191,107,143).

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

RGB channels and saturation

R 191 of 255 = 75%
G 107 of 255 = 42%
B 143 of 255 = 56%

191
107
143

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

Portions of RGB colors in percentages

R + G + B =
191 + 107 + 143 = 441 (100%)
R 191 of 441 ~ 43.31%
G 107 of 441 ~ 24.26%
B 143 of 441 ~ 32.43%

%43.31
%24.26
%32.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.98%
  • yellow value is 25.13%
  • key color value is 25.10%
CMYK:
(0,44,25,25)
C0M44Y25K25 
(0%,44%,25%,25%)
(0.00/0.44/0.25/0.25)	

CMYK percentages

%0
%43.98
%25.13
%25.1

Codes

Color #BF6B8F in popluar color models

BF6B8F
RGB191107143
HSL334°39.62%58.43%
HSB/HSV334°43.98%74.90%
CMYK0.00%43.98%25.13%
25.10%

Color #BF6B8F in popluar number systems.

HEXBF6B8F
Decimal191107143
Binary10111111110101110001111
Octal277153217

Shades and tints

Shades of #BF6B8F

#BF6B8F
(191,107,143)
#AE6282
(174,98,130)
#9D5975
(157,89,117)
#8C5068
(140,80,104)
#7B475B
(123,71,91)
#6A3E4E
(106,62,78)
#593541
(89,53,65)
#482C34
(72,44,52)
#372327
(55,35,39)
#261A1A
(38,26,26)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #BF6B8F

#BF6B8F
(191,107,143)
#C47899
(196,120,153)
#C985A3
(201,133,163)
#CE92AD
(206,146,173)
#D39FB7
(211,159,183)
#D8ACC1
(216,172,193)
#DDB9CB
(221,185,203)
#E2C6D5
(226,198,213)
#E7D3DF
(231,211,223)
#ECE0E9
(236,224,233)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF6B8F; }

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

This text font color is #BF6B8F.


Background Color

.myBgColor { background-color: #BF6B8F; }

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

This div background color is #BF6B8F.


Border color

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

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

This div border color is #BF6B8F.


Opacity

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

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

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

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

This text has shadow with #BF6B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6B8F on black background.


Color preview on white background

This text has color #BF6B8F on white background.



Black color preview on #BF6B8F background

This text has black color on #BF6B8F background.


White color preview on #BF6B8F background

This text has white color on #BF6B8F background.