COLOR #B0A06B

HEX: #B0A06B
RGB: (176,160,107)

Color info

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

RGB color model

#B0A06B color RGB value is (176,160,107).

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

RGB channels and saturation

R 176 of 255 = 69%
G 160 of 255 = 63%
B 107 of 255 = 42%

176
160
107

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

Portions of RGB colors in percentages

R + G + B =
176 + 160 + 107 = 443 (100%)
R 176 of 443 ~ 39.73%
G 160 of 443 ~ 36.12%
B 107 of 443 ~ 24.15%

%39.73
%36.12
%24.15

CMYK color model

#B0A06B color CMYK value is (0,9,39,31).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 39.20%
  • key color value is 30.98%
CMYK:
(0,9,39,31)
C0M9Y39K31 
(0%,9%,39%,31%)
(0.00/0.09/0.39/0.31)	

CMYK percentages

%0
%9.09
%39.2
%30.98

Codes

Color #B0A06B in popluar color models

B0A06B
RGB176160107
HSL46°30.40%55.49%
HSB/HSV46°39.20%69.02%
CMYK0.00%9.09%39.20%
30.98%

Color #B0A06B in popluar number systems.

HEXB0A06B
Decimal176160107
Binary10110000101000001101011
Octal260240153

Shades and tints

Shades of #B0A06B

#B0A06B
(176,160,107)
#A09262
(160,146,98)
#908459
(144,132,89)
#807650
(128,118,80)
#706847
(112,104,71)
#605A3E
(96,90,62)
#504C35
(80,76,53)
#403E2C
(64,62,44)
#303023
(48,48,35)
#20221A
(32,34,26)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #B0A06B

#B0A06B
(176,160,107)
#B7A878
(183,168,120)
#BEB085
(190,176,133)
#C5B892
(197,184,146)
#CCC09F
(204,192,159)
#D3C8AC
(211,200,172)
#DAD0B9
(218,208,185)
#E1D8C6
(225,216,198)
#E8E0D3
(232,224,211)
#EFE8E0
(239,232,224)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A06B; }

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

This text font color is #B0A06B.


Background Color

.myBgColor { background-color: #B0A06B; }

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

This div background color is #B0A06B.


Border color

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

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

This div border color is #B0A06B.


Opacity

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

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

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

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

This text has shadow with #B0A06B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A06B on black background.


Color preview on white background

This text has color #B0A06B on white background.



Black color preview on #B0A06B background

This text has black color on #B0A06B background.


White color preview on #B0A06B background

This text has white color on #B0A06B background.