COLOR #B0A467

HEX: #B0A467
RGB: (176,164,103)

Color info

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

RGB color model

#B0A467 color RGB value is (176,164,103).

  • red value is 176;
  • green value is 164;
  • blue value is 103.
RGB:
(176,164,103)
(69%,64%,40%)

RGB channels and saturation

R 176 of 255 = 69%
G 164 of 255 = 64%
B 103 of 255 = 40%

176
164
103

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

Portions of RGB colors in percentages

R + G + B =
176 + 164 + 103 = 443 (100%)
R 176 of 443 ~ 39.73%
G 164 of 443 ~ 37.02%
B 103 of 443 ~ 23.25%

%39.73
%37.02
%23.25

CMYK color model

#B0A467 color CMYK value is (0,7,41,31).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 41.48%
  • key color value is 30.98%
CMYK:
(0,7,41,31)
C0M7Y41K31 
(0%,7%,41%,31%)
(0.00/0.07/0.41/0.31)	

CMYK percentages

%0
%6.82
%41.48
%30.98

Codes

Color #B0A467 in popluar color models

B0A467
RGB176164103
HSL50°31.60%54.71%
HSB/HSV50°41.48%69.02%
CMYK0.00%6.82%41.48%
30.98%

Color #B0A467 in popluar number systems.

HEXB0A467
Decimal176164103
Binary10110000101001001100111
Octal260244147

Shades and tints

Shades of #B0A467

#B0A467
(176,164,103)
#A0965E
(160,150,94)
#908855
(144,136,85)
#807A4C
(128,122,76)
#706C43
(112,108,67)
#605E3A
(96,94,58)
#505031
(80,80,49)
#404228
(64,66,40)
#30341F
(48,52,31)
#202616
(32,38,22)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #B0A467

#B0A467
(176,164,103)
#B7AC74
(183,172,116)
#BEB481
(190,180,129)
#C5BC8E
(197,188,142)
#CCC49B
(204,196,155)
#D3CCA8
(211,204,168)
#DAD4B5
(218,212,181)
#E1DCC2
(225,220,194)
#E8E4CF
(232,228,207)
#EFECDC
(239,236,220)
#F6F4E9
(246,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A467; }

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

This text font color is #B0A467.


Background Color

.myBgColor { background-color: #B0A467; }

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

This div background color is #B0A467.


Border color

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

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

This div border color is #B0A467.


Opacity

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

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

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

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

This text has shadow with #B0A467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A467 on black background.


Color preview on white background

This text has color #B0A467 on white background.



Black color preview on #B0A467 background

This text has black color on #B0A467 background.


White color preview on #B0A467 background

This text has white color on #B0A467 background.