COLOR #B9A45D

HEX: #B9A45D
RGB: (185,164,93)

Color info

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

RGB color model

#B9A45D color RGB value is (185,164,93).

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

RGB channels and saturation

R 185 of 255 = 73%
G 164 of 255 = 64%
B 93 of 255 = 36%

185
164
93

R + G + B ~ 58%. #B9A45D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 164 + 93 = 442 (100%)
R 185 of 442 ~ 41.86%
G 164 of 442 ~ 37.1%
B 93 of 442 ~ 21.04%

%41.86
%37.1
%21.04

CMYK color model

#B9A45D color CMYK value is (0,11,50,27).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 49.73%
  • key color value is 27.45%
CMYK:
(0,11,50,27)
C0M11Y50K27 
(0%,11%,50%,27%)
(0.00/0.11/0.50/0.27)	

CMYK percentages

%0
%11.35
%49.73
%27.45

Codes

Color #B9A45D in popluar color models

B9A45D
RGB18516493
HSL46°39.66%54.51%
HSB/HSV46°49.73%72.55%
CMYK0.00%11.35%49.73%
27.45%

Color #B9A45D in popluar number systems.

HEXB9A45D
Decimal18516493
Binary10111001101001001011101
Octal271244135

Shades and tints

Shades of #B9A45D

#B9A45D
(185,164,93)
#A99655
(169,150,85)
#99884D
(153,136,77)
#897A45
(137,122,69)
#796C3D
(121,108,61)
#695E35
(105,94,53)
#59502D
(89,80,45)
#494225
(73,66,37)
#39341D
(57,52,29)
#292615
(41,38,21)
#19180D
(25,24,13)
#000000
(0,0,0)

Tints of #B9A45D

#B9A45D
(185,164,93)
#BFAC6B
(191,172,107)
#C5B479
(197,180,121)
#CBBC87
(203,188,135)
#D1C495
(209,196,149)
#D7CCA3
(215,204,163)
#DDD4B1
(221,212,177)
#E3DCBF
(227,220,191)
#E9E4CD
(233,228,205)
#EFECDB
(239,236,219)
#F5F4E9
(245,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A45D; }

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

This text font color is #B9A45D.


Background Color

.myBgColor { background-color: #B9A45D; }

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

This div background color is #B9A45D.


Border color

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

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

This div border color is #B9A45D.


Opacity

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

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

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

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

This text has shadow with #B9A45D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A45D on black background.


Color preview on white background

This text has color #B9A45D on white background.



Black color preview on #B9A45D background

This text has black color on #B9A45D background.


White color preview on #B9A45D background

This text has white color on #B9A45D background.