COLOR #B9A47D

HEX: #B9A47D
RGB: (185,164,125)

Color info

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

RGB color model

#B9A47D color RGB value is (185,164,125).

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

RGB channels and saturation

R 185 of 255 = 73%
G 164 of 255 = 64%
B 125 of 255 = 49%

185
164
125

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

Portions of RGB colors in percentages

R + G + B =
185 + 164 + 125 = 474 (100%)
R 185 of 474 ~ 39.03%
G 164 of 474 ~ 34.6%
B 125 of 474 ~ 26.37%

%39.03
%34.6
%26.37

CMYK color model

#B9A47D color CMYK value is (0,11,32,27).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK:
(0,11,32,27)
C0M11Y32K27 
(0%,11%,32%,27%)
(0.00/0.11/0.32/0.27)	

CMYK percentages

%0
%11.35
%32.43
%27.45

Codes

Color #B9A47D in popluar color models

B9A47D
RGB185164125
HSL39°30.00%60.78%
HSB/HSV39°32.43%72.55%
CMYK0.00%11.35%32.43%
27.45%

Color #B9A47D in popluar number systems.

HEXB9A47D
Decimal185164125
Binary10111001101001001111101
Octal271244175

Shades and tints

Shades of #B9A47D

#B9A47D
(185,164,125)
#A99672
(169,150,114)
#998867
(153,136,103)
#897A5C
(137,122,92)
#796C51
(121,108,81)
#695E46
(105,94,70)
#59503B
(89,80,59)
#494230
(73,66,48)
#393425
(57,52,37)
#29261A
(41,38,26)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #B9A47D

#B9A47D
(185,164,125)
#BFAC88
(191,172,136)
#C5B493
(197,180,147)
#CBBC9E
(203,188,158)
#D1C4A9
(209,196,169)
#D7CCB4
(215,204,180)
#DDD4BF
(221,212,191)
#E3DCCA
(227,220,202)
#E9E4D5
(233,228,213)
#EFECE0
(239,236,224)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A47D; }

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

This text font color is #B9A47D.


Background Color

.myBgColor { background-color: #B9A47D; }

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

This div background color is #B9A47D.


Border color

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

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

This div border color is #B9A47D.


Opacity

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

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

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

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

This text has shadow with #B9A47D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A47D on black background.


Color preview on white background

This text has color #B9A47D on white background.



Black color preview on #B9A47D background

This text has black color on #B9A47D background.


White color preview on #B9A47D background

This text has white color on #B9A47D background.