COLOR #B9A95D

HEX: #B9A95D RGB: (185,169,93)

Color info

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

RGB color model

#B9A95D color RGB value is (185,169,93).

RGB: (185,169,93) (73%, 66%, 36%)

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 93 of 255 = 36%

185
169
93

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

Portions of RGB colors in percentages

R + G + B = 185 + 169 + 93 = 447 (100%)
R 185 of 447 ~ 41.39%
G 169 of 447 ~ 37.81%
B 93 of 447 ~ 20.81'%

%41.39
%37.81
%20.81

CMYK color model

#B9A95D color CMYK value is (0,9,50,27).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 49.73%
  • key color value is 27.45%

CMYK: (0,9,50,27)
C0M9Y50K27 (0%, 9%, 50%, 27%)
(0.00 / 0.09 / 0.50 / 0.27)

CMYK percentages

%0
%8.65
%49.73
%27.45

Codes

Color #B9A95D in popluar color models

B9 A9 5D
RGB 185 169 93
HSL 50° 39.66% 54.51%
HSB/HSV 50° 49.73% 72.55%
CMYK 0.00% 8.65% 49.73%
27.45%

Color #B9A95D in popluar number systems.

HEX B9 A9 5D
Decimal 185 169 93
Binary 10111001 10101001 1011101
Octal 271 251 135

Shades and tints

Shades of #B9A95D

#B9A95D
(185,169,93)
#A99A55
(169,154,85)
#998B4D
(153,139,77)
#897C45
(137,124,69)
#796D3D
(121,109,61)
#695E35
(105,94,53)
#594F2D
(89,79,45)
#494025
(73,64,37)
#39311D
(57,49,29)
#292215
(41,34,21)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #B9A95D

#B9A95D
(185,169,93)
#BFB06B
(191,176,107)
#C5B779
(197,183,121)
#CBBE87
(203,190,135)
#D1C595
(209,197,149)
#D7CCA3
(215,204,163)
#DDD3B1
(221,211,177)
#E3DABF
(227,218,191)
#E9E1CD
(233,225,205)
#EFE8DB
(239,232,219)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A95D; }

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

This text font color is #B9A95D.

Background Color

.myBgColor { background-color: #B9A95D; }

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

This div background color is #B9A95D.

Border color

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

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

This div border color is #B9A95D.

Opacity

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

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

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

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

This text has shadow with #B9A95D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A95D.

Preview

Color preview on black background

This text has color #B9A95D on black background.


Color preview on white background

This text has color #B9A95D on white background.


Black color preview on #B9A95D background

This text has black color on #B9A95D background.


White color preview on #B9A95D background

This text has white color on #B9A95D background.


Related colors

Complementary color

Complementary color for #hex is #4656A2.


I love getcolorcode.com

Triadic colors

1 #5DB9A9 and #A95DB9 with #B9A95D are triadic colors.

2 #5DA9B9 and #A9B95D with #B9A95D are triadic colors.