COLOR #B0A487

HEX: #B0A487
RGB: (176,164,135)

Color info

#B0A487 contains red, green and blue colors in about the same proportion. Web safe color of #B0A487 is #999999 (or #999).

RGB color model

#B0A487 color RGB value is (176,164,135).

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

RGB channels and saturation

R 176 of 255 = 69%
G 164 of 255 = 64%
B 135 of 255 = 53%

176
164
135

R + G + B ~ 62%. #B0A487 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 164 + 135 = 475 (100%)
R 176 of 475 ~ 37.05%
G 164 of 475 ~ 34.53%
B 135 of 475 ~ 28.42%

%37.05
%34.53
%28.42

CMYK color model

#B0A487 color CMYK value is (0,7,23,31).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 23.30%
  • key color value is 30.98%
CMYK:
(0,7,23,31)
C0M7Y23K31 
(0%,7%,23%,31%)
(0.00/0.07/0.23/0.31)	

CMYK percentages

%0
%6.82
%23.3
%30.98

Codes

Color #B0A487 in popluar color models

B0A487
RGB176164135
HSL42°20.60%60.98%
HSB/HSV42°23.30%69.02%
CMYK0.00%6.82%23.30%
30.98%

Color #B0A487 in popluar number systems.

HEXB0A487
Decimal176164135
Binary101100001010010010000111
Octal260244207

Shades and tints

Shades of #B0A487

#B0A487
(176,164,135)
#A0967B
(160,150,123)
#90886F
(144,136,111)
#807A63
(128,122,99)
#706C57
(112,108,87)
#605E4B
(96,94,75)
#50503F
(80,80,63)
#404233
(64,66,51)
#303427
(48,52,39)
#20261B
(32,38,27)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #B0A487

#B0A487
(176,164,135)
#B7AC91
(183,172,145)
#BEB49B
(190,180,155)
#C5BCA5
(197,188,165)
#CCC4AF
(204,196,175)
#D3CCB9
(211,204,185)
#DAD4C3
(218,212,195)
#E1DCCD
(225,220,205)
#E8E4D7
(232,228,215)
#EFECE1
(239,236,225)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A487; }

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

This text font color is #B0A487.


Background Color

.myBgColor { background-color: #B0A487; }

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

This div background color is #B0A487.


Border color

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

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

This div border color is #B0A487.


Opacity

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

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

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

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

This text has shadow with #B0A487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A487 on black background.


Color preview on white background

This text has color #B0A487 on white background.



Black color preview on #B0A487 background

This text has black color on #B0A487 background.


White color preview on #B0A487 background

This text has white color on #B0A487 background.