COLOR #B5AA5E

HEX: #B5AA5E
RGB: (181,170,94)

Color info

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

RGB color model

#B5AA5E color RGB value is (181,170,94).

  • red value is 181;
  • green value is 170;
  • blue value is 94.
RGB:
(181,170,94)
(71%,67%,37%)

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 94 of 255 = 37%

181
170
94

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

Portions of RGB colors in percentages

R + G + B =
181 + 170 + 94 = 445 (100%)
R 181 of 445 ~ 40.67%
G 170 of 445 ~ 38.2%
B 94 of 445 ~ 21.12%

%40.67
%38.2
%21.12

CMYK color model

#B5AA5E color CMYK value is (0,6,48,29).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 48.07%
  • key color value is 29.02%
CMYK:
(0,6,48,29)
C0M6Y48K29 
(0%,6%,48%,29%)
(0.00/0.06/0.48/0.29)	

CMYK percentages

%0
%6.08
%48.07
%29.02

Codes

Color #B5AA5E in popluar color models

B5AA5E
RGB18117094
HSL52°37.02%53.92%
HSB/HSV52°48.07%70.98%
CMYK0.00%6.08%48.07%
29.02%

Color #B5AA5E in popluar number systems.

HEXB5AA5E
Decimal18117094
Binary10110101101010101011110
Octal265252136

Shades and tints

Shades of #B5AA5E

#B5AA5E
(181,170,94)
#A59B56
(165,155,86)
#958C4E
(149,140,78)
#857D46
(133,125,70)
#756E3E
(117,110,62)
#655F36
(101,95,54)
#55502E
(85,80,46)
#454126
(69,65,38)
#35321E
(53,50,30)
#252316
(37,35,22)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #B5AA5E

#B5AA5E
(181,170,94)
#BBB16C
(187,177,108)
#C1B87A
(193,184,122)
#C7BF88
(199,191,136)
#CDC696
(205,198,150)
#D3CDA4
(211,205,164)
#D9D4B2
(217,212,178)
#DFDBC0
(223,219,192)
#E5E2CE
(229,226,206)
#EBE9DC
(235,233,220)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AA5E color. Also use rgb(181,170,94) instead hex code.

Text Font Color

.myTextColor { color: #B5AA5E; }

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

This text font color is #B5AA5E.


Background Color

.myBgColor { background-color: #B5AA5E; }

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

This div background color is #B5AA5E.


Border color

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

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

This div border color is #B5AA5E.


Opacity

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

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

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

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

This text has shadow with #B5AA5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AA5E on black background.


Color preview on white background

This text has color #B5AA5E on white background.



Black color preview on #B5AA5E background

This text has black color on #B5AA5E background.


White color preview on #B5AA5E background

This text has white color on #B5AA5E background.