COLOR #BF8A76

HEX: #BF8A76
RGB: (191,138,118)

Color info

#BF8A76 contains mainly red and green colors. Web safe color of #BF8A76 is #CC9966 (or #C96).

RGB color model

#BF8A76 color RGB value is (191,138,118).

  • red value is 191;
  • green value is 138;
  • blue value is 118.
RGB:
(191,138,118)
(75%,54%,46%)

RGB channels and saturation

R 191 of 255 = 75%
G 138 of 255 = 54%
B 118 of 255 = 46%

191
138
118

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

Portions of RGB colors in percentages

R + G + B =
191 + 138 + 118 = 447 (100%)
R 191 of 447 ~ 42.73%
G 138 of 447 ~ 30.87%
B 118 of 447 ~ 26.4%

%42.73
%30.87
%26.4

CMYK color model

#BF8A76 color CMYK value is (0,28,38,25).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 38.22%
  • key color value is 25.10%
CMYK:
(0,28,38,25)
C0M28Y38K25 
(0%,28%,38%,25%)
(0.00/0.28/0.38/0.25)	

CMYK percentages

%0
%27.75
%38.22
%25.1

Codes

Color #BF8A76 in popluar color models

BF8A76
RGB191138118
HSL16°36.32%60.59%
HSB/HSV16°38.22%74.90%
CMYK0.00%27.75%38.22%
25.10%

Color #BF8A76 in popluar number systems.

HEXBF8A76
Decimal191138118
Binary10111111100010101110110
Octal277212166

Shades and tints

Shades of #BF8A76

#BF8A76
(191,138,118)
#AE7E6C
(174,126,108)
#9D7262
(157,114,98)
#8C6658
(140,102,88)
#7B5A4E
(123,90,78)
#6A4E44
(106,78,68)
#59423A
(89,66,58)
#483630
(72,54,48)
#372A26
(55,42,38)
#261E1C
(38,30,28)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #BF8A76

#BF8A76
(191,138,118)
#C49482
(196,148,130)
#C99E8E
(201,158,142)
#CEA89A
(206,168,154)
#D3B2A6
(211,178,166)
#D8BCB2
(216,188,178)
#DDC6BE
(221,198,190)
#E2D0CA
(226,208,202)
#E7DAD6
(231,218,214)
#ECE4E2
(236,228,226)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8A76 color. Also use rgb(191,138,118) instead hex code.

Text Font Color

.myTextColor { color: #BF8A76; }

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

This text font color is #BF8A76.


Background Color

.myBgColor { background-color: #BF8A76; }

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

This div background color is #BF8A76.


Border color

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

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

This div border color is #BF8A76.


Opacity

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

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

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

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

This text has shadow with #BF8A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8A76 on black background.


Color preview on white background

This text has color #BF8A76 on white background.



Black color preview on #BF8A76 background

This text has black color on #BF8A76 background.


White color preview on #BF8A76 background

This text has white color on #BF8A76 background.