COLOR #B0A76B

HEX: #B0A76B
RGB: (176,167,107)

Color info

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

RGB color model

#B0A76B color RGB value is (176,167,107).

  • red value is 176;
  • green value is 167;
  • blue value is 107.
RGB:
(176,167,107)
(69%,65%,42%)

RGB channels and saturation

R 176 of 255 = 69%
G 167 of 255 = 65%
B 107 of 255 = 42%

176
167
107

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

Portions of RGB colors in percentages

R + G + B =
176 + 167 + 107 = 450 (100%)
R 176 of 450 ~ 39.11%
G 167 of 450 ~ 37.11%
B 107 of 450 ~ 23.78%

%39.11
%37.11
%23.78

CMYK color model

#B0A76B color CMYK value is (0,5,39,31).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 39.20%
  • key color value is 30.98%
CMYK:
(0,5,39,31)
C0M5Y39K31 
(0%,5%,39%,31%)
(0.00/0.05/0.39/0.31)	

CMYK percentages

%0
%5.11
%39.2
%30.98

Codes

Color #B0A76B in popluar color models

B0A76B
RGB176167107
HSL52°30.40%55.49%
HSB/HSV52°39.20%69.02%
CMYK0.00%5.11%39.20%
30.98%

Color #B0A76B in popluar number systems.

HEXB0A76B
Decimal176167107
Binary10110000101001111101011
Octal260247153

Shades and tints

Shades of #B0A76B

#B0A76B
(176,167,107)
#A09862
(160,152,98)
#908959
(144,137,89)
#807A50
(128,122,80)
#706B47
(112,107,71)
#605C3E
(96,92,62)
#504D35
(80,77,53)
#403E2C
(64,62,44)
#302F23
(48,47,35)
#20201A
(32,32,26)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #B0A76B

#B0A76B
(176,167,107)
#B7AF78
(183,175,120)
#BEB785
(190,183,133)
#C5BF92
(197,191,146)
#CCC79F
(204,199,159)
#D3CFAC
(211,207,172)
#DAD7B9
(218,215,185)
#E1DFC6
(225,223,198)
#E8E7D3
(232,231,211)
#EFEFE0
(239,239,224)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A76B color. Also use rgb(176,167,107) instead hex code.

Text Font Color

.myTextColor { color: #B0A76B; }

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

This text font color is #B0A76B.


Background Color

.myBgColor { background-color: #B0A76B; }

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

This div background color is #B0A76B.


Border color

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

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

This div border color is #B0A76B.


Opacity

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

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

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

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

This text has shadow with #B0A76B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A76B on black background.


Color preview on white background

This text has color #B0A76B on white background.



Black color preview on #B0A76B background

This text has black color on #B0A76B background.


White color preview on #B0A76B background

This text has white color on #B0A76B background.