COLOR #BF6D71

HEX: #BF6D71
RGB: (191,109,113)

Color info

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

RGB color model

#BF6D71 color RGB value is (191,109,113).

  • red value is 191;
  • green value is 109;
  • blue value is 113.
RGB:
(191,109,113)
(75%,43%,44%)

RGB channels and saturation

R 191 of 255 = 75%
G 109 of 255 = 43%
B 113 of 255 = 44%

191
109
113

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

Portions of RGB colors in percentages

R + G + B =
191 + 109 + 113 = 413 (100%)
R 191 of 413 ~ 46.25%
G 109 of 413 ~ 26.39%
B 113 of 413 ~ 27.36%

%46.25
%26.39
%27.36

CMYK color model

#BF6D71 color CMYK value is (0,43,41,25).

  • cyan value is 0.00%
  • magenta value is 42.93%
  • yellow value is 40.84%
  • key color value is 25.10%
CMYK:
(0,43,41,25)
C0M43Y41K25 
(0%,43%,41%,25%)
(0.00/0.43/0.41/0.25)	

CMYK percentages

%0
%42.93
%40.84
%25.1

Codes

Color #BF6D71 in popluar color models

BF6D71
RGB191109113
HSL357°39.05%58.82%
HSB/HSV357°42.93%74.90%
CMYK0.00%42.93%40.84%
25.10%

Color #BF6D71 in popluar number systems.

HEXBF6D71
Decimal191109113
Binary1011111111011011110001
Octal277155161

Shades and tints

Shades of #BF6D71

#BF6D71
(191,109,113)
#AE6467
(174,100,103)
#9D5B5D
(157,91,93)
#8C5253
(140,82,83)
#7B4949
(123,73,73)
#6A403F
(106,64,63)
#593735
(89,55,53)
#482E2B
(72,46,43)
#372521
(55,37,33)
#261C17
(38,28,23)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #BF6D71

#BF6D71
(191,109,113)
#C47A7D
(196,122,125)
#C98789
(201,135,137)
#CE9495
(206,148,149)
#D3A1A1
(211,161,161)
#D8AEAD
(216,174,173)
#DDBBB9
(221,187,185)
#E2C8C5
(226,200,197)
#E7D5D1
(231,213,209)
#ECE2DD
(236,226,221)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF6D71; }

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

This text font color is #BF6D71.


Background Color

.myBgColor { background-color: #BF6D71; }

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

This div background color is #BF6D71.


Border color

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

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

This div border color is #BF6D71.


Opacity

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

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

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

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

This text has shadow with #BF6D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6D71 on black background.


Color preview on white background

This text has color #BF6D71 on white background.



Black color preview on #BF6D71 background

This text has black color on #BF6D71 background.


White color preview on #BF6D71 background

This text has white color on #BF6D71 background.