COLOR #B0A770

HEX: #B0A770
RGB: (176,167,112)

Color info

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

RGB color model

#B0A770 color RGB value is (176,167,112).

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

RGB channels and saturation

R 176 of 255 = 69%
G 167 of 255 = 65%
B 112 of 255 = 44%

176
167
112

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

Portions of RGB colors in percentages

R + G + B =
176 + 167 + 112 = 455 (100%)
R 176 of 455 ~ 38.68%
G 167 of 455 ~ 36.7%
B 112 of 455 ~ 24.62%

%38.68
%36.7
%24.62

CMYK color model

#B0A770 color CMYK value is (0,5,36,31).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 36.36%
  • key color value is 30.98%
CMYK:
(0,5,36,31)
C0M5Y36K31 
(0%,5%,36%,31%)
(0.00/0.05/0.36/0.31)	

CMYK percentages

%0
%5.11
%36.36
%30.98

Codes

Color #B0A770 in popluar color models

B0A770
RGB176167112
HSL52°28.83%56.47%
HSB/HSV52°36.36%69.02%
CMYK0.00%5.11%36.36%
30.98%

Color #B0A770 in popluar number systems.

HEXB0A770
Decimal176167112
Binary10110000101001111110000
Octal260247160

Shades and tints

Shades of #B0A770

#B0A770
(176,167,112)
#A09866
(160,152,102)
#90895C
(144,137,92)
#807A52
(128,122,82)
#706B48
(112,107,72)
#605C3E
(96,92,62)
#504D34
(80,77,52)
#403E2A
(64,62,42)
#302F20
(48,47,32)
#202016
(32,32,22)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #B0A770

#B0A770
(176,167,112)
#B7AF7D
(183,175,125)
#BEB78A
(190,183,138)
#C5BF97
(197,191,151)
#CCC7A4
(204,199,164)
#D3CFB1
(211,207,177)
#DAD7BE
(218,215,190)
#E1DFCB
(225,223,203)
#E8E7D8
(232,231,216)
#EFEFE5
(239,239,229)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A770; }

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

This text font color is #B0A770.


Background Color

.myBgColor { background-color: #B0A770; }

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

This div background color is #B0A770.


Border color

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

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

This div border color is #B0A770.


Opacity

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

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

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

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

This text has shadow with #B0A770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A770 on black background.


Color preview on white background

This text has color #B0A770 on white background.



Black color preview on #B0A770 background

This text has black color on #B0A770 background.


White color preview on #B0A770 background

This text has white color on #B0A770 background.