COLOR #B5A597

HEX: #B5A597
RGB: (181,165,151)

Color info

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

RGB color model

#B5A597 color RGB value is (181,165,151).

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

RGB channels and saturation

R 181 of 255 = 71%
G 165 of 255 = 65%
B 151 of 255 = 59%

181
165
151

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

Portions of RGB colors in percentages

R + G + B =
181 + 165 + 151 = 497 (100%)
R 181 of 497 ~ 36.42%
G 165 of 497 ~ 33.2%
B 151 of 497 ~ 30.38%

%36.42
%33.2
%30.38

CMYK color model

#B5A597 color CMYK value is (0,9,17,29).

  • cyan value is 0.00%
  • magenta value is 8.84%
  • yellow value is 16.57%
  • key color value is 29.02%
CMYK:
(0,9,17,29)
C0M9Y17K29 
(0%,9%,17%,29%)
(0.00/0.09/0.17/0.29)	

CMYK percentages

%0
%8.84
%16.57
%29.02

Codes

Color #B5A597 in popluar color models

B5A597
RGB181165151
HSL28°16.85%65.10%
HSB/HSV28°16.57%70.98%
CMYK0.00%8.84%16.57%
29.02%

Color #B5A597 in popluar number systems.

HEXB5A597
Decimal181165151
Binary101101011010010110010111
Octal265245227

Shades and tints

Shades of #B5A597

#B5A597
(181,165,151)
#A5968A
(165,150,138)
#95877D
(149,135,125)
#857870
(133,120,112)
#756963
(117,105,99)
#655A56
(101,90,86)
#554B49
(85,75,73)
#453C3C
(69,60,60)
#352D2F
(53,45,47)
#251E22
(37,30,34)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #B5A597

#B5A597
(181,165,151)
#BBADA0
(187,173,160)
#C1B5A9
(193,181,169)
#C7BDB2
(199,189,178)
#CDC5BB
(205,197,187)
#D3CDC4
(211,205,196)
#D9D5CD
(217,213,205)
#DFDDD6
(223,221,214)
#E5E5DF
(229,229,223)
#EBEDE8
(235,237,232)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A597; }

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

This text font color is #B5A597.


Background Color

.myBgColor { background-color: #B5A597; }

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

This div background color is #B5A597.


Border color

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

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

This div border color is #B5A597.


Opacity

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

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

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

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

This text has shadow with #B5A597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A597 on black background.


Color preview on white background

This text has color #B5A597 on white background.



Black color preview on #B5A597 background

This text has black color on #B5A597 background.


White color preview on #B5A597 background

This text has white color on #B5A597 background.