COLOR #B0AB91

HEX: #B0AB91
RGB: (176,171,145)

Color info

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

RGB color model

#B0AB91 color RGB value is (176,171,145).

  • red value is 176;
  • green value is 171;
  • blue value is 145.
RGB:
(176,171,145)
(69%,67%,57%)

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 145 of 255 = 57%

176
171
145

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

Portions of RGB colors in percentages

R + G + B =
176 + 171 + 145 = 492 (100%)
R 176 of 492 ~ 35.77%
G 171 of 492 ~ 34.76%
B 145 of 492 ~ 29.47%

%35.77
%34.76
%29.47

CMYK color model

#B0AB91 color CMYK value is (0,3,18,31).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK:
(0,3,18,31)
C0M3Y18K31 
(0%,3%,18%,31%)
(0.00/0.03/0.18/0.31)	

CMYK percentages

%0
%2.84
%17.61
%30.98

Codes

Color #B0AB91 in popluar color models

B0AB91
RGB176171145
HSL50°16.40%62.94%
HSB/HSV50°17.61%69.02%
CMYK0.00%2.84%17.61%
30.98%

Color #B0AB91 in popluar number systems.

HEXB0AB91
Decimal176171145
Binary101100001010101110010001
Octal260253221

Shades and tints

Shades of #B0AB91

#B0AB91
(176,171,145)
#A09C84
(160,156,132)
#908D77
(144,141,119)
#807E6A
(128,126,106)
#706F5D
(112,111,93)
#606050
(96,96,80)
#505143
(80,81,67)
#404236
(64,66,54)
#303329
(48,51,41)
#20241C
(32,36,28)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #B0AB91

#B0AB91
(176,171,145)
#B7B29B
(183,178,155)
#BEB9A5
(190,185,165)
#C5C0AF
(197,192,175)
#CCC7B9
(204,199,185)
#D3CEC3
(211,206,195)
#DAD5CD
(218,213,205)
#E1DCD7
(225,220,215)
#E8E3E1
(232,227,225)
#EFEAEB
(239,234,235)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AB91 color. Also use rgb(176,171,145) instead hex code.

Text Font Color

.myTextColor { color: #B0AB91; }

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

This text font color is #B0AB91.


Background Color

.myBgColor { background-color: #B0AB91; }

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

This div background color is #B0AB91.


Border color

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

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

This div border color is #B0AB91.


Opacity

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

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

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

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

This text has shadow with #B0AB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AB91 on black background.


Color preview on white background

This text has color #B0AB91 on white background.



Black color preview on #B0AB91 background

This text has black color on #B0AB91 background.


White color preview on #B0AB91 background

This text has white color on #B0AB91 background.