COLOR #B0A09B

HEX: #B0A09B
RGB: (176,160,155)

Color info

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

RGB color model

#B0A09B color RGB value is (176,160,155).

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

RGB channels and saturation

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

176
160
155

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

Portions of RGB colors in percentages

R + G + B =
176 + 160 + 155 = 491 (100%)
R 176 of 491 ~ 35.85%
G 160 of 491 ~ 32.59%
B 155 of 491 ~ 31.57%

%35.85
%32.59
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • 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
%9.09
%11.93
%30.98

Codes

Color #B0A09B in popluar color models

B0A09B
RGB176160155
HSL14°11.73%64.90%
HSB/HSV14°11.93%69.02%
CMYK0.00%9.09%11.93%
30.98%

Color #B0A09B in popluar number systems.

HEXB0A09B
Decimal176160155
Binary101100001010000010011011
Octal260240233

Shades and tints

Shades of #B0A09B

#B0A09B
(176,160,155)
#A0928D
(160,146,141)
#90847F
(144,132,127)
#807671
(128,118,113)
#706863
(112,104,99)
#605A55
(96,90,85)
#504C47
(80,76,71)
#403E39
(64,62,57)
#30302B
(48,48,43)
#20221D
(32,34,29)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #B0A09B

#B0A09B
(176,160,155)
#B7A8A4
(183,168,164)
#BEB0AD
(190,176,173)
#C5B8B6
(197,184,182)
#CCC0BF
(204,192,191)
#D3C8C8
(211,200,200)
#DAD0D1
(218,208,209)
#E1D8DA
(225,216,218)
#E8E0E3
(232,224,227)
#EFE8EC
(239,232,236)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A09B; }

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

This text font color is #B0A09B.


Background Color

.myBgColor { background-color: #B0A09B; }

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

This div background color is #B0A09B.


Border color

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

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

This div border color is #B0A09B.


Opacity

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

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

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

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

This text has shadow with #B0A09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A09B on black background.


Color preview on white background

This text has color #B0A09B on white background.



Black color preview on #B0A09B background

This text has black color on #B0A09B background.


White color preview on #B0A09B background

This text has white color on #B0A09B background.