COLOR #B0A08D

HEX: #B0A08D
RGB: (176,160,141)

Color info

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

RGB color model

#B0A08D color RGB value is (176,160,141).

  • red value is 176;
  • green value is 160;
  • blue value is 141.
RGB:
(176,160,141)
(69%,63%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 160 of 255 = 63%
B 141 of 255 = 55%

176
160
141

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

Portions of RGB colors in percentages

R + G + B =
176 + 160 + 141 = 477 (100%)
R 176 of 477 ~ 36.9%
G 160 of 477 ~ 33.54%
B 141 of 477 ~ 29.56%

%36.9
%33.54
%29.56

CMYK color model

#B0A08D color CMYK value is (0,9,20,31).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 19.89%
  • key color value is 30.98%
CMYK:
(0,9,20,31)
C0M9Y20K31 
(0%,9%,20%,31%)
(0.00/0.09/0.20/0.31)	

CMYK percentages

%0
%9.09
%19.89
%30.98

Codes

Color #B0A08D in popluar color models

B0A08D
RGB176160141
HSL33°18.13%62.16%
HSB/HSV33°19.89%69.02%
CMYK0.00%9.09%19.89%
30.98%

Color #B0A08D in popluar number systems.

HEXB0A08D
Decimal176160141
Binary101100001010000010001101
Octal260240215

Shades and tints

Shades of #B0A08D

#B0A08D
(176,160,141)
#A09281
(160,146,129)
#908475
(144,132,117)
#807669
(128,118,105)
#70685D
(112,104,93)
#605A51
(96,90,81)
#504C45
(80,76,69)
#403E39
(64,62,57)
#30302D
(48,48,45)
#202221
(32,34,33)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #B0A08D

#B0A08D
(176,160,141)
#B7A897
(183,168,151)
#BEB0A1
(190,176,161)
#C5B8AB
(197,184,171)
#CCC0B5
(204,192,181)
#D3C8BF
(211,200,191)
#DAD0C9
(218,208,201)
#E1D8D3
(225,216,211)
#E8E0DD
(232,224,221)
#EFE8E7
(239,232,231)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A08D color. Also use rgb(176,160,141) instead hex code.

Text Font Color

.myTextColor { color: #B0A08D; }

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

This text font color is #B0A08D.


Background Color

.myBgColor { background-color: #B0A08D; }

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

This div background color is #B0A08D.


Border color

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

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

This div border color is #B0A08D.


Opacity

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

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

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

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

This text has shadow with #B0A08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A08D on black background.


Color preview on white background

This text has color #B0A08D on white background.



Black color preview on #B0A08D background

This text has black color on #B0A08D background.


White color preview on #B0A08D background

This text has white color on #B0A08D background.