COLOR #B1AA50

HEX: #B1AA50
RGB: (177,170,80)

Color info

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

RGB color model

#B1AA50 color RGB value is (177,170,80).

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

RGB channels and saturation

R 177 of 255 = 69%
G 170 of 255 = 67%
B 80 of 255 = 31%

177
170
80

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

Portions of RGB colors in percentages

R + G + B =
177 + 170 + 80 = 427 (100%)
R 177 of 427 ~ 41.45%
G 170 of 427 ~ 39.81%
B 80 of 427 ~ 18.74%

%41.45
%39.81
%18.74

CMYK color model

#B1AA50 color CMYK value is (0,4,55,31).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 54.80%
  • key color value is 30.59%
CMYK:
(0,4,55,31)
C0M4Y55K31 
(0%,4%,55%,31%)
(0.00/0.04/0.55/0.31)	

CMYK percentages

%0
%3.95
%54.8
%30.59

Codes

Color #B1AA50 in popluar color models

B1AA50
RGB17717080
HSL56°38.34%50.39%
HSB/HSV56°54.80%69.41%
CMYK0.00%3.95%54.80%
30.59%

Color #B1AA50 in popluar number systems.

HEXB1AA50
Decimal17717080
Binary10110001101010101010000
Octal261252120

Shades and tints

Shades of #B1AA50

#B1AA50
(177,170,80)
#A19B49
(161,155,73)
#918C42
(145,140,66)
#817D3B
(129,125,59)
#716E34
(113,110,52)
#615F2D
(97,95,45)
#515026
(81,80,38)
#41411F
(65,65,31)
#313218
(49,50,24)
#212311
(33,35,17)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #B1AA50

#B1AA50
(177,170,80)
#B8B15F
(184,177,95)
#BFB86E
(191,184,110)
#C6BF7D
(198,191,125)
#CDC68C
(205,198,140)
#D4CD9B
(212,205,155)
#DBD4AA
(219,212,170)
#E2DBB9
(226,219,185)
#E9E2C8
(233,226,200)
#F0E9D7
(240,233,215)
#F7F0E6
(247,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AA50; }

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

This text font color is #B1AA50.


Background Color

.myBgColor { background-color: #B1AA50; }

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

This div background color is #B1AA50.


Border color

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

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

This div border color is #B1AA50.


Opacity

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

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

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

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

This text has shadow with #B1AA50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AA50 on black background.


Color preview on white background

This text has color #B1AA50 on white background.



Black color preview on #B1AA50 background

This text has black color on #B1AA50 background.


White color preview on #B1AA50 background

This text has white color on #B1AA50 background.