COLOR #B9AA7D

HEX: #B9AA7D
RGB: (185,170,125)

Color info

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

RGB color model

#B9AA7D color RGB value is (185,170,125).

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

RGB channels and saturation

R 185 of 255 = 73%
G 170 of 255 = 67%
B 125 of 255 = 49%

185
170
125

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

Portions of RGB colors in percentages

R + G + B =
185 + 170 + 125 = 480 (100%)
R 185 of 480 ~ 38.54%
G 170 of 480 ~ 35.42%
B 125 of 480 ~ 26.04%

%38.54
%35.42
%26.04

CMYK color model

#B9AA7D color CMYK value is (0,8,32,27).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK:
(0,8,32,27)
C0M8Y32K27 
(0%,8%,32%,27%)
(0.00/0.08/0.32/0.27)	

CMYK percentages

%0
%8.11
%32.43
%27.45

Codes

Color #B9AA7D in popluar color models

B9AA7D
RGB185170125
HSL45°30.00%60.78%
HSB/HSV45°32.43%72.55%
CMYK0.00%8.11%32.43%
27.45%

Color #B9AA7D in popluar number systems.

HEXB9AA7D
Decimal185170125
Binary10111001101010101111101
Octal271252175

Shades and tints

Shades of #B9AA7D

#B9AA7D
(185,170,125)
#A99B72
(169,155,114)
#998C67
(153,140,103)
#897D5C
(137,125,92)
#796E51
(121,110,81)
#695F46
(105,95,70)
#59503B
(89,80,59)
#494130
(73,65,48)
#393225
(57,50,37)
#29231A
(41,35,26)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #B9AA7D

#B9AA7D
(185,170,125)
#BFB188
(191,177,136)
#C5B893
(197,184,147)
#CBBF9E
(203,191,158)
#D1C6A9
(209,198,169)
#D7CDB4
(215,205,180)
#DDD4BF
(221,212,191)
#E3DBCA
(227,219,202)
#E9E2D5
(233,226,213)
#EFE9E0
(239,233,224)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AA7D; }

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

This text font color is #B9AA7D.


Background Color

.myBgColor { background-color: #B9AA7D; }

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

This div background color is #B9AA7D.


Border color

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

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

This div border color is #B9AA7D.


Opacity

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

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

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

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

This text has shadow with #B9AA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AA7D on black background.


Color preview on white background

This text has color #B9AA7D on white background.



Black color preview on #B9AA7D background

This text has black color on #B9AA7D background.


White color preview on #B9AA7D background

This text has white color on #B9AA7D background.