COLOR #B5A279

HEX: #B5A279
RGB: (181,162,121)

Color info

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

RGB color model

#B5A279 color RGB value is (181,162,121).

  • red value is 181;
  • green value is 162;
  • blue value is 121.
RGB:
(181,162,121)
(71%,64%,47%)

RGB channels and saturation

R 181 of 255 = 71%
G 162 of 255 = 64%
B 121 of 255 = 47%

181
162
121

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

Portions of RGB colors in percentages

R + G + B =
181 + 162 + 121 = 464 (100%)
R 181 of 464 ~ 39.01%
G 162 of 464 ~ 34.91%
B 121 of 464 ~ 26.08%

%39.01
%34.91
%26.08

CMYK color model

#B5A279 color CMYK value is (0,10,33,29).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 33.15%
  • key color value is 29.02%
CMYK:
(0,10,33,29)
C0M10Y33K29 
(0%,10%,33%,29%)
(0.00/0.10/0.33/0.29)	

CMYK percentages

%0
%10.5
%33.15
%29.02

Codes

Color #B5A279 in popluar color models

B5A279
RGB181162121
HSL41°28.85%59.22%
HSB/HSV41°33.15%70.98%
CMYK0.00%10.50%33.15%
29.02%

Color #B5A279 in popluar number systems.

HEXB5A279
Decimal181162121
Binary10110101101000101111001
Octal265242171

Shades and tints

Shades of #B5A279

#B5A279
(181,162,121)
#A5946E
(165,148,110)
#958663
(149,134,99)
#857858
(133,120,88)
#756A4D
(117,106,77)
#655C42
(101,92,66)
#554E37
(85,78,55)
#45402C
(69,64,44)
#353221
(53,50,33)
#252416
(37,36,22)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #B5A279

#B5A279
(181,162,121)
#BBAA85
(187,170,133)
#C1B291
(193,178,145)
#C7BA9D
(199,186,157)
#CDC2A9
(205,194,169)
#D3CAB5
(211,202,181)
#D9D2C1
(217,210,193)
#DFDACD
(223,218,205)
#E5E2D9
(229,226,217)
#EBEAE5
(235,234,229)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A279 color. Also use rgb(181,162,121) instead hex code.

Text Font Color

.myTextColor { color: #B5A279; }

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

This text font color is #B5A279.


Background Color

.myBgColor { background-color: #B5A279; }

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

This div background color is #B5A279.


Border color

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

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

This div border color is #B5A279.


Opacity

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

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

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

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

This text has shadow with #B5A279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A279 on black background.


Color preview on white background

This text has color #B5A279 on white background.



Black color preview on #B5A279 background

This text has black color on #B5A279 background.


White color preview on #B5A279 background

This text has white color on #B5A279 background.