COLOR #B1A76B

HEX: #B1A76B
RGB: (177,167,107)

Color info

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

RGB color model

#B1A76B color RGB value is (177,167,107).

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

RGB channels and saturation

R 177 of 255 = 69%
G 167 of 255 = 65%
B 107 of 255 = 42%

177
167
107

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

Portions of RGB colors in percentages

R + G + B =
177 + 167 + 107 = 451 (100%)
R 177 of 451 ~ 39.25%
G 167 of 451 ~ 37.03%
B 107 of 451 ~ 23.73%

%39.25
%37.03
%23.73

CMYK color model

#B1A76B color CMYK value is (0,6,40,31).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 39.55%
  • key color value is 30.59%
CMYK:
(0,6,40,31)
C0M6Y40K31 
(0%,6%,40%,31%)
(0.00/0.06/0.40/0.31)	

CMYK percentages

%0
%5.65
%39.55
%30.59

Codes

Color #B1A76B in popluar color models

B1A76B
RGB177167107
HSL51°30.97%55.69%
HSB/HSV51°39.55%69.41%
CMYK0.00%5.65%39.55%
30.59%

Color #B1A76B in popluar number systems.

HEXB1A76B
Decimal177167107
Binary10110001101001111101011
Octal261247153

Shades and tints

Shades of #B1A76B

#B1A76B
(177,167,107)
#A19862
(161,152,98)
#918959
(145,137,89)
#817A50
(129,122,80)
#716B47
(113,107,71)
#615C3E
(97,92,62)
#514D35
(81,77,53)
#413E2C
(65,62,44)
#312F23
(49,47,35)
#21201A
(33,32,26)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #B1A76B

#B1A76B
(177,167,107)
#B8AF78
(184,175,120)
#BFB785
(191,183,133)
#C6BF92
(198,191,146)
#CDC79F
(205,199,159)
#D4CFAC
(212,207,172)
#DBD7B9
(219,215,185)
#E2DFC6
(226,223,198)
#E9E7D3
(233,231,211)
#F0EFE0
(240,239,224)
#F7F7ED
(247,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A76B; }

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

This text font color is #B1A76B.


Background Color

.myBgColor { background-color: #B1A76B; }

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

This div background color is #B1A76B.


Border color

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

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

This div border color is #B1A76B.


Opacity

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

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

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

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

This text has shadow with #B1A76B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A76B on black background.


Color preview on white background

This text has color #B1A76B on white background.



Black color preview on #B1A76B background

This text has black color on #B1A76B background.


White color preview on #B1A76B background

This text has white color on #B1A76B background.