COLOR #B5AD91

HEX: #B5AD91
RGB: (181,173,145)

Color info

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

RGB color model

#B5AD91 color RGB value is (181,173,145).

  • red value is 181;
  • green value is 173;
  • blue value is 145.
RGB:
(181,173,145)
(71%,68%,57%)

RGB channels and saturation

R 181 of 255 = 71%
G 173 of 255 = 68%
B 145 of 255 = 57%

181
173
145

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

Portions of RGB colors in percentages

R + G + B =
181 + 173 + 145 = 499 (100%)
R 181 of 499 ~ 36.27%
G 173 of 499 ~ 34.67%
B 145 of 499 ~ 29.06%

%36.27
%34.67
%29.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 19.89%
  • 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
%19.89
%29.02

Codes

Color #B5AD91 in popluar color models

B5AD91
RGB181173145
HSL47°19.57%63.92%
HSB/HSV47°19.89%70.98%
CMYK0.00%4.42%19.89%
29.02%

Color #B5AD91 in popluar number systems.

HEXB5AD91
Decimal181173145
Binary101101011010110110010001
Octal265255221

Shades and tints

Shades of #B5AD91

#B5AD91
(181,173,145)
#A59E84
(165,158,132)
#958F77
(149,143,119)
#85806A
(133,128,106)
#75715D
(117,113,93)
#656250
(101,98,80)
#555343
(85,83,67)
#454436
(69,68,54)
#353529
(53,53,41)
#25261C
(37,38,28)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #B5AD91

#B5AD91
(181,173,145)
#BBB49B
(187,180,155)
#C1BBA5
(193,187,165)
#C7C2AF
(199,194,175)
#CDC9B9
(205,201,185)
#D3D0C3
(211,208,195)
#D9D7CD
(217,215,205)
#DFDED7
(223,222,215)
#E5E5E1
(229,229,225)
#EBECEB
(235,236,235)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AD91; }

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

This text font color is #B5AD91.


Background Color

.myBgColor { background-color: #B5AD91; }

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

This div background color is #B5AD91.


Border color

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

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

This div border color is #B5AD91.


Opacity

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

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

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

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

This text has shadow with #B5AD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AD91 on black background.


Color preview on white background

This text has color #B5AD91 on white background.



Black color preview on #B5AD91 background

This text has black color on #B5AD91 background.


White color preview on #B5AD91 background

This text has white color on #B5AD91 background.