COLOR #B9A573

HEX: #B9A573 RGB: (185,165,115)

Color info

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

RGB color model

#B9A573 color RGB value is (185,165,115).

RGB: (185,165,115) (73%, 65%, 45%)

RGB channels and saturation

R 185 of 255 = 73%
G 165 of 255 = 65%
B 115 of 255 = 45%

185
165
115

R + G + B ~ 61%. #B9A573 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 165 + 115 = 465 (100%)
R 185 of 465 ~ 39.78%
G 165 of 465 ~ 35.48%
B 115 of 465 ~ 24.73'%

%39.78
%35.48
%24.73

CMYK color model

#B9A573 color CMYK value is (0,11,38,27).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 37.84%
  • key color value is 27.45%

CMYK: (0,11,38,27)
C0M11Y38K27 (0%, 11%, 38%, 27%)
(0.00 / 0.11 / 0.38 / 0.27)

CMYK percentages

%0
%10.81
%37.84
%27.45

Codes

Color #B9A573 in popluar color models

B9 A5 73
RGB 185 165 115
HSL 43° 33.33% 58.82%
HSB/HSV 43° 37.84% 72.55%
CMYK 0.00% 10.81% 37.84%
27.45%

Color #B9A573 in popluar number systems.

HEX B9 A5 73
Decimal 185 165 115
Binary 10111001 10100101 1110011
Octal 271 245 163

Shades and tints

Shades of #B9A573

#B9A573
(185,165,115)
#A99669
(169,150,105)
#99875F
(153,135,95)
#897855
(137,120,85)
#79694B
(121,105,75)
#695A41
(105,90,65)
#594B37
(89,75,55)
#493C2D
(73,60,45)
#392D23
(57,45,35)
#291E19
(41,30,25)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #B9A573

#B9A573
(185,165,115)
#BFAD7F
(191,173,127)
#C5B58B
(197,181,139)
#CBBD97
(203,189,151)
#D1C5A3
(209,197,163)
#D7CDAF
(215,205,175)
#DDD5BB
(221,213,187)
#E3DDC7
(227,221,199)
#E9E5D3
(233,229,211)
#EFEDDF
(239,237,223)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A573 color. Also use rgb(185,165,115) instead hex code.

Text Font Color

.myTextColor { color: #B9A573; }

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

This text font color is #B9A573.

Background Color

.myBgColor { background-color: #B9A573; }

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

This div background color is #B9A573.

Border color

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

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

This div border color is #B9A573.

Opacity

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

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

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

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

This text has shadow with #B9A573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A573.

Preview

Color preview on black background

This text has color #B9A573 on black background.


Color preview on white background

This text has color #B9A573 on white background.


Black color preview on #B9A573 background

This text has black color on #B9A573 background.


White color preview on #B9A573 background

This text has white color on #B9A573 background.


Related colors

Complementary color

Complementary color for #hex is #465A8C.


I love getcolorcode.com

Triadic colors

1 #73B9A5 and #A573B9 with #B9A573 are triadic colors.

2 #73A5B9 and #A5B973 with #B9A573 are triadic colors.