COLOR #B0A576

HEX: #B0A576
RGB: (176,165,118)

Color info

#B0A576 contains red, green and blue colors in about the same proportion. Web safe color of #B0A576 is #999966 (or #996).

RGB color model

#B0A576 color RGB value is (176,165,118).

  • red value is 176;
  • green value is 165;
  • blue value is 118.
RGB:
(176,165,118)
(69%,65%,46%)

RGB channels and saturation

R 176 of 255 = 69%
G 165 of 255 = 65%
B 118 of 255 = 46%

176
165
118

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

Portions of RGB colors in percentages

R + G + B =
176 + 165 + 118 = 459 (100%)
R 176 of 459 ~ 38.34%
G 165 of 459 ~ 35.95%
B 118 of 459 ~ 25.71%

%38.34
%35.95
%25.71

CMYK color model

#B0A576 color CMYK value is (0,6,33,31).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(0,6,33,31)
C0M6Y33K31 
(0%,6%,33%,31%)
(0.00/0.06/0.33/0.31)	

CMYK percentages

%0
%6.25
%32.95
%30.98

Codes

Color #B0A576 in popluar color models

B0A576
RGB176165118
HSL49°26.85%57.65%
HSB/HSV49°32.95%69.02%
CMYK0.00%6.25%32.95%
30.98%

Color #B0A576 in popluar number systems.

HEXB0A576
Decimal176165118
Binary10110000101001011110110
Octal260245166

Shades and tints

Shades of #B0A576

#B0A576
(176,165,118)
#A0966C
(160,150,108)
#908762
(144,135,98)
#807858
(128,120,88)
#70694E
(112,105,78)
#605A44
(96,90,68)
#504B3A
(80,75,58)
#403C30
(64,60,48)
#302D26
(48,45,38)
#201E1C
(32,30,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #B0A576

#B0A576
(176,165,118)
#B7AD82
(183,173,130)
#BEB58E
(190,181,142)
#C5BD9A
(197,189,154)
#CCC5A6
(204,197,166)
#D3CDB2
(211,205,178)
#DAD5BE
(218,213,190)
#E1DDCA
(225,221,202)
#E8E5D6
(232,229,214)
#EFEDE2
(239,237,226)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A576 color. Also use rgb(176,165,118) instead hex code.

Text Font Color

.myTextColor { color: #B0A576; }

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

This text font color is #B0A576.


Background Color

.myBgColor { background-color: #B0A576; }

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

This div background color is #B0A576.


Border color

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

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

This div border color is #B0A576.


Opacity

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

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

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

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

This text has shadow with #B0A576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A576 on black background.


Color preview on white background

This text has color #B0A576 on white background.



Black color preview on #B0A576 background

This text has black color on #B0A576 background.


White color preview on #B0A576 background

This text has white color on #B0A576 background.