COLOR #B0A875

HEX: #B0A875
RGB: (176,168,117)

Color info

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

RGB color model

#B0A875 color RGB value is (176,168,117).

  • red value is 176;
  • green value is 168;
  • blue value is 117.
RGB:
(176,168,117)
(69%,66%,46%)

RGB channels and saturation

R 176 of 255 = 69%
G 168 of 255 = 66%
B 117 of 255 = 46%

176
168
117

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

Portions of RGB colors in percentages

R + G + B =
176 + 168 + 117 = 461 (100%)
R 176 of 461 ~ 38.18%
G 168 of 461 ~ 36.44%
B 117 of 461 ~ 25.38%

%38.18
%36.44
%25.38

CMYK color model

#B0A875 color CMYK value is (0,5,34,31).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 33.52%
  • key color value is 30.98%
CMYK:
(0,5,34,31)
C0M5Y34K31 
(0%,5%,34%,31%)
(0.00/0.05/0.34/0.31)	

CMYK percentages

%0
%4.55
%33.52
%30.98

Codes

Color #B0A875 in popluar color models

B0A875
RGB176168117
HSL52°27.19%57.45%
HSB/HSV52°33.52%69.02%
CMYK0.00%4.55%33.52%
30.98%

Color #B0A875 in popluar number systems.

HEXB0A875
Decimal176168117
Binary10110000101010001110101
Octal260250165

Shades and tints

Shades of #B0A875

#B0A875
(176,168,117)
#A0996B
(160,153,107)
#908A61
(144,138,97)
#807B57
(128,123,87)
#706C4D
(112,108,77)
#605D43
(96,93,67)
#504E39
(80,78,57)
#403F2F
(64,63,47)
#303025
(48,48,37)
#20211B
(32,33,27)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #B0A875

#B0A875
(176,168,117)
#B7AF81
(183,175,129)
#BEB68D
(190,182,141)
#C5BD99
(197,189,153)
#CCC4A5
(204,196,165)
#D3CBB1
(211,203,177)
#DAD2BD
(218,210,189)
#E1D9C9
(225,217,201)
#E8E0D5
(232,224,213)
#EFE7E1
(239,231,225)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A875 color. Also use rgb(176,168,117) instead hex code.

Text Font Color

.myTextColor { color: #B0A875; }

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

This text font color is #B0A875.


Background Color

.myBgColor { background-color: #B0A875; }

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

This div background color is #B0A875.


Border color

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

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

This div border color is #B0A875.


Opacity

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

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

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

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

This text has shadow with #B0A875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A875 on black background.


Color preview on white background

This text has color #B0A875 on white background.



Black color preview on #B0A875 background

This text has black color on #B0A875 background.


White color preview on #B0A875 background

This text has white color on #B0A875 background.