COLOR #B0A96A

HEX: #B0A96A
RGB: (176,169,106)

Color info

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

RGB color model

#B0A96A color RGB value is (176,169,106).

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

RGB channels and saturation

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

176
169
106

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

Portions of RGB colors in percentages

R + G + B =
176 + 169 + 106 = 451 (100%)
R 176 of 451 ~ 39.02%
G 169 of 451 ~ 37.47%
B 106 of 451 ~ 23.5%

%39.02
%37.47
%23.5

CMYK color model

#B0A96A color CMYK value is (0,4,40,31).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 39.77%
  • key color value is 30.98%
CMYK:
(0,4,40,31)
C0M4Y40K31 
(0%,4%,40%,31%)
(0.00/0.04/0.40/0.31)	

CMYK percentages

%0
%3.98
%39.77
%30.98

Codes

Color #B0A96A in popluar color models

B0A96A
RGB176169106
HSL54°30.70%55.29%
HSB/HSV54°39.77%69.02%
CMYK0.00%3.98%39.77%
30.98%

Color #B0A96A in popluar number systems.

HEXB0A96A
Decimal176169106
Binary10110000101010011101010
Octal260251152

Shades and tints

Shades of #B0A96A

#B0A96A
(176,169,106)
#A09A61
(160,154,97)
#908B58
(144,139,88)
#807C4F
(128,124,79)
#706D46
(112,109,70)
#605E3D
(96,94,61)
#504F34
(80,79,52)
#40402B
(64,64,43)
#303122
(48,49,34)
#202219
(32,34,25)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #B0A96A

#B0A96A
(176,169,106)
#B7B077
(183,176,119)
#BEB784
(190,183,132)
#C5BE91
(197,190,145)
#CCC59E
(204,197,158)
#D3CCAB
(211,204,171)
#DAD3B8
(218,211,184)
#E1DAC5
(225,218,197)
#E8E1D2
(232,225,210)
#EFE8DF
(239,232,223)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A96A; }

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

This text font color is #B0A96A.


Background Color

.myBgColor { background-color: #B0A96A; }

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

This div background color is #B0A96A.


Border color

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

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

This div border color is #B0A96A.


Opacity

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

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

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

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

This text has shadow with #B0A96A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A96A on black background.


Color preview on white background

This text has color #B0A96A on white background.



Black color preview on #B0A96A background

This text has black color on #B0A96A background.


White color preview on #B0A96A background

This text has white color on #B0A96A background.