COLOR #B1AA54

HEX: #B1AA54
RGB: (177,170,84)

Color info

#B1AA54 contains mainly red and green colors. Web safe color of #B1AA54 is #999966 (or #996).

RGB color model

#B1AA54 color RGB value is (177,170,84).

  • red value is 177;
  • green value is 170;
  • blue value is 84.
RGB:
(177,170,84)
(69%,67%,33%)

RGB channels and saturation

R 177 of 255 = 69%
G 170 of 255 = 67%
B 84 of 255 = 33%

177
170
84

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

Portions of RGB colors in percentages

R + G + B =
177 + 170 + 84 = 431 (100%)
R 177 of 431 ~ 41.07%
G 170 of 431 ~ 39.44%
B 84 of 431 ~ 19.49%

%41.07
%39.44
%19.49

CMYK color model

#B1AA54 color CMYK value is (0,4,53,31).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 52.54%
  • key color value is 30.59%
CMYK:
(0,4,53,31)
C0M4Y53K31 
(0%,4%,53%,31%)
(0.00/0.04/0.53/0.31)	

CMYK percentages

%0
%3.95
%52.54
%30.59

Codes

Color #B1AA54 in popluar color models

B1AA54
RGB17717084
HSL55°37.35%51.18%
HSB/HSV55°52.54%69.41%
CMYK0.00%3.95%52.54%
30.59%

Color #B1AA54 in popluar number systems.

HEXB1AA54
Decimal17717084
Binary10110001101010101010100
Octal261252124

Shades and tints

Shades of #B1AA54

#B1AA54
(177,170,84)
#A19B4D
(161,155,77)
#918C46
(145,140,70)
#817D3F
(129,125,63)
#716E38
(113,110,56)
#615F31
(97,95,49)
#51502A
(81,80,42)
#414123
(65,65,35)
#31321C
(49,50,28)
#212315
(33,35,21)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #B1AA54

#B1AA54
(177,170,84)
#B8B163
(184,177,99)
#BFB872
(191,184,114)
#C6BF81
(198,191,129)
#CDC690
(205,198,144)
#D4CD9F
(212,205,159)
#DBD4AE
(219,212,174)
#E2DBBD
(226,219,189)
#E9E2CC
(233,226,204)
#F0E9DB
(240,233,219)
#F7F0EA
(247,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AA54 color. Also use rgb(177,170,84) instead hex code.

Text Font Color

.myTextColor { color: #B1AA54; }

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

This text font color is #B1AA54.


Background Color

.myBgColor { background-color: #B1AA54; }

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

This div background color is #B1AA54.


Border color

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

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

This div border color is #B1AA54.


Opacity

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

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

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

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

This text has shadow with #B1AA54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AA54 on black background.


Color preview on white background

This text has color #B1AA54 on white background.



Black color preview on #B1AA54 background

This text has black color on #B1AA54 background.


White color preview on #B1AA54 background

This text has white color on #B1AA54 background.