COLOR #B4A972

HEX: #B4A972
RGB: (180,169,114)

Color info

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

RGB color model

#B4A972 color RGB value is (180,169,114).

  • red value is 180;
  • green value is 169;
  • blue value is 114.
RGB:
(180,169,114)
(71%,66%,45%)

RGB channels and saturation

R 180 of 255 = 71%
G 169 of 255 = 66%
B 114 of 255 = 45%

180
169
114

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

Portions of RGB colors in percentages

R + G + B =
180 + 169 + 114 = 463 (100%)
R 180 of 463 ~ 38.88%
G 169 of 463 ~ 36.5%
B 114 of 463 ~ 24.62%

%38.88
%36.5
%24.62

CMYK color model

#B4A972 color CMYK value is (0,6,37,29).

  • cyan value is 0.00%
  • magenta value is 6.11%
  • yellow value is 36.67%
  • key color value is 29.41%
CMYK:
(0,6,37,29)
C0M6Y37K29 
(0%,6%,37%,29%)
(0.00/0.06/0.37/0.29)	

CMYK percentages

%0
%6.11
%36.67
%29.41

Codes

Color #B4A972 in popluar color models

B4A972
RGB180169114
HSL50°30.56%57.65%
HSB/HSV50°36.67%70.59%
CMYK0.00%6.11%36.67%
29.41%

Color #B4A972 in popluar number systems.

HEXB4A972
Decimal180169114
Binary10110100101010011110010
Octal264251162

Shades and tints

Shades of #B4A972

#B4A972
(180,169,114)
#A49A68
(164,154,104)
#948B5E
(148,139,94)
#847C54
(132,124,84)
#746D4A
(116,109,74)
#645E40
(100,94,64)
#544F36
(84,79,54)
#44402C
(68,64,44)
#343122
(52,49,34)
#242218
(36,34,24)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #B4A972

#B4A972
(180,169,114)
#BAB07E
(186,176,126)
#C0B78A
(192,183,138)
#C6BE96
(198,190,150)
#CCC5A2
(204,197,162)
#D2CCAE
(210,204,174)
#D8D3BA
(216,211,186)
#DEDAC6
(222,218,198)
#E4E1D2
(228,225,210)
#EAE8DE
(234,232,222)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A972 color. Also use rgb(180,169,114) instead hex code.

Text Font Color

.myTextColor { color: #B4A972; }

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

This text font color is #B4A972.


Background Color

.myBgColor { background-color: #B4A972; }

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

This div background color is #B4A972.


Border color

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

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

This div border color is #B4A972.


Opacity

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

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

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

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

This text has shadow with #B4A972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A972 on black background.


Color preview on white background

This text has color #B4A972 on white background.



Black color preview on #B4A972 background

This text has black color on #B4A972 background.


White color preview on #B4A972 background

This text has white color on #B4A972 background.