COLOR #B5A987

HEX: #B5A987
RGB: (181,169,135)

Color info

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

RGB color model

#B5A987 color RGB value is (181,169,135).

  • red value is 181;
  • green value is 169;
  • blue value is 135.
RGB:
(181,169,135)
(71%,66%,53%)

RGB channels and saturation

R 181 of 255 = 71%
G 169 of 255 = 66%
B 135 of 255 = 53%

181
169
135

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

Portions of RGB colors in percentages

R + G + B =
181 + 169 + 135 = 485 (100%)
R 181 of 485 ~ 37.32%
G 169 of 485 ~ 34.85%
B 135 of 485 ~ 27.84%

%37.32
%34.85
%27.84

CMYK color model

#B5A987 color CMYK value is (0,7,25,29).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 25.41%
  • key color value is 29.02%
CMYK:
(0,7,25,29)
C0M7Y25K29 
(0%,7%,25%,29%)
(0.00/0.07/0.25/0.29)	

CMYK percentages

%0
%6.63
%25.41
%29.02

Codes

Color #B5A987 in popluar color models

B5A987
RGB181169135
HSL44°23.71%61.96%
HSB/HSV44°25.41%70.98%
CMYK0.00%6.63%25.41%
29.02%

Color #B5A987 in popluar number systems.

HEXB5A987
Decimal181169135
Binary101101011010100110000111
Octal265251207

Shades and tints

Shades of #B5A987

#B5A987
(181,169,135)
#A59A7B
(165,154,123)
#958B6F
(149,139,111)
#857C63
(133,124,99)
#756D57
(117,109,87)
#655E4B
(101,94,75)
#554F3F
(85,79,63)
#454033
(69,64,51)
#353127
(53,49,39)
#25221B
(37,34,27)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #B5A987

#B5A987
(181,169,135)
#BBB091
(187,176,145)
#C1B79B
(193,183,155)
#C7BEA5
(199,190,165)
#CDC5AF
(205,197,175)
#D3CCB9
(211,204,185)
#D9D3C3
(217,211,195)
#DFDACD
(223,218,205)
#E5E1D7
(229,225,215)
#EBE8E1
(235,232,225)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A987 color. Also use rgb(181,169,135) instead hex code.

Text Font Color

.myTextColor { color: #B5A987; }

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

This text font color is #B5A987.


Background Color

.myBgColor { background-color: #B5A987; }

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

This div background color is #B5A987.


Border color

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

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

This div border color is #B5A987.


Opacity

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

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

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

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

This text has shadow with #B5A987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A987 on black background.


Color preview on white background

This text has color #B5A987 on white background.



Black color preview on #B5A987 background

This text has black color on #B5A987 background.


White color preview on #B5A987 background

This text has white color on #B5A987 background.