COLOR #BFB077

HEX: #BFB077
RGB: (191,176,119)

Color info

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

RGB color model

#BFB077 color RGB value is (191,176,119).

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

RGB channels and saturation

R 191 of 255 = 75%
G 176 of 255 = 69%
B 119 of 255 = 47%

191
176
119

R + G + B ~ 64%. #BFB077 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 176 + 119 = 486 (100%)
R 191 of 486 ~ 39.3%
G 176 of 486 ~ 36.21%
B 119 of 486 ~ 24.49%

%39.3
%36.21
%24.49

CMYK color model

#BFB077 color CMYK value is (0,8,38,25).

  • cyan value is 0.00%
  • magenta value is 7.85%
  • yellow value is 37.70%
  • key color value is 25.10%
CMYK:
(0,8,38,25)
C0M8Y38K25 
(0%,8%,38%,25%)
(0.00/0.08/0.38/0.25)	

CMYK percentages

%0
%7.85
%37.7
%25.1

Codes

Color #BFB077 in popluar color models

BFB077
RGB191176119
HSL48°36.00%60.78%
HSB/HSV48°37.70%74.90%
CMYK0.00%7.85%37.70%
25.10%

Color #BFB077 in popluar number systems.

HEXBFB077
Decimal191176119
Binary10111111101100001110111
Octal277260167

Shades and tints

Shades of #BFB077

#BFB077
(191,176,119)
#AEA06D
(174,160,109)
#9D9063
(157,144,99)
#8C8059
(140,128,89)
#7B704F
(123,112,79)
#6A6045
(106,96,69)
#59503B
(89,80,59)
#484031
(72,64,49)
#373027
(55,48,39)
#26201D
(38,32,29)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #BFB077

#BFB077
(191,176,119)
#C4B783
(196,183,131)
#C9BE8F
(201,190,143)
#CEC59B
(206,197,155)
#D3CCA7
(211,204,167)
#D8D3B3
(216,211,179)
#DDDABF
(221,218,191)
#E2E1CB
(226,225,203)
#E7E8D7
(231,232,215)
#ECEFE3
(236,239,227)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB077; }

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

This text font color is #BFB077.


Background Color

.myBgColor { background-color: #BFB077; }

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

This div background color is #BFB077.


Border color

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

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

This div border color is #BFB077.


Opacity

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

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

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

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

This text has shadow with #BFB077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB077 on black background.


Color preview on white background

This text has color #BFB077 on white background.



Black color preview on #BFB077 background

This text has black color on #BFB077 background.


White color preview on #BFB077 background

This text has white color on #BFB077 background.