COLOR #B0AB92

HEX: #B0AB92
RGB: (176,171,146)

Color info

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

RGB color model

#B0AB92 color RGB value is (176,171,146).

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

RGB channels and saturation

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

176
171
146

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

Portions of RGB colors in percentages

R + G + B =
176 + 171 + 146 = 493 (100%)
R 176 of 493 ~ 35.7%
G 171 of 493 ~ 34.69%
B 146 of 493 ~ 29.61%

%35.7
%34.69
%29.61

CMYK color model

#B0AB92 color CMYK value is (0,3,17,31).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 17.05%
  • key color value is 30.98%
CMYK:
(0,3,17,31)
C0M3Y17K31 
(0%,3%,17%,31%)
(0.00/0.03/0.17/0.31)	

CMYK percentages

%0
%2.84
%17.05
%30.98

Codes

Color #B0AB92 in popluar color models

B0AB92
RGB176171146
HSL50°15.96%63.14%
HSB/HSV50°17.05%69.02%
CMYK0.00%2.84%17.05%
30.98%

Color #B0AB92 in popluar number systems.

HEXB0AB92
Decimal176171146
Binary101100001010101110010010
Octal260253222

Shades and tints

Shades of #B0AB92

#B0AB92
(176,171,146)
#A09C85
(160,156,133)
#908D78
(144,141,120)
#807E6B
(128,126,107)
#706F5E
(112,111,94)
#606051
(96,96,81)
#505144
(80,81,68)
#404237
(64,66,55)
#30332A
(48,51,42)
#20241D
(32,36,29)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #B0AB92

#B0AB92
(176,171,146)
#B7B29B
(183,178,155)
#BEB9A4
(190,185,164)
#C5C0AD
(197,192,173)
#CCC7B6
(204,199,182)
#D3CEBF
(211,206,191)
#DAD5C8
(218,213,200)
#E1DCD1
(225,220,209)
#E8E3DA
(232,227,218)
#EFEAE3
(239,234,227)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AB92; }

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

This text font color is #B0AB92.


Background Color

.myBgColor { background-color: #B0AB92; }

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

This div background color is #B0AB92.


Border color

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

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

This div border color is #B0AB92.


Opacity

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

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

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

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

This text has shadow with #B0AB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AB92 on black background.


Color preview on white background

This text has color #B0AB92 on white background.



Black color preview on #B0AB92 background

This text has black color on #B0AB92 background.


White color preview on #B0AB92 background

This text has white color on #B0AB92 background.