COLOR #BF8072

HEX: #BF8072
RGB: (191,128,114)

Color info

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

RGB color model

#BF8072 color RGB value is (191,128,114).

  • red value is 191;
  • green value is 128;
  • blue value is 114.
RGB:
(191,128,114)
(75%,50%,45%)

RGB channels and saturation

R 191 of 255 = 75%
G 128 of 255 = 50%
B 114 of 255 = 45%

191
128
114

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

Portions of RGB colors in percentages

R + G + B =
191 + 128 + 114 = 433 (100%)
R 191 of 433 ~ 44.11%
G 128 of 433 ~ 29.56%
B 114 of 433 ~ 26.33%

%44.11
%29.56
%26.33

CMYK color model

#BF8072 color CMYK value is (0,33,40,25).

  • cyan value is 0.00%
  • magenta value is 32.98%
  • yellow value is 40.31%
  • key color value is 25.10%
CMYK:
(0,33,40,25)
C0M33Y40K25 
(0%,33%,40%,25%)
(0.00/0.33/0.40/0.25)	

CMYK percentages

%0
%32.98
%40.31
%25.1

Codes

Color #BF8072 in popluar color models

BF8072
RGB191128114
HSL11°37.56%59.80%
HSB/HSV11°40.31%74.90%
CMYK0.00%32.98%40.31%
25.10%

Color #BF8072 in popluar number systems.

HEXBF8072
Decimal191128114
Binary10111111100000001110010
Octal277200162

Shades and tints

Shades of #BF8072

#BF8072
(191,128,114)
#AE7568
(174,117,104)
#9D6A5E
(157,106,94)
#8C5F54
(140,95,84)
#7B544A
(123,84,74)
#6A4940
(106,73,64)
#593E36
(89,62,54)
#48332C
(72,51,44)
#372822
(55,40,34)
#261D18
(38,29,24)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #BF8072

#BF8072
(191,128,114)
#C48B7E
(196,139,126)
#C9968A
(201,150,138)
#CEA196
(206,161,150)
#D3ACA2
(211,172,162)
#D8B7AE
(216,183,174)
#DDC2BA
(221,194,186)
#E2CDC6
(226,205,198)
#E7D8D2
(231,216,210)
#ECE3DE
(236,227,222)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8072 color. Also use rgb(191,128,114) instead hex code.

Text Font Color

.myTextColor { color: #BF8072; }

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

This text font color is #BF8072.


Background Color

.myBgColor { background-color: #BF8072; }

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

This div background color is #BF8072.


Border color

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

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

This div border color is #BF8072.


Opacity

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

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

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

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

This text has shadow with #BF8072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8072 on black background.


Color preview on white background

This text has color #BF8072 on white background.



Black color preview on #BF8072 background

This text has black color on #BF8072 background.


White color preview on #BF8072 background

This text has white color on #BF8072 background.