COLOR #B5AB81

HEX: #B5AB81 RGB: (181,171,129)

Color info

#B5AB81 contains red, green and blue colors in about the same proportion. Web safe color of #B5AB81 is #CC9999 (or #C99).

RGB color model

#B5AB81 color RGB value is (181,171,129).

RGB: (181,171,129) (71%, 67%, 51%)

RGB channels and saturation

R 181 of 255 = 71%
G 171 of 255 = 67%
B 129 of 255 = 51%

181
171
129

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

Portions of RGB colors in percentages

R + G + B = 181 + 171 + 129 = 481 (100%)
R 181 of 481 ~ 37.63%
G 171 of 481 ~ 35.55%
B 129 of 481 ~ 26.82'%

%37.63
%35.55
%26.82

CMYK color model

#B5AB81 color CMYK value is (0,6,29,29).

  • cyan value is 0.00%
  • magenta value is 5.52%
  • yellow value is 28.73%
  • key color value is 29.02%

CMYK: (0,6,29,29)
C0M6Y29K29 (0%, 6%, 29%, 29%)
(0.00 / 0.06 / 0.29 / 0.29)

CMYK percentages

%0
%5.52
%28.73
%29.02

Codes

Color #B5AB81 in popluar color models

B5 AB 81
RGB 181 171 129
HSL 48° 26.00% 60.78%
HSB/HSV 48° 28.73% 70.98%
CMYK 0.00% 5.52% 28.73%
29.02%

Color #B5AB81 in popluar number systems.

HEX B5 AB 81
Decimal 181 171 129
Binary 10110101 10101011 10000001
Octal 265 253 201

Shades and tints

Shades of #B5AB81

#B5AB81
(181,171,129)
#A59C76
(165,156,118)
#958D6B
(149,141,107)
#857E60
(133,126,96)
#756F55
(117,111,85)
#65604A
(101,96,74)
#55513F
(85,81,63)
#454234
(69,66,52)
#353329
(53,51,41)
#25241E
(37,36,30)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #B5AB81

#B5AB81
(181,171,129)
#BBB28C
(187,178,140)
#C1B997
(193,185,151)
#C7C0A2
(199,192,162)
#CDC7AD
(205,199,173)
#D3CEB8
(211,206,184)
#D9D5C3
(217,213,195)
#DFDCCE
(223,220,206)
#E5E3D9
(229,227,217)
#EBEAE4
(235,234,228)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AB81; }

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

This text font color is #B5AB81.

Background Color

.myBgColor { background-color: #B5AB81; }

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

This div background color is #B5AB81.

Border color

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

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

This div border color is #B5AB81.

Opacity

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

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

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

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

This text has shadow with #B5AB81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AB81.

Preview

Color preview on black background

This text has color #B5AB81 on black background.


Color preview on white background

This text has color #B5AB81 on white background.


Black color preview on #B5AB81 background

This text has black color on #B5AB81 background.


White color preview on #B5AB81 background

This text has white color on #B5AB81 background.


Related colors

Complementary color

Complementary color for #hex is #4A547E.


I love getcolorcode.com

Triadic colors

1 #81B5AB and #AB81B5 with #B5AB81 are triadic colors.

2 #81ABB5 and #ABB581 with #B5AB81 are triadic colors.