COLOR #B0A96B

HEX: #B0A96B
RGB: (176,169,107)

Color info

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

RGB color model

#B0A96B color RGB value is (176,169,107).

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

RGB channels and saturation

R 176 of 255 = 69%
G 169 of 255 = 66%
B 107 of 255 = 42%

176
169
107

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

Portions of RGB colors in percentages

R + G + B =
176 + 169 + 107 = 452 (100%)
R 176 of 452 ~ 38.94%
G 169 of 452 ~ 37.39%
B 107 of 452 ~ 23.67%

%38.94
%37.39
%23.67

CMYK color model

#B0A96B color CMYK value is (0,4,39,31).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 39.20%
  • key color value is 30.98%
CMYK:
(0,4,39,31)
C0M4Y39K31 
(0%,4%,39%,31%)
(0.00/0.04/0.39/0.31)	

CMYK percentages

%0
%3.98
%39.2
%30.98

Codes

Color #B0A96B in popluar color models

B0A96B
RGB176169107
HSL54°30.40%55.49%
HSB/HSV54°39.20%69.02%
CMYK0.00%3.98%39.20%
30.98%

Color #B0A96B in popluar number systems.

HEXB0A96B
Decimal176169107
Binary10110000101010011101011
Octal260251153

Shades and tints

Shades of #B0A96B

#B0A96B
(176,169,107)
#A09A62
(160,154,98)
#908B59
(144,139,89)
#807C50
(128,124,80)
#706D47
(112,109,71)
#605E3E
(96,94,62)
#504F35
(80,79,53)
#40402C
(64,64,44)
#303123
(48,49,35)
#20221A
(32,34,26)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #B0A96B

#B0A96B
(176,169,107)
#B7B078
(183,176,120)
#BEB785
(190,183,133)
#C5BE92
(197,190,146)
#CCC59F
(204,197,159)
#D3CCAC
(211,204,172)
#DAD3B9
(218,211,185)
#E1DAC6
(225,218,198)
#E8E1D3
(232,225,211)
#EFE8E0
(239,232,224)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A96B; }

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

This text font color is #B0A96B.


Background Color

.myBgColor { background-color: #B0A96B; }

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

This div background color is #B0A96B.


Border color

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

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

This div border color is #B0A96B.


Opacity

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

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

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

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

This text has shadow with #B0A96B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A96B on black background.


Color preview on white background

This text has color #B0A96B on white background.



Black color preview on #B0A96B background

This text has black color on #B0A96B background.


White color preview on #B0A96B background

This text has white color on #B0A96B background.