COLOR #B5A983

HEX: #B5A983
RGB: (181,169,131)

Color info

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

RGB color model

#B5A983 color RGB value is (181,169,131).

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

RGB channels and saturation

R 181 of 255 = 71%
G 169 of 255 = 66%
B 131 of 255 = 51%

181
169
131

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

Portions of RGB colors in percentages

R + G + B =
181 + 169 + 131 = 481 (100%)
R 181 of 481 ~ 37.63%
G 169 of 481 ~ 35.14%
B 131 of 481 ~ 27.23%

%37.63
%35.14
%27.23

CMYK color model

#B5A983 color CMYK value is (0,7,28,29).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 27.62%
  • key color value is 29.02%
CMYK:
(0,7,28,29)
C0M7Y28K29 
(0%,7%,28%,29%)
(0.00/0.07/0.28/0.29)	

CMYK percentages

%0
%6.63
%27.62
%29.02

Codes

Color #B5A983 in popluar color models

B5A983
RGB181169131
HSL46°25.25%61.18%
HSB/HSV46°27.62%70.98%
CMYK0.00%6.63%27.62%
29.02%

Color #B5A983 in popluar number systems.

HEXB5A983
Decimal181169131
Binary101101011010100110000011
Octal265251203

Shades and tints

Shades of #B5A983

#B5A983
(181,169,131)
#A59A78
(165,154,120)
#958B6D
(149,139,109)
#857C62
(133,124,98)
#756D57
(117,109,87)
#655E4C
(101,94,76)
#554F41
(85,79,65)
#454036
(69,64,54)
#35312B
(53,49,43)
#252220
(37,34,32)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #B5A983

#B5A983
(181,169,131)
#BBB08E
(187,176,142)
#C1B799
(193,183,153)
#C7BEA4
(199,190,164)
#CDC5AF
(205,197,175)
#D3CCBA
(211,204,186)
#D9D3C5
(217,211,197)
#DFDAD0
(223,218,208)
#E5E1DB
(229,225,219)
#EBE8E6
(235,232,230)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A983; }

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

This text font color is #B5A983.


Background Color

.myBgColor { background-color: #B5A983; }

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

This div background color is #B5A983.


Border color

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

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

This div border color is #B5A983.


Opacity

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

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

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

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

This text has shadow with #B5A983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A983 on black background.


Color preview on white background

This text has color #B5A983 on white background.



Black color preview on #B5A983 background

This text has black color on #B5A983 background.


White color preview on #B5A983 background

This text has white color on #B5A983 background.