COLOR #B4AA73

HEX: #B4AA73
RGB: (180,170,115)

Color info

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

RGB color model

#B4AA73 color RGB value is (180,170,115).

  • red value is 180;
  • green value is 170;
  • blue value is 115.
RGB:
(180,170,115)
(71%,67%,45%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 115 of 255 = 45%

180
170
115

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

Portions of RGB colors in percentages

R + G + B =
180 + 170 + 115 = 465 (100%)
R 180 of 465 ~ 38.71%
G 170 of 465 ~ 36.56%
B 115 of 465 ~ 24.73%

%38.71
%36.56
%24.73

CMYK color model

#B4AA73 color CMYK value is (0,6,36,29).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 36.11%
  • key color value is 29.41%
CMYK:
(0,6,36,29)
C0M6Y36K29 
(0%,6%,36%,29%)
(0.00/0.06/0.36/0.29)	

CMYK percentages

%0
%5.56
%36.11
%29.41

Codes

Color #B4AA73 in popluar color models

B4AA73
RGB180170115
HSL51°30.23%57.84%
HSB/HSV51°36.11%70.59%
CMYK0.00%5.56%36.11%
29.41%

Color #B4AA73 in popluar number systems.

HEXB4AA73
Decimal180170115
Binary10110100101010101110011
Octal264252163

Shades and tints

Shades of #B4AA73

#B4AA73
(180,170,115)
#A49B69
(164,155,105)
#948C5F
(148,140,95)
#847D55
(132,125,85)
#746E4B
(116,110,75)
#645F41
(100,95,65)
#545037
(84,80,55)
#44412D
(68,65,45)
#343223
(52,50,35)
#242319
(36,35,25)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #B4AA73

#B4AA73
(180,170,115)
#BAB17F
(186,177,127)
#C0B88B
(192,184,139)
#C6BF97
(198,191,151)
#CCC6A3
(204,198,163)
#D2CDAF
(210,205,175)
#D8D4BB
(216,212,187)
#DEDBC7
(222,219,199)
#E4E2D3
(228,226,211)
#EAE9DF
(234,233,223)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AA73 color. Also use rgb(180,170,115) instead hex code.

Text Font Color

.myTextColor { color: #B4AA73; }

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

This text font color is #B4AA73.


Background Color

.myBgColor { background-color: #B4AA73; }

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

This div background color is #B4AA73.


Border color

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

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

This div border color is #B4AA73.


Opacity

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

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

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

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

This text has shadow with #B4AA73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AA73 on black background.


Color preview on white background

This text has color #B4AA73 on white background.



Black color preview on #B4AA73 background

This text has black color on #B4AA73 background.


White color preview on #B4AA73 background

This text has white color on #B4AA73 background.