COLOR #B1A76F

HEX: #B1A76F
RGB: (177,167,111)

Color info

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

RGB color model

#B1A76F color RGB value is (177,167,111).

  • red value is 177;
  • green value is 167;
  • blue value is 111.
RGB:
(177,167,111)
(69%,65%,44%)

RGB channels and saturation

R 177 of 255 = 69%
G 167 of 255 = 65%
B 111 of 255 = 44%

177
167
111

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

Portions of RGB colors in percentages

R + G + B =
177 + 167 + 111 = 455 (100%)
R 177 of 455 ~ 38.9%
G 167 of 455 ~ 36.7%
B 111 of 455 ~ 24.4%

%38.9
%36.7
%24.4

CMYK color model

#B1A76F color CMYK value is (0,6,37,31).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 37.29%
  • key color value is 30.59%
CMYK:
(0,6,37,31)
C0M6Y37K31 
(0%,6%,37%,31%)
(0.00/0.06/0.37/0.31)	

CMYK percentages

%0
%5.65
%37.29
%30.59

Codes

Color #B1A76F in popluar color models

B1A76F
RGB177167111
HSL51°29.73%56.47%
HSB/HSV51°37.29%69.41%
CMYK0.00%5.65%37.29%
30.59%

Color #B1A76F in popluar number systems.

HEXB1A76F
Decimal177167111
Binary10110001101001111101111
Octal261247157

Shades and tints

Shades of #B1A76F

#B1A76F
(177,167,111)
#A19865
(161,152,101)
#91895B
(145,137,91)
#817A51
(129,122,81)
#716B47
(113,107,71)
#615C3D
(97,92,61)
#514D33
(81,77,51)
#413E29
(65,62,41)
#312F1F
(49,47,31)
#212015
(33,32,21)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #B1A76F

#B1A76F
(177,167,111)
#B8AF7C
(184,175,124)
#BFB789
(191,183,137)
#C6BF96
(198,191,150)
#CDC7A3
(205,199,163)
#D4CFB0
(212,207,176)
#DBD7BD
(219,215,189)
#E2DFCA
(226,223,202)
#E9E7D7
(233,231,215)
#F0EFE4
(240,239,228)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A76F color. Also use rgb(177,167,111) instead hex code.

Text Font Color

.myTextColor { color: #B1A76F; }

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

This text font color is #B1A76F.


Background Color

.myBgColor { background-color: #B1A76F; }

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

This div background color is #B1A76F.


Border color

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

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

This div border color is #B1A76F.


Opacity

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

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

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

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

This text has shadow with #B1A76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A76F on black background.


Color preview on white background

This text has color #B1A76F on white background.



Black color preview on #B1A76F background

This text has black color on #B1A76F background.


White color preview on #B1A76F background

This text has white color on #B1A76F background.