COLOR #B0A981

HEX: #B0A981
RGB: (176,169,129)

Color info

#B0A981 contains red, green and blue colors in about the same proportion. Web safe color of #B0A981 is #999999 (or #999).

RGB color model

#B0A981 color RGB value is (176,169,129).

  • red value is 176;
  • green value is 169;
  • blue value is 129.
RGB:
(176,169,129)
(69%,66%,51%)

RGB channels and saturation

R 176 of 255 = 69%
G 169 of 255 = 66%
B 129 of 255 = 51%

176
169
129

R + G + B ~ 62%. #B0A981 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 169 + 129 = 474 (100%)
R 176 of 474 ~ 37.13%
G 169 of 474 ~ 35.65%
B 129 of 474 ~ 27.22%

%37.13
%35.65
%27.22

CMYK color model

#B0A981 color CMYK value is (0,4,27,31).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 26.70%
  • key color value is 30.98%
CMYK:
(0,4,27,31)
C0M4Y27K31 
(0%,4%,27%,31%)
(0.00/0.04/0.27/0.31)	

CMYK percentages

%0
%3.98
%26.7
%30.98

Codes

Color #B0A981 in popluar color models

B0A981
RGB176169129
HSL51°22.93%59.80%
HSB/HSV51°26.70%69.02%
CMYK0.00%3.98%26.70%
30.98%

Color #B0A981 in popluar number systems.

HEXB0A981
Decimal176169129
Binary101100001010100110000001
Octal260251201

Shades and tints

Shades of #B0A981

#B0A981
(176,169,129)
#A09A76
(160,154,118)
#908B6B
(144,139,107)
#807C60
(128,124,96)
#706D55
(112,109,85)
#605E4A
(96,94,74)
#504F3F
(80,79,63)
#404034
(64,64,52)
#303129
(48,49,41)
#20221E
(32,34,30)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #B0A981

#B0A981
(176,169,129)
#B7B08C
(183,176,140)
#BEB797
(190,183,151)
#C5BEA2
(197,190,162)
#CCC5AD
(204,197,173)
#D3CCB8
(211,204,184)
#DAD3C3
(218,211,195)
#E1DACE
(225,218,206)
#E8E1D9
(232,225,217)
#EFE8E4
(239,232,228)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A981 color. Also use rgb(176,169,129) instead hex code.

Text Font Color

.myTextColor { color: #B0A981; }

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

This text font color is #B0A981.


Background Color

.myBgColor { background-color: #B0A981; }

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

This div background color is #B0A981.


Border color

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

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

This div border color is #B0A981.


Opacity

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

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

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

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

This text has shadow with #B0A981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A981 on black background.


Color preview on white background

This text has color #B0A981 on white background.



Black color preview on #B0A981 background

This text has black color on #B0A981 background.


White color preview on #B0A981 background

This text has white color on #B0A981 background.