COLOR #B0A172

HEX: #B0A172 RGB: (176,161,114)

Color info

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

RGB color model

#B0A172 color RGB value is (176,161,114).

RGB: (176,161,114) (69%, 63%, 45%)

RGB channels and saturation

R 176 of 255 = 69%
G 161 of 255 = 63%
B 114 of 255 = 45%

176
161
114

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

Portions of RGB colors in percentages

R + G + B = 176 + 161 + 114 = 451 (100%)
R 176 of 451 ~ 39.02%
G 161 of 451 ~ 35.7%
B 114 of 451 ~ 25.28'%

%39.02
%35.7
%25.28

CMYK color model

#B0A172 color CMYK value is (0,9,35,31).

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 35.23%
  • key color value is 30.98%

CMYK: (0,9,35,31)
C0M9Y35K31 (0%, 9%, 35%, 31%)
(0.00 / 0.09 / 0.35 / 0.31)

CMYK percentages

%0
%8.52
%35.23
%30.98

Codes

Color #B0A172 in popluar color models

B0 A1 72
RGB 176 161 114
HSL 45° 28.18% 56.86%
HSB/HSV 45° 35.23% 69.02%
CMYK 0.00% 8.52% 35.23%
30.98%

Color #B0A172 in popluar number systems.

HEX B0 A1 72
Decimal 176 161 114
Binary 10110000 10100001 1110010
Octal 260 241 162

Shades and tints

Shades of #B0A172

#B0A172
(176,161,114)
#A09368
(160,147,104)
#90855E
(144,133,94)
#807754
(128,119,84)
#70694A
(112,105,74)
#605B40
(96,91,64)
#504D36
(80,77,54)
#403F2C
(64,63,44)
#303122
(48,49,34)
#202318
(32,35,24)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #B0A172

#B0A172
(176,161,114)
#B7A97E
(183,169,126)
#BEB18A
(190,177,138)
#C5B996
(197,185,150)
#CCC1A2
(204,193,162)
#D3C9AE
(211,201,174)
#DAD1BA
(218,209,186)
#E1D9C6
(225,217,198)
#E8E1D2
(232,225,210)
#EFE9DE
(239,233,222)
#F6F1EA
(246,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A172 color. Also use rgb(176,161,114) instead hex code.

Text Font Color

.myTextColor { color: #B0A172; }

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

This text font color is #B0A172.

Background Color

.myBgColor { background-color: #B0A172; }

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

This div background color is #B0A172.

Border color

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

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

This div border color is #B0A172.

Opacity

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

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

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

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

This text has shadow with #B0A172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A172.

Preview

Color preview on black background

This text has color #B0A172 on black background.


Color preview on white background

This text has color #B0A172 on white background.


Black color preview on #B0A172 background

This text has black color on #B0A172 background.


White color preview on #B0A172 background

This text has white color on #B0A172 background.


Related colors

Complementary color

Complementary color for #hex is #4F5E8D.


I love getcolorcode.com

Triadic colors

1 #72B0A1 and #A172B0 with #B0A172 are triadic colors.

2 #72A1B0 and #A1B072 with #B0A172 are triadic colors.