COLOR #B0A47F

HEX: #B0A47F
RGB: (176,164,127)

Color info

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

RGB color model

#B0A47F color RGB value is (176,164,127).

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

RGB channels and saturation

R 176 of 255 = 69%
G 164 of 255 = 64%
B 127 of 255 = 50%

176
164
127

R + G + B ~ 61%. #B0A47F is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 164 + 127 = 467 (100%)
R 176 of 467 ~ 37.69%
G 164 of 467 ~ 35.12%
B 127 of 467 ~ 27.19%

%37.69
%35.12
%27.19

CMYK color model

#B0A47F color CMYK value is (0,7,28,31).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 27.84%
  • key color value is 30.98%
CMYK:
(0,7,28,31)
C0M7Y28K31 
(0%,7%,28%,31%)
(0.00/0.07/0.28/0.31)	

CMYK percentages

%0
%6.82
%27.84
%30.98

Codes

Color #B0A47F in popluar color models

B0A47F
RGB176164127
HSL45°23.67%59.41%
HSB/HSV45°27.84%69.02%
CMYK0.00%6.82%27.84%
30.98%

Color #B0A47F in popluar number systems.

HEXB0A47F
Decimal176164127
Binary10110000101001001111111
Octal260244177

Shades and tints

Shades of #B0A47F

#B0A47F
(176,164,127)
#A09674
(160,150,116)
#908869
(144,136,105)
#807A5E
(128,122,94)
#706C53
(112,108,83)
#605E48
(96,94,72)
#50503D
(80,80,61)
#404232
(64,66,50)
#303427
(48,52,39)
#20261C
(32,38,28)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #B0A47F

#B0A47F
(176,164,127)
#B7AC8A
(183,172,138)
#BEB495
(190,180,149)
#C5BCA0
(197,188,160)
#CCC4AB
(204,196,171)
#D3CCB6
(211,204,182)
#DAD4C1
(218,212,193)
#E1DCCC
(225,220,204)
#E8E4D7
(232,228,215)
#EFECE2
(239,236,226)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A47F; }

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

This text font color is #B0A47F.


Background Color

.myBgColor { background-color: #B0A47F; }

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

This div background color is #B0A47F.


Border color

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

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

This div border color is #B0A47F.


Opacity

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

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

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

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

This text has shadow with #B0A47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A47F on black background.


Color preview on white background

This text has color #B0A47F on white background.



Black color preview on #B0A47F background

This text has black color on #B0A47F background.


White color preview on #B0A47F background

This text has white color on #B0A47F background.