COLOR #B9AA77

HEX: #B9AA77
RGB: (185,170,119)

Color info

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

RGB color model

#B9AA77 color RGB value is (185,170,119).

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

RGB channels and saturation

R 185 of 255 = 73%
G 170 of 255 = 67%
B 119 of 255 = 47%

185
170
119

R + G + B ~ 62%. #B9AA77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 170 + 119 = 474 (100%)
R 185 of 474 ~ 39.03%
G 170 of 474 ~ 35.86%
B 119 of 474 ~ 25.11%

%39.03
%35.86
%25.11

CMYK color model

#B9AA77 color CMYK value is (0,8,36,27).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 35.68%
  • key color value is 27.45%
CMYK:
(0,8,36,27)
C0M8Y36K27 
(0%,8%,36%,27%)
(0.00/0.08/0.36/0.27)	

CMYK percentages

%0
%8.11
%35.68
%27.45

Codes

Color #B9AA77 in popluar color models

B9AA77
RGB185170119
HSL46°32.04%59.61%
HSB/HSV46°35.68%72.55%
CMYK0.00%8.11%35.68%
27.45%

Color #B9AA77 in popluar number systems.

HEXB9AA77
Decimal185170119
Binary10111001101010101110111
Octal271252167

Shades and tints

Shades of #B9AA77

#B9AA77
(185,170,119)
#A99B6D
(169,155,109)
#998C63
(153,140,99)
#897D59
(137,125,89)
#796E4F
(121,110,79)
#695F45
(105,95,69)
#59503B
(89,80,59)
#494131
(73,65,49)
#393227
(57,50,39)
#29231D
(41,35,29)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #B9AA77

#B9AA77
(185,170,119)
#BFB183
(191,177,131)
#C5B88F
(197,184,143)
#CBBF9B
(203,191,155)
#D1C6A7
(209,198,167)
#D7CDB3
(215,205,179)
#DDD4BF
(221,212,191)
#E3DBCB
(227,219,203)
#E9E2D7
(233,226,215)
#EFE9E3
(239,233,227)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AA77; }

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

This text font color is #B9AA77.


Background Color

.myBgColor { background-color: #B9AA77; }

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

This div background color is #B9AA77.


Border color

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

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

This div border color is #B9AA77.


Opacity

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

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

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

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

This text has shadow with #B9AA77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AA77 on black background.


Color preview on white background

This text has color #B9AA77 on white background.



Black color preview on #B9AA77 background

This text has black color on #B9AA77 background.


White color preview on #B9AA77 background

This text has white color on #B9AA77 background.