COLOR #BF6D77

HEX: #BF6D77
RGB: (191,109,119)

Color info

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

RGB color model

#BF6D77 color RGB value is (191,109,119).

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

RGB channels and saturation

R 191 of 255 = 75%
G 109 of 255 = 43%
B 119 of 255 = 47%

191
109
119

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

Portions of RGB colors in percentages

R + G + B =
191 + 109 + 119 = 419 (100%)
R 191 of 419 ~ 45.58%
G 109 of 419 ~ 26.01%
B 119 of 419 ~ 28.4%

%45.58
%26.01
%28.4

CMYK color model

#BF6D77 color CMYK value is (0,43,38,25).

  • cyan value is 0.00%
  • magenta value is 42.93%
  • yellow value is 37.70%
  • key color value is 25.10%
CMYK:
(0,43,38,25)
C0M43Y38K25 
(0%,43%,38%,25%)
(0.00/0.43/0.38/0.25)	

CMYK percentages

%0
%42.93
%37.7
%25.1

Codes

Color #BF6D77 in popluar color models

BF6D77
RGB191109119
HSL353°39.05%58.82%
HSB/HSV353°42.93%74.90%
CMYK0.00%42.93%37.70%
25.10%

Color #BF6D77 in popluar number systems.

HEXBF6D77
Decimal191109119
Binary1011111111011011110111
Octal277155167

Shades and tints

Shades of #BF6D77

#BF6D77
(191,109,119)
#AE646D
(174,100,109)
#9D5B63
(157,91,99)
#8C5259
(140,82,89)
#7B494F
(123,73,79)
#6A4045
(106,64,69)
#59373B
(89,55,59)
#482E31
(72,46,49)
#372527
(55,37,39)
#261C1D
(38,28,29)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #BF6D77

#BF6D77
(191,109,119)
#C47A83
(196,122,131)
#C9878F
(201,135,143)
#CE949B
(206,148,155)
#D3A1A7
(211,161,167)
#D8AEB3
(216,174,179)
#DDBBBF
(221,187,191)
#E2C8CB
(226,200,203)
#E7D5D7
(231,213,215)
#ECE2E3
(236,226,227)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF6D77; }

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

This text font color is #BF6D77.


Background Color

.myBgColor { background-color: #BF6D77; }

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

This div background color is #BF6D77.


Border color

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

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

This div border color is #BF6D77.


Opacity

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

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

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

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

This text has shadow with #BF6D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6D77 on black background.


Color preview on white background

This text has color #BF6D77 on white background.



Black color preview on #BF6D77 background

This text has black color on #BF6D77 background.


White color preview on #BF6D77 background

This text has white color on #BF6D77 background.