COLOR #B1AB77

HEX: #B1AB77
RGB: (177,171,119)

Color info

#B1AB77 contains red, green and blue colors in about the same proportion. Web safe color of #B1AB77 is #999966 (or #996).

RGB color model

#B1AB77 color RGB value is (177,171,119).

  • red value is 177;
  • green value is 171;
  • blue value is 119.
RGB:
(177,171,119)
(69%,67%,47%)

RGB channels and saturation

R 177 of 255 = 69%
G 171 of 255 = 67%
B 119 of 255 = 47%

177
171
119

R + G + B ~ 61%. #B1AB77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 171 + 119 = 467 (100%)
R 177 of 467 ~ 37.9%
G 171 of 467 ~ 36.62%
B 119 of 467 ~ 25.48%

%37.9
%36.62
%25.48

CMYK color model

#B1AB77 color CMYK value is (0,3,33,31).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 32.77%
  • key color value is 30.59%
CMYK:
(0,3,33,31)
C0M3Y33K31 
(0%,3%,33%,31%)
(0.00/0.03/0.33/0.31)	

CMYK percentages

%0
%3.39
%32.77
%30.59

Codes

Color #B1AB77 in popluar color models

B1AB77
RGB177171119
HSL54°27.10%58.04%
HSB/HSV54°32.77%69.41%
CMYK0.00%3.39%32.77%
30.59%

Color #B1AB77 in popluar number systems.

HEXB1AB77
Decimal177171119
Binary10110001101010111110111
Octal261253167

Shades and tints

Shades of #B1AB77

#B1AB77
(177,171,119)
#A19C6D
(161,156,109)
#918D63
(145,141,99)
#817E59
(129,126,89)
#716F4F
(113,111,79)
#616045
(97,96,69)
#51513B
(81,81,59)
#414231
(65,66,49)
#313327
(49,51,39)
#21241D
(33,36,29)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #B1AB77

#B1AB77
(177,171,119)
#B8B283
(184,178,131)
#BFB98F
(191,185,143)
#C6C09B
(198,192,155)
#CDC7A7
(205,199,167)
#D4CEB3
(212,206,179)
#DBD5BF
(219,213,191)
#E2DCCB
(226,220,203)
#E9E3D7
(233,227,215)
#F0EAE3
(240,234,227)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AB77 color. Also use rgb(177,171,119) instead hex code.

Text Font Color

.myTextColor { color: #B1AB77; }

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

This text font color is #B1AB77.


Background Color

.myBgColor { background-color: #B1AB77; }

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

This div background color is #B1AB77.


Border color

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

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

This div border color is #B1AB77.


Opacity

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

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

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

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

This text has shadow with #B1AB77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AB77 on black background.


Color preview on white background

This text has color #B1AB77 on white background.



Black color preview on #B1AB77 background

This text has black color on #B1AB77 background.


White color preview on #B1AB77 background

This text has white color on #B1AB77 background.