COLOR #B5AD86

HEX: #B5AD86 RGB: (181,173,134)

Color info

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

RGB color model

#B5AD86 color RGB value is (181,173,134).

RGB: (181,173,134) (71%, 68%, 53%)

RGB channels and saturation

R 181 of 255 = 71%
G 173 of 255 = 68%
B 134 of 255 = 53%

181
173
134

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

Portions of RGB colors in percentages

R + G + B = 181 + 173 + 134 = 488 (100%)
R 181 of 488 ~ 37.09%
G 173 of 488 ~ 35.45%
B 134 of 488 ~ 27.46'%

%37.09
%35.45
%27.46

CMYK color model

#B5AD86 color CMYK value is (0,4,26,29).

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 25.97%
  • key color value is 29.02%

CMYK: (0,4,26,29)
C0M4Y26K29 (0%, 4%, 26%, 29%)
(0.00 / 0.04 / 0.26 / 0.29)

CMYK percentages

%0
%4.42
%25.97
%29.02

Codes

Color #B5AD86 in popluar color models

B5 AD 86
RGB 181 173 134
HSL 50° 24.10% 61.76%
HSB/HSV 50° 25.97% 70.98%
CMYK 0.00% 4.42% 25.97%
29.02%

Color #B5AD86 in popluar number systems.

HEX B5 AD 86
Decimal 181 173 134
Binary 10110101 10101101 10000110
Octal 265 255 206

Shades and tints

Shades of #B5AD86

#B5AD86
(181,173,134)
#A59E7A
(165,158,122)
#958F6E
(149,143,110)
#858062
(133,128,98)
#757156
(117,113,86)
#65624A
(101,98,74)
#55533E
(85,83,62)
#454432
(69,68,50)
#353526
(53,53,38)
#25261A
(37,38,26)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #B5AD86

#B5AD86
(181,173,134)
#BBB491
(187,180,145)
#C1BB9C
(193,187,156)
#C7C2A7
(199,194,167)
#CDC9B2
(205,201,178)
#D3D0BD
(211,208,189)
#D9D7C8
(217,215,200)
#DFDED3
(223,222,211)
#E5E5DE
(229,229,222)
#EBECE9
(235,236,233)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AD86 color. Also use rgb(181,173,134) instead hex code.

Text Font Color

.myTextColor { color: #B5AD86; }

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

This text font color is #B5AD86.

Background Color

.myBgColor { background-color: #B5AD86; }

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

This div background color is #B5AD86.

Border color

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

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

This div border color is #B5AD86.

Opacity

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

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

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

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

This text has shadow with #B5AD86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AD86.

Preview

Color preview on black background

This text has color #B5AD86 on black background.


Color preview on white background

This text has color #B5AD86 on white background.


Black color preview on #B5AD86 background

This text has black color on #B5AD86 background.


White color preview on #B5AD86 background

This text has white color on #B5AD86 background.


Related colors

Complementary color

Complementary color for #hex is #4A5279.


I love getcolorcode.com

Triadic colors

1 #86B5AD and #AD86B5 with #B5AD86 are triadic colors.

2 #86ADB5 and #ADB586 with #B5AD86 are triadic colors.