COLOR #B1A96B

HEX: #B1A96B
RGB: (177,169,107)

Color info

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

RGB color model

#B1A96B color RGB value is (177,169,107).

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

RGB channels and saturation

R 177 of 255 = 69%
G 169 of 255 = 66%
B 107 of 255 = 42%

177
169
107

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

Portions of RGB colors in percentages

R + G + B =
177 + 169 + 107 = 453 (100%)
R 177 of 453 ~ 39.07%
G 169 of 453 ~ 37.31%
B 107 of 453 ~ 23.62%

%39.07
%37.31
%23.62

CMYK color model

#B1A96B color CMYK value is (0,5,40,31).

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 39.55%
  • key color value is 30.59%
CMYK:
(0,5,40,31)
C0M5Y40K31 
(0%,5%,40%,31%)
(0.00/0.05/0.40/0.31)	

CMYK percentages

%0
%4.52
%39.55
%30.59

Codes

Color #B1A96B in popluar color models

B1A96B
RGB177169107
HSL53°30.97%55.69%
HSB/HSV53°39.55%69.41%
CMYK0.00%4.52%39.55%
30.59%

Color #B1A96B in popluar number systems.

HEXB1A96B
Decimal177169107
Binary10110001101010011101011
Octal261251153

Shades and tints

Shades of #B1A96B

#B1A96B
(177,169,107)
#A19A62
(161,154,98)
#918B59
(145,139,89)
#817C50
(129,124,80)
#716D47
(113,109,71)
#615E3E
(97,94,62)
#514F35
(81,79,53)
#41402C
(65,64,44)
#313123
(49,49,35)
#21221A
(33,34,26)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #B1A96B

#B1A96B
(177,169,107)
#B8B078
(184,176,120)
#BFB785
(191,183,133)
#C6BE92
(198,190,146)
#CDC59F
(205,197,159)
#D4CCAC
(212,204,172)
#DBD3B9
(219,211,185)
#E2DAC6
(226,218,198)
#E9E1D3
(233,225,211)
#F0E8E0
(240,232,224)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A96B; }

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

This text font color is #B1A96B.


Background Color

.myBgColor { background-color: #B1A96B; }

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

This div background color is #B1A96B.


Border color

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

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

This div border color is #B1A96B.


Opacity

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

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

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

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

This text has shadow with #B1A96B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A96B on black background.


Color preview on white background

This text has color #B1A96B on white background.



Black color preview on #B1A96B background

This text has black color on #B1A96B background.


White color preview on #B1A96B background

This text has white color on #B1A96B background.