COLOR #B5AA3C

HEX: #B5AA3C
RGB: (181,170,60)

Color info

#B5AA3C contains mainly red and green colors. Web safe color of #B5AA3C is #CC9933 (or #C93).

RGB color model

#B5AA3C color RGB value is (181,170,60).

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

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 60 of 255 = 24%

181
170
60

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

Portions of RGB colors in percentages

R + G + B =
181 + 170 + 60 = 411 (100%)
R 181 of 411 ~ 44.04%
G 170 of 411 ~ 41.36%
B 60 of 411 ~ 14.6%

%44.04
%41.36
%14.6

CMYK color model

#B5AA3C color CMYK value is (0,6,67,29).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 66.85%
  • key color value is 29.02%
CMYK:
(0,6,67,29)
C0M6Y67K29 
(0%,6%,67%,29%)
(0.00/0.06/0.67/0.29)	

CMYK percentages

%0
%6.08
%66.85
%29.02

Codes

Color #B5AA3C in popluar color models

B5AA3C
RGB18117060
HSL55°50.21%47.25%
HSB/HSV55°66.85%70.98%
CMYK0.00%6.08%66.85%
29.02%

Color #B5AA3C in popluar number systems.

HEXB5AA3C
Decimal18117060
Binary1011010110101010111100
Octal26525274

Shades and tints

Shades of #B5AA3C

#B5AA3C
(181,170,60)
#A59B37
(165,155,55)
#958C32
(149,140,50)
#857D2D
(133,125,45)
#756E28
(117,110,40)
#655F23
(101,95,35)
#55501E
(85,80,30)
#454119
(69,65,25)
#353214
(53,50,20)
#25230F
(37,35,15)
#15140A
(21,20,10)
#000000
(0,0,0)

Tints of #B5AA3C

#B5AA3C
(181,170,60)
#BBB14D
(187,177,77)
#C1B85E
(193,184,94)
#C7BF6F
(199,191,111)
#CDC680
(205,198,128)
#D3CD91
(211,205,145)
#D9D4A2
(217,212,162)
#DFDBB3
(223,219,179)
#E5E2C4
(229,226,196)
#EBE9D5
(235,233,213)
#F1F0E6
(241,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AA3C; }

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

This text font color is #B5AA3C.


Background Color

.myBgColor { background-color: #B5AA3C; }

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

This div background color is #B5AA3C.


Border color

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

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

This div border color is #B5AA3C.


Opacity

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

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

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

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

This text has shadow with #B5AA3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AA3C on black background.


Color preview on white background

This text has color #B5AA3C on white background.



Black color preview on #B5AA3C background

This text has black color on #B5AA3C background.


White color preview on #B5AA3C background

This text has white color on #B5AA3C background.