COLOR #B5A997

HEX: #B5A997
RGB: (181,169,151)

Color info

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

RGB color model

#B5A997 color RGB value is (181,169,151).

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

RGB channels and saturation

R 181 of 255 = 71%
G 169 of 255 = 66%
B 151 of 255 = 59%

181
169
151

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

Portions of RGB colors in percentages

R + G + B =
181 + 169 + 151 = 501 (100%)
R 181 of 501 ~ 36.13%
G 169 of 501 ~ 33.73%
B 151 of 501 ~ 30.14%

%36.13
%33.73
%30.14

CMYK color model

#B5A997 color CMYK value is (0,7,17,29).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 16.57%
  • key color value is 29.02%
CMYK:
(0,7,17,29)
C0M7Y17K29 
(0%,7%,17%,29%)
(0.00/0.07/0.17/0.29)	

CMYK percentages

%0
%6.63
%16.57
%29.02

Codes

Color #B5A997 in popluar color models

B5A997
RGB181169151
HSL36°16.85%65.10%
HSB/HSV36°16.57%70.98%
CMYK0.00%6.63%16.57%
29.02%

Color #B5A997 in popluar number systems.

HEXB5A997
Decimal181169151
Binary101101011010100110010111
Octal265251227

Shades and tints

Shades of #B5A997

#B5A997
(181,169,151)
#A59A8A
(165,154,138)
#958B7D
(149,139,125)
#857C70
(133,124,112)
#756D63
(117,109,99)
#655E56
(101,94,86)
#554F49
(85,79,73)
#45403C
(69,64,60)
#35312F
(53,49,47)
#252222
(37,34,34)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #B5A997

#B5A997
(181,169,151)
#BBB0A0
(187,176,160)
#C1B7A9
(193,183,169)
#C7BEB2
(199,190,178)
#CDC5BB
(205,197,187)
#D3CCC4
(211,204,196)
#D9D3CD
(217,211,205)
#DFDAD6
(223,218,214)
#E5E1DF
(229,225,223)
#EBE8E8
(235,232,232)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A997; }

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

This text font color is #B5A997.


Background Color

.myBgColor { background-color: #B5A997; }

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

This div background color is #B5A997.


Border color

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

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

This div border color is #B5A997.


Opacity

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

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

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

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

This text has shadow with #B5A997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A997 on black background.


Color preview on white background

This text has color #B5A997 on white background.



Black color preview on #B5A997 background

This text has black color on #B5A997 background.


White color preview on #B5A997 background

This text has white color on #B5A997 background.