COLOR #B0A489

HEX: #B0A489
RGB: (176,164,137)

Color info

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

RGB color model

#B0A489 color RGB value is (176,164,137).

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

RGB channels and saturation

R 176 of 255 = 69%
G 164 of 255 = 64%
B 137 of 255 = 54%

176
164
137

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

Portions of RGB colors in percentages

R + G + B =
176 + 164 + 137 = 477 (100%)
R 176 of 477 ~ 36.9%
G 164 of 477 ~ 34.38%
B 137 of 477 ~ 28.72%

%36.9
%34.38
%28.72

CMYK color model

#B0A489 color CMYK value is (0,7,22,31).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 22.16%
  • key color value is 30.98%
CMYK:
(0,7,22,31)
C0M7Y22K31 
(0%,7%,22%,31%)
(0.00/0.07/0.22/0.31)	

CMYK percentages

%0
%6.82
%22.16
%30.98

Codes

Color #B0A489 in popluar color models

B0A489
RGB176164137
HSL42°19.80%61.37%
HSB/HSV42°22.16%69.02%
CMYK0.00%6.82%22.16%
30.98%

Color #B0A489 in popluar number systems.

HEXB0A489
Decimal176164137
Binary101100001010010010001001
Octal260244211

Shades and tints

Shades of #B0A489

#B0A489
(176,164,137)
#A0967D
(160,150,125)
#908871
(144,136,113)
#807A65
(128,122,101)
#706C59
(112,108,89)
#605E4D
(96,94,77)
#505041
(80,80,65)
#404235
(64,66,53)
#303429
(48,52,41)
#20261D
(32,38,29)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #B0A489

#B0A489
(176,164,137)
#B7AC93
(183,172,147)
#BEB49D
(190,180,157)
#C5BCA7
(197,188,167)
#CCC4B1
(204,196,177)
#D3CCBB
(211,204,187)
#DAD4C5
(218,212,197)
#E1DCCF
(225,220,207)
#E8E4D9
(232,228,217)
#EFECE3
(239,236,227)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A489; }

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

This text font color is #B0A489.


Background Color

.myBgColor { background-color: #B0A489; }

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

This div background color is #B0A489.


Border color

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

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

This div border color is #B0A489.


Opacity

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

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

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

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

This text has shadow with #B0A489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A489 on black background.


Color preview on white background

This text has color #B0A489 on white background.



Black color preview on #B0A489 background

This text has black color on #B0A489 background.


White color preview on #B0A489 background

This text has white color on #B0A489 background.