COLOR #B5A473

HEX: #B5A473
RGB: (181,164,115)

Color info

#B5A473 contains mainly red and green colors. Web safe color of #B5A473 is #CC9966 (or #C96).

RGB color model

#B5A473 color RGB value is (181,164,115).

  • red value is 181;
  • green value is 164;
  • blue value is 115.
RGB:
(181,164,115)
(71%,64%,45%)

RGB channels and saturation

R 181 of 255 = 71%
G 164 of 255 = 64%
B 115 of 255 = 45%

181
164
115

R + G + B ~ 60%. #B5A473 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 164 + 115 = 460 (100%)
R 181 of 460 ~ 39.35%
G 164 of 460 ~ 35.65%
B 115 of 460 ~ 25%

%39.35
%35.65
%25

CMYK color model

#B5A473 color CMYK value is (0,9,36,29).

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 36.46%
  • key color value is 29.02%
CMYK:
(0,9,36,29)
C0M9Y36K29 
(0%,9%,36%,29%)
(0.00/0.09/0.36/0.29)	

CMYK percentages

%0
%9.39
%36.46
%29.02

Codes

Color #B5A473 in popluar color models

B5A473
RGB181164115
HSL45°30.84%58.04%
HSB/HSV45°36.46%70.98%
CMYK0.00%9.39%36.46%
29.02%

Color #B5A473 in popluar number systems.

HEXB5A473
Decimal181164115
Binary10110101101001001110011
Octal265244163

Shades and tints

Shades of #B5A473

#B5A473
(181,164,115)
#A59669
(165,150,105)
#95885F
(149,136,95)
#857A55
(133,122,85)
#756C4B
(117,108,75)
#655E41
(101,94,65)
#555037
(85,80,55)
#45422D
(69,66,45)
#353423
(53,52,35)
#252619
(37,38,25)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #B5A473

#B5A473
(181,164,115)
#BBAC7F
(187,172,127)
#C1B48B
(193,180,139)
#C7BC97
(199,188,151)
#CDC4A3
(205,196,163)
#D3CCAF
(211,204,175)
#D9D4BB
(217,212,187)
#DFDCC7
(223,220,199)
#E5E4D3
(229,228,211)
#EBECDF
(235,236,223)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A473 color. Also use rgb(181,164,115) instead hex code.

Text Font Color

.myTextColor { color: #B5A473; }

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

This text font color is #B5A473.


Background Color

.myBgColor { background-color: #B5A473; }

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

This div background color is #B5A473.


Border color

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

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

This div border color is #B5A473.


Opacity

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

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

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

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

This text has shadow with #B5A473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A473 on black background.


Color preview on white background

This text has color #B5A473 on white background.



Black color preview on #B5A473 background

This text has black color on #B5A473 background.


White color preview on #B5A473 background

This text has white color on #B5A473 background.