COLOR #B5AD90

HEX: #B5AD90 RGB: (181,173,144)

Color info

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

RGB color model

#B5AD90 color RGB value is (181,173,144).

RGB: (181,173,144) (71%, 68%, 56%)

RGB channels and saturation

R 181 of 255 = 71%
G 173 of 255 = 68%
B 144 of 255 = 56%

181
173
144

R + G + B ~ 65%. #B5AD90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 173 + 144 = 498 (100%)
R 181 of 498 ~ 36.35%
G 173 of 498 ~ 34.74%
B 144 of 498 ~ 28.92'%

%36.35
%34.74
%28.92

CMYK color model

#B5AD90 color CMYK value is (0,4,20,29).

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

CMYK: (0,4,20,29)
C0M4Y20K29 (0%, 4%, 20%, 29%)
(0.00 / 0.04 / 0.20 / 0.29)

CMYK percentages

%0
%4.42
%20.44
%29.02

Codes

Color #B5AD90 in popluar color models

B5 AD 90
RGB 181 173 144
HSL 47° 20.00% 63.73%
HSB/HSV 47° 20.44% 70.98%
CMYK 0.00% 4.42% 20.44%
29.02%

Color #B5AD90 in popluar number systems.

HEX B5 AD 90
Decimal 181 173 144
Binary 10110101 10101101 10010000
Octal 265 255 220

Shades and tints

Shades of #B5AD90

#B5AD90
(181,173,144)
#A59E83
(165,158,131)
#958F76
(149,143,118)
#858069
(133,128,105)
#75715C
(117,113,92)
#65624F
(101,98,79)
#555342
(85,83,66)
#454435
(69,68,53)
#353528
(53,53,40)
#25261B
(37,38,27)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #B5AD90

#B5AD90
(181,173,144)
#BBB49A
(187,180,154)
#C1BBA4
(193,187,164)
#C7C2AE
(199,194,174)
#CDC9B8
(205,201,184)
#D3D0C2
(211,208,194)
#D9D7CC
(217,215,204)
#DFDED6
(223,222,214)
#E5E5E0
(229,229,224)
#EBECEA
(235,236,234)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AD90; }

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

This text font color is #B5AD90.

Background Color

.myBgColor { background-color: #B5AD90; }

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

This div background color is #B5AD90.

Border color

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

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

This div border color is #B5AD90.

Opacity

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

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

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

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

This text has shadow with #B5AD90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AD90.

Preview

Color preview on black background

This text has color #B5AD90 on black background.


Color preview on white background

This text has color #B5AD90 on white background.


Black color preview on #B5AD90 background

This text has black color on #B5AD90 background.


White color preview on #B5AD90 background

This text has white color on #B5AD90 background.


Related colors

Complementary color

Complementary color for #hex is #4A526F.


I love getcolorcode.com

Triadic colors

1 #90B5AD and #AD90B5 with #B5AD90 are triadic colors.

2 #90ADB5 and #ADB590 with #B5AD90 are triadic colors.