COLOR #B5A081

HEX: #B5A081
RGB: (181,160,129)

Color info

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

RGB color model

#B5A081 color RGB value is (181,160,129).

  • red value is 181;
  • green value is 160;
  • blue value is 129.
RGB:
(181,160,129)
(71%,63%,51%)

RGB channels and saturation

R 181 of 255 = 71%
G 160 of 255 = 63%
B 129 of 255 = 51%

181
160
129

R + G + B ~ 62%. #B5A081 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 160 + 129 = 470 (100%)
R 181 of 470 ~ 38.51%
G 160 of 470 ~ 34.04%
B 129 of 470 ~ 27.45%

%38.51
%34.04
%27.45

CMYK color model

#B5A081 color CMYK value is (0,12,29,29).

  • cyan value is 0.00%
  • magenta value is 11.60%
  • yellow value is 28.73%
  • key color value is 29.02%
CMYK:
(0,12,29,29)
C0M12Y29K29 
(0%,12%,29%,29%)
(0.00/0.12/0.29/0.29)	

CMYK percentages

%0
%11.6
%28.73
%29.02

Codes

Color #B5A081 in popluar color models

B5A081
RGB181160129
HSL36°26.00%60.78%
HSB/HSV36°28.73%70.98%
CMYK0.00%11.60%28.73%
29.02%

Color #B5A081 in popluar number systems.

HEXB5A081
Decimal181160129
Binary101101011010000010000001
Octal265240201

Shades and tints

Shades of #B5A081

#B5A081
(181,160,129)
#A59276
(165,146,118)
#95846B
(149,132,107)
#857660
(133,118,96)
#756855
(117,104,85)
#655A4A
(101,90,74)
#554C3F
(85,76,63)
#453E34
(69,62,52)
#353029
(53,48,41)
#25221E
(37,34,30)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #B5A081

#B5A081
(181,160,129)
#BBA88C
(187,168,140)
#C1B097
(193,176,151)
#C7B8A2
(199,184,162)
#CDC0AD
(205,192,173)
#D3C8B8
(211,200,184)
#D9D0C3
(217,208,195)
#DFD8CE
(223,216,206)
#E5E0D9
(229,224,217)
#EBE8E4
(235,232,228)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A081 color. Also use rgb(181,160,129) instead hex code.

Text Font Color

.myTextColor { color: #B5A081; }

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

This text font color is #B5A081.


Background Color

.myBgColor { background-color: #B5A081; }

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

This div background color is #B5A081.


Border color

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

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

This div border color is #B5A081.


Opacity

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

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

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

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

This text has shadow with #B5A081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A081 on black background.


Color preview on white background

This text has color #B5A081 on white background.



Black color preview on #B5A081 background

This text has black color on #B5A081 background.


White color preview on #B5A081 background

This text has white color on #B5A081 background.