COLOR #B0AB81

HEX: #B0AB81 RGB: (176,171,129)

Color info

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

RGB color model

#B0AB81 color RGB value is (176,171,129).

RGB: (176,171,129) (69%, 67%, 51%)

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 129 of 255 = 51%

176
171
129

R + G + B ~ 62%. #B0AB81 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 171 + 129 = 476 (100%)
R 176 of 476 ~ 36.97%
G 171 of 476 ~ 35.92%
B 129 of 476 ~ 27.1'%

%36.97
%35.92
%27.1

CMYK color model

#B0AB81 color CMYK value is (0,3,27,31).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 26.70%
  • key color value is 30.98%

CMYK: (0,3,27,31)
C0M3Y27K31 (0%, 3%, 27%, 31%)
(0.00 / 0.03 / 0.27 / 0.31)

CMYK percentages

%0
%2.84
%26.7
%30.98

Codes

Color #B0AB81 in popluar color models

B0 AB 81
RGB 176 171 129
HSL 54° 22.93% 59.80%
HSB/HSV 54° 26.70% 69.02%
CMYK 0.00% 2.84% 26.70%
30.98%

Color #B0AB81 in popluar number systems.

HEX B0 AB 81
Decimal 176 171 129
Binary 10110000 10101011 10000001
Octal 260 253 201

Shades and tints

Shades of #B0AB81

#B0AB81
(176,171,129)
#A09C76
(160,156,118)
#908D6B
(144,141,107)
#807E60
(128,126,96)
#706F55
(112,111,85)
#60604A
(96,96,74)
#50513F
(80,81,63)
#404234
(64,66,52)
#303329
(48,51,41)
#20241E
(32,36,30)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #B0AB81

#B0AB81
(176,171,129)
#B7B28C
(183,178,140)
#BEB997
(190,185,151)
#C5C0A2
(197,192,162)
#CCC7AD
(204,199,173)
#D3CEB8
(211,206,184)
#DAD5C3
(218,213,195)
#E1DCCE
(225,220,206)
#E8E3D9
(232,227,217)
#EFEAE4
(239,234,228)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AB81; }

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

This text font color is #B0AB81.

Background Color

.myBgColor { background-color: #B0AB81; }

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

This div background color is #B0AB81.

Border color

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

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

This div border color is #B0AB81.

Opacity

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

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

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

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

This text has shadow with #B0AB81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AB81.

Preview

Color preview on black background

This text has color #B0AB81 on black background.


Color preview on white background

This text has color #B0AB81 on white background.


Black color preview on #B0AB81 background

This text has black color on #B0AB81 background.


White color preview on #B0AB81 background

This text has white color on #B0AB81 background.


Related colors

Complementary color

Complementary color for #hex is #4F547E.


I love getcolorcode.com

Triadic colors

1 #81B0AB and #AB81B0 with #B0AB81 are triadic colors.

2 #81ABB0 and #ABB081 with #B0AB81 are triadic colors.