COLOR #BF8078

HEX: #BF8078
RGB: (191,128,120)

Color info

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

RGB color model

#BF8078 color RGB value is (191,128,120).

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

RGB channels and saturation

R 191 of 255 = 75%
G 128 of 255 = 50%
B 120 of 255 = 47%

191
128
120

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

Portions of RGB colors in percentages

R + G + B =
191 + 128 + 120 = 439 (100%)
R 191 of 439 ~ 43.51%
G 128 of 439 ~ 29.16%
B 120 of 439 ~ 27.33%

%43.51
%29.16
%27.33

CMYK color model

#BF8078 color CMYK value is (0,33,37,25).

  • cyan value is 0.00%
  • magenta value is 32.98%
  • yellow value is 37.17%
  • key color value is 25.10%
CMYK:
(0,33,37,25)
C0M33Y37K25 
(0%,33%,37%,25%)
(0.00/0.33/0.37/0.25)	

CMYK percentages

%0
%32.98
%37.17
%25.1

Codes

Color #BF8078 in popluar color models

BF8078
RGB191128120
HSL35.68%60.98%
HSB/HSV37.17%74.90%
CMYK0.00%32.98%37.17%
25.10%

Color #BF8078 in popluar number systems.

HEXBF8078
Decimal191128120
Binary10111111100000001111000
Octal277200170

Shades and tints

Shades of #BF8078

#BF8078
(191,128,120)
#AE756E
(174,117,110)
#9D6A64
(157,106,100)
#8C5F5A
(140,95,90)
#7B5450
(123,84,80)
#6A4946
(106,73,70)
#593E3C
(89,62,60)
#483332
(72,51,50)
#372828
(55,40,40)
#261D1E
(38,29,30)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #BF8078

#BF8078
(191,128,120)
#C48B84
(196,139,132)
#C99690
(201,150,144)
#CEA19C
(206,161,156)
#D3ACA8
(211,172,168)
#D8B7B4
(216,183,180)
#DDC2C0
(221,194,192)
#E2CDCC
(226,205,204)
#E7D8D8
(231,216,216)
#ECE3E4
(236,227,228)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8078; }

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

This text font color is #BF8078.


Background Color

.myBgColor { background-color: #BF8078; }

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

This div background color is #BF8078.


Border color

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

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

This div border color is #BF8078.


Opacity

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

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

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

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

This text has shadow with #BF8078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8078 on black background.


Color preview on white background

This text has color #BF8078 on white background.



Black color preview on #BF8078 background

This text has black color on #BF8078 background.


White color preview on #BF8078 background

This text has white color on #BF8078 background.