COLOR #B9AF77

HEX: #B9AF77
RGB: (185,175,119)

Color info

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

RGB color model

#B9AF77 color RGB value is (185,175,119).

  • red value is 185;
  • green value is 175;
  • blue value is 119.
RGB:
(185,175,119)
(73%,69%,47%)

RGB channels and saturation

R 185 of 255 = 73%
G 175 of 255 = 69%
B 119 of 255 = 47%

185
175
119

R + G + B ~ 63%. #B9AF77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 175 + 119 = 479 (100%)
R 185 of 479 ~ 38.62%
G 175 of 479 ~ 36.53%
B 119 of 479 ~ 24.84%

%38.62
%36.53
%24.84

CMYK color model

#B9AF77 color CMYK value is (0,5,36,27).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 35.68%
  • key color value is 27.45%
CMYK:
(0,5,36,27)
C0M5Y36K27 
(0%,5%,36%,27%)
(0.00/0.05/0.36/0.27)	

CMYK percentages

%0
%5.41
%35.68
%27.45

Codes

Color #B9AF77 in popluar color models

B9AF77
RGB185175119
HSL51°32.04%59.61%
HSB/HSV51°35.68%72.55%
CMYK0.00%5.41%35.68%
27.45%

Color #B9AF77 in popluar number systems.

HEXB9AF77
Decimal185175119
Binary10111001101011111110111
Octal271257167

Shades and tints

Shades of #B9AF77

#B9AF77
(185,175,119)
#A9A06D
(169,160,109)
#999163
(153,145,99)
#898259
(137,130,89)
#79734F
(121,115,79)
#696445
(105,100,69)
#59553B
(89,85,59)
#494631
(73,70,49)
#393727
(57,55,39)
#29281D
(41,40,29)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #B9AF77

#B9AF77
(185,175,119)
#BFB683
(191,182,131)
#C5BD8F
(197,189,143)
#CBC49B
(203,196,155)
#D1CBA7
(209,203,167)
#D7D2B3
(215,210,179)
#DDD9BF
(221,217,191)
#E3E0CB
(227,224,203)
#E9E7D7
(233,231,215)
#EFEEE3
(239,238,227)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AF77 color. Also use rgb(185,175,119) instead hex code.

Text Font Color

.myTextColor { color: #B9AF77; }

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

This text font color is #B9AF77.


Background Color

.myBgColor { background-color: #B9AF77; }

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

This div background color is #B9AF77.


Border color

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

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

This div border color is #B9AF77.


Opacity

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

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

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

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

This text has shadow with #B9AF77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AF77 on black background.


Color preview on white background

This text has color #B9AF77 on white background.



Black color preview on #B9AF77 background

This text has black color on #B9AF77 background.


White color preview on #B9AF77 background

This text has white color on #B9AF77 background.