COLOR #B0A19B

HEX: #B0A19B
RGB: (176,161,155)

Color info

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

RGB color model

#B0A19B color RGB value is (176,161,155).

  • red value is 176;
  • green value is 161;
  • blue value is 155.
RGB:
(176,161,155)
(69%,63%,61%)

RGB channels and saturation

R 176 of 255 = 69%
G 161 of 255 = 63%
B 155 of 255 = 61%

176
161
155

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

Portions of RGB colors in percentages

R + G + B =
176 + 161 + 155 = 492 (100%)
R 176 of 492 ~ 35.77%
G 161 of 492 ~ 32.72%
B 155 of 492 ~ 31.5%

%35.77
%32.72
%31.5

CMYK color model

#B0A19B color CMYK value is (0,9,12,31).

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 11.93%
  • key color value is 30.98%
CMYK:
(0,9,12,31)
C0M9Y12K31 
(0%,9%,12%,31%)
(0.00/0.09/0.12/0.31)	

CMYK percentages

%0
%8.52
%11.93
%30.98

Codes

Color #B0A19B in popluar color models

B0A19B
RGB176161155
HSL17°11.73%64.90%
HSB/HSV17°11.93%69.02%
CMYK0.00%8.52%11.93%
30.98%

Color #B0A19B in popluar number systems.

HEXB0A19B
Decimal176161155
Binary101100001010000110011011
Octal260241233

Shades and tints

Shades of #B0A19B

#B0A19B
(176,161,155)
#A0938D
(160,147,141)
#90857F
(144,133,127)
#807771
(128,119,113)
#706963
(112,105,99)
#605B55
(96,91,85)
#504D47
(80,77,71)
#403F39
(64,63,57)
#30312B
(48,49,43)
#20231D
(32,35,29)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #B0A19B

#B0A19B
(176,161,155)
#B7A9A4
(183,169,164)
#BEB1AD
(190,177,173)
#C5B9B6
(197,185,182)
#CCC1BF
(204,193,191)
#D3C9C8
(211,201,200)
#DAD1D1
(218,209,209)
#E1D9DA
(225,217,218)
#E8E1E3
(232,225,227)
#EFE9EC
(239,233,236)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A19B color. Also use rgb(176,161,155) instead hex code.

Text Font Color

.myTextColor { color: #B0A19B; }

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

This text font color is #B0A19B.


Background Color

.myBgColor { background-color: #B0A19B; }

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

This div background color is #B0A19B.


Border color

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

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

This div border color is #B0A19B.


Opacity

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

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

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

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

This text has shadow with #B0A19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A19B on black background.


Color preview on white background

This text has color #B0A19B on white background.



Black color preview on #B0A19B background

This text has black color on #B0A19B background.


White color preview on #B0A19B background

This text has white color on #B0A19B background.