COLOR #BFBB76

HEX: #BFBB76
RGB: (191,187,118)

Color info

#BFBB76 contains mainly red and green colors. Web safe color of #BFBB76 is #CCCC66 (or #CC6).

RGB color model

#BFBB76 color RGB value is (191,187,118).

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

RGB channels and saturation

R 191 of 255 = 75%
G 187 of 255 = 73%
B 118 of 255 = 46%

191
187
118

R + G + B ~ 65%. #BFBB76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 187 + 118 = 496 (100%)
R 191 of 496 ~ 38.51%
G 187 of 496 ~ 37.7%
B 118 of 496 ~ 23.79%

%38.51
%37.7
%23.79

CMYK color model

#BFBB76 color CMYK value is (0,2,38,25).

  • cyan value is 0.00%
  • magenta value is 2.09%
  • yellow value is 38.22%
  • key color value is 25.10%
CMYK:
(0,2,38,25)
C0M2Y38K25 
(0%,2%,38%,25%)
(0.00/0.02/0.38/0.25)	

CMYK percentages

%0
%2.09
%38.22
%25.1

Codes

Color #BFBB76 in popluar color models

BFBB76
RGB191187118
HSL57°36.32%60.59%
HSB/HSV57°38.22%74.90%
CMYK0.00%2.09%38.22%
25.10%

Color #BFBB76 in popluar number systems.

HEXBFBB76
Decimal191187118
Binary10111111101110111110110
Octal277273166

Shades and tints

Shades of #BFBB76

#BFBB76
(191,187,118)
#AEAA6C
(174,170,108)
#9D9962
(157,153,98)
#8C8858
(140,136,88)
#7B774E
(123,119,78)
#6A6644
(106,102,68)
#59553A
(89,85,58)
#484430
(72,68,48)
#373326
(55,51,38)
#26221C
(38,34,28)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #BFBB76

#BFBB76
(191,187,118)
#C4C182
(196,193,130)
#C9C78E
(201,199,142)
#CECD9A
(206,205,154)
#D3D3A6
(211,211,166)
#D8D9B2
(216,217,178)
#DDDFBE
(221,223,190)
#E2E5CA
(226,229,202)
#E7EBD6
(231,235,214)
#ECF1E2
(236,241,226)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBB76; }

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

This text font color is #BFBB76.


Background Color

.myBgColor { background-color: #BFBB76; }

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

This div background color is #BFBB76.


Border color

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

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

This div border color is #BFBB76.


Opacity

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

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

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

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

This text has shadow with #BFBB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBB76 on black background.


Color preview on white background

This text has color #BFBB76 on white background.



Black color preview on #BFBB76 background

This text has black color on #BFBB76 background.


White color preview on #BFBB76 background

This text has white color on #BFBB76 background.