COLOR #B0A888

HEX: #B0A888
RGB: (176,168,136)

Color info

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

RGB color model

#B0A888 color RGB value is (176,168,136).

  • red value is 176;
  • green value is 168;
  • blue value is 136.
RGB:
(176,168,136)
(69%,66%,53%)

RGB channels and saturation

R 176 of 255 = 69%
G 168 of 255 = 66%
B 136 of 255 = 53%

176
168
136

R + G + B ~ 63%. #B0A888 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 168 + 136 = 480 (100%)
R 176 of 480 ~ 36.67%
G 168 of 480 ~ 35%
B 136 of 480 ~ 28.33%

%36.67
%35
%28.33

CMYK color model

#B0A888 color CMYK value is (0,5,23,31).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 22.73%
  • key color value is 30.98%
CMYK:
(0,5,23,31)
C0M5Y23K31 
(0%,5%,23%,31%)
(0.00/0.05/0.23/0.31)	

CMYK percentages

%0
%4.55
%22.73
%30.98

Codes

Color #B0A888 in popluar color models

B0A888
RGB176168136
HSL48°20.20%61.18%
HSB/HSV48°22.73%69.02%
CMYK0.00%4.55%22.73%
30.98%

Color #B0A888 in popluar number systems.

HEXB0A888
Decimal176168136
Binary101100001010100010001000
Octal260250210

Shades and tints

Shades of #B0A888

#B0A888
(176,168,136)
#A0997C
(160,153,124)
#908A70
(144,138,112)
#807B64
(128,123,100)
#706C58
(112,108,88)
#605D4C
(96,93,76)
#504E40
(80,78,64)
#403F34
(64,63,52)
#303028
(48,48,40)
#20211C
(32,33,28)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #B0A888

#B0A888
(176,168,136)
#B7AF92
(183,175,146)
#BEB69C
(190,182,156)
#C5BDA6
(197,189,166)
#CCC4B0
(204,196,176)
#D3CBBA
(211,203,186)
#DAD2C4
(218,210,196)
#E1D9CE
(225,217,206)
#E8E0D8
(232,224,216)
#EFE7E2
(239,231,226)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A888 color. Also use rgb(176,168,136) instead hex code.

Text Font Color

.myTextColor { color: #B0A888; }

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

This text font color is #B0A888.


Background Color

.myBgColor { background-color: #B0A888; }

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

This div background color is #B0A888.


Border color

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

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

This div border color is #B0A888.


Opacity

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

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

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

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

This text has shadow with #B0A888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A888 on black background.


Color preview on white background

This text has color #B0A888 on white background.



Black color preview on #B0A888 background

This text has black color on #B0A888 background.


White color preview on #B0A888 background

This text has white color on #B0A888 background.