COLOR #B0A477

HEX: #B0A477 RGB: (176,164,119)

Color info

#B0A477 contains red, green and blue colors in about the same proportion. Web safe color of #B0A477 is #999966 (or #996).

RGB color model

#B0A477 color RGB value is (176,164,119).

RGB: (176,164,119) (69%, 64%, 47%)

RGB channels and saturation

R 176 of 255 = 69%
G 164 of 255 = 64%
B 119 of 255 = 47%

176
164
119

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

Portions of RGB colors in percentages

R + G + B = 176 + 164 + 119 = 459 (100%)
R 176 of 459 ~ 38.34%
G 164 of 459 ~ 35.73%
B 119 of 459 ~ 25.93'%

%38.34
%35.73
%25.93

CMYK color model

#B0A477 color CMYK value is (0,7,32,31).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 32.39%
  • key color value is 30.98%
CMYK: (0,7,32,31) C0M7Y32K31 (0%,7%,32%,31%) (0.00/0.07/0.32/0.31) 

CMYK percentages

%0
%6.82
%32.39
%30.98

Codes

Color #B0A477 in popluar color models

B0 A4 77
RGB 176 164 119
HSL 47° 26.51% 57.84%
HSB/HSV 47° 32.39% 69.02%
CMYK 0.00% 6.82% 32.39%
30.98%

Color #B0A477 in popluar number systems.

HEX B0 A4 77
Decimal 176 164 119
Binary 10110000 10100100 1110111
Octal 260 244 167

Shades and tints

Shades of #B0A477

#B0A477
(176,164,119)
#A0966D
(160,150,109)
#908863
(144,136,99)
#807A59
(128,122,89)
#706C4F
(112,108,79)
#605E45
(96,94,69)
#50503B
(80,80,59)
#404231
(64,66,49)
#303427
(48,52,39)
#20261D
(32,38,29)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #B0A477

#B0A477
(176,164,119)
#B7AC83
(183,172,131)
#BEB48F
(190,180,143)
#C5BC9B
(197,188,155)
#CCC4A7
(204,196,167)
#D3CCB3
(211,204,179)
#DAD4BF
(218,212,191)
#E1DCCB
(225,220,203)
#E8E4D7
(232,228,215)
#EFECE3
(239,236,227)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A477 color. Also use rgb(176,164,119) instead hex code.

Text Font Color

.myTextColor { color: #B0A477; }

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

This text font color is #B0A477.

Background Color

.myBgColor { background-color: #B0A477; }

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

This div background color is #B0A477.

Border color

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

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

This div border color is #B0A477.

Opacity

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

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

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

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

This text has shadow with #B0A477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A477.

Preview

Color preview on black background

This text has color #B0A477 on black background.


Color preview on white background

This text has color #B0A477 on white background.


Black color preview on #B0A477 background

This text has black color on #B0A477 background.


White color preview on #B0A477 background

This text has white color on #B0A477 background.


Related colors

Complementary color

Complementary color for #hex is #4F5B88.


I love getcolorcode.com

Triadic colors

1 #77B0A4 and #A477B0 with #B0A477 are triadic colors.

2 #77A4B0 and #A4B077 with #B0A477 are triadic colors.