COLOR #B0A893

HEX: #B0A893
RGB: (176,168,147)

Color info

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

RGB color model

#B0A893 color RGB value is (176,168,147).

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

RGB channels and saturation

R 176 of 255 = 69%
G 168 of 255 = 66%
B 147 of 255 = 58%

176
168
147

R + G + B ~ 64%. #B0A893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 168 + 147 = 491 (100%)
R 176 of 491 ~ 35.85%
G 168 of 491 ~ 34.22%
B 147 of 491 ~ 29.94%

%35.85
%34.22
%29.94

CMYK color model

#B0A893 color CMYK value is (0,5,16,31).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK: (0,5,16,31) C0M5Y16K31 (0%,5%,16%,31%) (0.00/0.05/0.16/0.31)

CMYK percentages

%0
%4.55
%16.48
%30.98

Codes

Color #B0A893 in popluar color models

B0A893
RGB176168147
HSL43°15.51%63.33%
HSB/HSV43°16.48%69.02%
CMYK0.00%4.55%16.48%
30.98%

Color #B0A893 in popluar number systems.

HEXB0A893
Decimal176168147
Binary101100001010100010010011
Octal260250223

Shades and tints

Shades of #B0A893

#B0A893
(176,168,147)
#A09986
(160,153,134)
#908A79
(144,138,121)
#807B6C
(128,123,108)
#706C5F
(112,108,95)
#605D52
(96,93,82)
#504E45
(80,78,69)
#403F38
(64,63,56)
#30302B
(48,48,43)
#20211E
(32,33,30)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #B0A893

#B0A893
(176,168,147)
#B7AF9C
(183,175,156)
#BEB6A5
(190,182,165)
#C5BDAE
(197,189,174)
#CCC4B7
(204,196,183)
#D3CBC0
(211,203,192)
#DAD2C9
(218,210,201)
#E1D9D2
(225,217,210)
#E8E0DB
(232,224,219)
#EFE7E4
(239,231,228)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A893; }

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

This text font color is #B0A893.


Background Color

.myBgColor { background-color: #B0A893; }

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

This div background color is #B0A893.


Border color

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

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

This div border color is #B0A893.


Opacity

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

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

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

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

This text has shadow with #B0A893 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B0A893 on black background.


Color preview on white background

This text has color #B0A893 on white background.



Black color preview on #B0A893 background

This text has black color on #B0A893 background.


White color preview on #B0A893 background

This text has white color on #B0A893 background.