COLOR #B5A37E

HEX: #B5A37E
RGB: (181,163,126)

Color info

#B5A37E contains red, green and blue colors in about the same proportion. Web safe color of #B5A37E is #CC9966 (or #C96).

RGB color model

#B5A37E color RGB value is (181,163,126).

  • red value is 181;
  • green value is 163;
  • blue value is 126.
RGB:
(181,163,126)
(71%,64%,49%)

RGB channels and saturation

R 181 of 255 = 71%
G 163 of 255 = 64%
B 126 of 255 = 49%

181
163
126

R + G + B ~ 61%. #B5A37E is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 163 + 126 = 470 (100%)
R 181 of 470 ~ 38.51%
G 163 of 470 ~ 34.68%
B 126 of 470 ~ 26.81%

%38.51
%34.68
%26.81

CMYK color model

#B5A37E color CMYK value is (0,10,30,29).

  • cyan value is 0.00%
  • magenta value is 9.94%
  • yellow value is 30.39%
  • key color value is 29.02%
CMYK:
(0,10,30,29)
C0M10Y30K29 
(0%,10%,30%,29%)
(0.00/0.10/0.30/0.29)	

CMYK percentages

%0
%9.94
%30.39
%29.02

Codes

Color #B5A37E in popluar color models

B5A37E
RGB181163126
HSL40°27.09%60.20%
HSB/HSV40°30.39%70.98%
CMYK0.00%9.94%30.39%
29.02%

Color #B5A37E in popluar number systems.

HEXB5A37E
Decimal181163126
Binary10110101101000111111110
Octal265243176

Shades and tints

Shades of #B5A37E

#B5A37E
(181,163,126)
#A59573
(165,149,115)
#958768
(149,135,104)
#85795D
(133,121,93)
#756B52
(117,107,82)
#655D47
(101,93,71)
#554F3C
(85,79,60)
#454131
(69,65,49)
#353326
(53,51,38)
#25251B
(37,37,27)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #B5A37E

#B5A37E
(181,163,126)
#BBAB89
(187,171,137)
#C1B394
(193,179,148)
#C7BB9F
(199,187,159)
#CDC3AA
(205,195,170)
#D3CBB5
(211,203,181)
#D9D3C0
(217,211,192)
#DFDBCB
(223,219,203)
#E5E3D6
(229,227,214)
#EBEBE1
(235,235,225)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A37E color. Also use rgb(181,163,126) instead hex code.

Text Font Color

.myTextColor { color: #B5A37E; }

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

This text font color is #B5A37E.


Background Color

.myBgColor { background-color: #B5A37E; }

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

This div background color is #B5A37E.


Border color

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

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

This div border color is #B5A37E.


Opacity

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

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

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

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

This text has shadow with #B5A37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A37E on black background.


Color preview on white background

This text has color #B5A37E on white background.



Black color preview on #B5A37E background

This text has black color on #B5A37E background.


White color preview on #B5A37E background

This text has white color on #B5A37E background.