COLOR #B5A291

HEX: #B5A291
RGB: (181,162,145)

Color info

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

RGB color model

#B5A291 color RGB value is (181,162,145).

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

RGB channels and saturation

R 181 of 255 = 71%
G 162 of 255 = 64%
B 145 of 255 = 57%

181
162
145

R + G + B ~ 64%. #B5A291 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 162 + 145 = 488 (100%)
R 181 of 488 ~ 37.09%
G 162 of 488 ~ 33.2%
B 145 of 488 ~ 29.71%

%37.09
%33.2
%29.71

CMYK color model

#B5A291 color CMYK value is (0,10,20,29).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 19.89%
  • key color value is 29.02%
CMYK:
(0,10,20,29)
C0M10Y20K29 
(0%,10%,20%,29%)
(0.00/0.10/0.20/0.29)	

CMYK percentages

%0
%10.5
%19.89
%29.02

Codes

Color #B5A291 in popluar color models

B5A291
RGB181162145
HSL28°19.57%63.92%
HSB/HSV28°19.89%70.98%
CMYK0.00%10.50%19.89%
29.02%

Color #B5A291 in popluar number systems.

HEXB5A291
Decimal181162145
Binary101101011010001010010001
Octal265242221

Shades and tints

Shades of #B5A291

#B5A291
(181,162,145)
#A59484
(165,148,132)
#958677
(149,134,119)
#85786A
(133,120,106)
#756A5D
(117,106,93)
#655C50
(101,92,80)
#554E43
(85,78,67)
#454036
(69,64,54)
#353229
(53,50,41)
#25241C
(37,36,28)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #B5A291

#B5A291
(181,162,145)
#BBAA9B
(187,170,155)
#C1B2A5
(193,178,165)
#C7BAAF
(199,186,175)
#CDC2B9
(205,194,185)
#D3CAC3
(211,202,195)
#D9D2CD
(217,210,205)
#DFDAD7
(223,218,215)
#E5E2E1
(229,226,225)
#EBEAEB
(235,234,235)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A291; }

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

This text font color is #B5A291.


Background Color

.myBgColor { background-color: #B5A291; }

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

This div background color is #B5A291.


Border color

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

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

This div border color is #B5A291.


Opacity

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

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

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

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

This text has shadow with #B5A291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A291 on black background.


Color preview on white background

This text has color #B5A291 on white background.



Black color preview on #B5A291 background

This text has black color on #B5A291 background.


White color preview on #B5A291 background

This text has white color on #B5A291 background.