COLOR #B0A070

HEX: #B0A070
RGB: (176,160,112)

Color info

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

RGB color model

#B0A070 color RGB value is (176,160,112).

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

RGB channels and saturation

R 176 of 255 = 69%
G 160 of 255 = 63%
B 112 of 255 = 44%

176
160
112

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

Portions of RGB colors in percentages

R + G + B =
176 + 160 + 112 = 448 (100%)
R 176 of 448 ~ 39.29%
G 160 of 448 ~ 35.71%
B 112 of 448 ~ 25%

%39.29
%35.71
%25

CMYK color model

#B0A070 color CMYK value is (0,9,36,31).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 36.36%
  • key color value is 30.98%
CMYK:
(0,9,36,31)
C0M9Y36K31 
(0%,9%,36%,31%)
(0.00/0.09/0.36/0.31)	

CMYK percentages

%0
%9.09
%36.36
%30.98

Codes

Color #B0A070 in popluar color models

B0A070
RGB176160112
HSL45°28.83%56.47%
HSB/HSV45°36.36%69.02%
CMYK0.00%9.09%36.36%
30.98%

Color #B0A070 in popluar number systems.

HEXB0A070
Decimal176160112
Binary10110000101000001110000
Octal260240160

Shades and tints

Shades of #B0A070

#B0A070
(176,160,112)
#A09266
(160,146,102)
#90845C
(144,132,92)
#807652
(128,118,82)
#706848
(112,104,72)
#605A3E
(96,90,62)
#504C34
(80,76,52)
#403E2A
(64,62,42)
#303020
(48,48,32)
#202216
(32,34,22)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #B0A070

#B0A070
(176,160,112)
#B7A87D
(183,168,125)
#BEB08A
(190,176,138)
#C5B897
(197,184,151)
#CCC0A4
(204,192,164)
#D3C8B1
(211,200,177)
#DAD0BE
(218,208,190)
#E1D8CB
(225,216,203)
#E8E0D8
(232,224,216)
#EFE8E5
(239,232,229)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A070; }

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

This text font color is #B0A070.


Background Color

.myBgColor { background-color: #B0A070; }

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

This div background color is #B0A070.


Border color

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

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

This div border color is #B0A070.


Opacity

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

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

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

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

This text has shadow with #B0A070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A070 on black background.


Color preview on white background

This text has color #B0A070 on white background.



Black color preview on #B0A070 background

This text has black color on #B0A070 background.


White color preview on #B0A070 background

This text has white color on #B0A070 background.