COLOR #B0AB85

HEX: #B0AB85
RGB: (176,171,133)

Color info

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

RGB color model

#B0AB85 color RGB value is (176,171,133).

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

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 133 of 255 = 52%

176
171
133

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

Portions of RGB colors in percentages

R + G + B =
176 + 171 + 133 = 480 (100%)
R 176 of 480 ~ 36.67%
G 171 of 480 ~ 35.63%
B 133 of 480 ~ 27.71%

%36.67
%35.63
%27.71

CMYK color model

#B0AB85 color CMYK value is (0,3,24,31).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 24.43%
  • key color value is 30.98%
CMYK:
(0,3,24,31)
C0M3Y24K31 
(0%,3%,24%,31%)
(0.00/0.03/0.24/0.31)	

CMYK percentages

%0
%2.84
%24.43
%30.98

Codes

Color #B0AB85 in popluar color models

B0AB85
RGB176171133
HSL53°21.39%60.59%
HSB/HSV53°24.43%69.02%
CMYK0.00%2.84%24.43%
30.98%

Color #B0AB85 in popluar number systems.

HEXB0AB85
Decimal176171133
Binary101100001010101110000101
Octal260253205

Shades and tints

Shades of #B0AB85

#B0AB85
(176,171,133)
#A09C79
(160,156,121)
#908D6D
(144,141,109)
#807E61
(128,126,97)
#706F55
(112,111,85)
#606049
(96,96,73)
#50513D
(80,81,61)
#404231
(64,66,49)
#303325
(48,51,37)
#202419
(32,36,25)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #B0AB85

#B0AB85
(176,171,133)
#B7B290
(183,178,144)
#BEB99B
(190,185,155)
#C5C0A6
(197,192,166)
#CCC7B1
(204,199,177)
#D3CEBC
(211,206,188)
#DAD5C7
(218,213,199)
#E1DCD2
(225,220,210)
#E8E3DD
(232,227,221)
#EFEAE8
(239,234,232)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AB85; }

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

This text font color is #B0AB85.


Background Color

.myBgColor { background-color: #B0AB85; }

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

This div background color is #B0AB85.


Border color

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

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

This div border color is #B0AB85.


Opacity

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

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

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

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

This text has shadow with #B0AB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AB85 on black background.


Color preview on white background

This text has color #B0AB85 on white background.



Black color preview on #B0AB85 background

This text has black color on #B0AB85 background.


White color preview on #B0AB85 background

This text has white color on #B0AB85 background.