COLOR #B1AF90

HEX: #B1AF90
RGB: (177,175,144)

Color info

#B1AF90 contains red, green and blue colors in about the same proportion. Web safe color of #B1AF90 is #999999 (or #999).

RGB color model

#B1AF90 color RGB value is (177,175,144).

  • red value is 177;
  • green value is 175;
  • blue value is 144.
RGB:
(177,175,144)
(69%,69%,56%)

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 144 of 255 = 56%

177
175
144

R + G + B ~ 65%. #B1AF90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 175 + 144 = 496 (100%)
R 177 of 496 ~ 35.69%
G 175 of 496 ~ 35.28%
B 144 of 496 ~ 29.03%

%35.69
%35.28
%29.03

CMYK color model

#B1AF90 color CMYK value is (0,1,19,31).

  • cyan value is 0.00%
  • magenta value is 1.13%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(0,1,19,31)
C0M1Y19K31 
(0%,1%,19%,31%)
(0.00/0.01/0.19/0.31)	

CMYK percentages

%0
%1.13
%18.64
%30.59

Codes

Color #B1AF90 in popluar color models

B1AF90
RGB177175144
HSL56°17.46%62.94%
HSB/HSV56°18.64%69.41%
CMYK0.00%1.13%18.64%
30.59%

Color #B1AF90 in popluar number systems.

HEXB1AF90
Decimal177175144
Binary101100011010111110010000
Octal261257220

Shades and tints

Shades of #B1AF90

#B1AF90
(177,175,144)
#A1A083
(161,160,131)
#919176
(145,145,118)
#818269
(129,130,105)
#71735C
(113,115,92)
#61644F
(97,100,79)
#515542
(81,85,66)
#414635
(65,70,53)
#313728
(49,55,40)
#21281B
(33,40,27)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #B1AF90

#B1AF90
(177,175,144)
#B8B69A
(184,182,154)
#BFBDA4
(191,189,164)
#C6C4AE
(198,196,174)
#CDCBB8
(205,203,184)
#D4D2C2
(212,210,194)
#DBD9CC
(219,217,204)
#E2E0D6
(226,224,214)
#E9E7E0
(233,231,224)
#F0EEEA
(240,238,234)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AF90 color. Also use rgb(177,175,144) instead hex code.

Text Font Color

.myTextColor { color: #B1AF90; }

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

This text font color is #B1AF90.


Background Color

.myBgColor { background-color: #B1AF90; }

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

This div background color is #B1AF90.


Border color

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

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

This div border color is #B1AF90.


Opacity

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

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

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

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

This text has shadow with #B1AF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AF90 on black background.


Color preview on white background

This text has color #B1AF90 on white background.



Black color preview on #B1AF90 background

This text has black color on #B1AF90 background.


White color preview on #B1AF90 background

This text has white color on #B1AF90 background.