COLOR #B3A971

HEX: #B3A971
RGB: (179,169,113)

Color info

#B3A971 contains mainly red and green colors. Web safe color of #B3A971 is #999966 (or #996).

RGB color model

#B3A971 color RGB value is (179,169,113).

  • red value is 179;
  • green value is 169;
  • blue value is 113.
RGB:
(179,169,113)
(70%,66%,44%)

RGB channels and saturation

R 179 of 255 = 70%
G 169 of 255 = 66%
B 113 of 255 = 44%

179
169
113

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

Portions of RGB colors in percentages

R + G + B =
179 + 169 + 113 = 461 (100%)
R 179 of 461 ~ 38.83%
G 169 of 461 ~ 36.66%
B 113 of 461 ~ 24.51%

%38.83
%36.66
%24.51

CMYK color model

#B3A971 color CMYK value is (0,6,37,30).

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 36.87%
  • key color value is 29.80%
CMYK:
(0,6,37,30)
C0M6Y37K30 
(0%,6%,37%,30%)
(0.00/0.06/0.37/0.30)	

CMYK percentages

%0
%5.59
%36.87
%29.8

Codes

Color #B3A971 in popluar color models

B3A971
RGB179169113
HSL51°30.28%57.25%
HSB/HSV51°36.87%70.20%
CMYK0.00%5.59%36.87%
29.80%

Color #B3A971 in popluar number systems.

HEXB3A971
Decimal179169113
Binary10110011101010011110001
Octal263251161

Shades and tints

Shades of #B3A971

#B3A971
(179,169,113)
#A39A67
(163,154,103)
#938B5D
(147,139,93)
#837C53
(131,124,83)
#736D49
(115,109,73)
#635E3F
(99,94,63)
#534F35
(83,79,53)
#43402B
(67,64,43)
#333121
(51,49,33)
#232217
(35,34,23)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #B3A971

#B3A971
(179,169,113)
#B9B07D
(185,176,125)
#BFB789
(191,183,137)
#C5BE95
(197,190,149)
#CBC5A1
(203,197,161)
#D1CCAD
(209,204,173)
#D7D3B9
(215,211,185)
#DDDAC5
(221,218,197)
#E3E1D1
(227,225,209)
#E9E8DD
(233,232,221)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A971 color. Also use rgb(179,169,113) instead hex code.

Text Font Color

.myTextColor { color: #B3A971; }

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

This text font color is #B3A971.


Background Color

.myBgColor { background-color: #B3A971; }

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

This div background color is #B3A971.


Border color

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

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

This div border color is #B3A971.


Opacity

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

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

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

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

This text has shadow with #B3A971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A971 on black background.


Color preview on white background

This text has color #B3A971 on white background.



Black color preview on #B3A971 background

This text has black color on #B3A971 background.


White color preview on #B3A971 background

This text has white color on #B3A971 background.