COLOR #B1A19C

HEX: #B1A19C
RGB: (177,161,156)

Color info

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

RGB color model

#B1A19C color RGB value is (177,161,156).

  • red value is 177;
  • green value is 161;
  • blue value is 156.
RGB:
(177,161,156)
(69%,63%,61%)

RGB channels and saturation

R 177 of 255 = 69%
G 161 of 255 = 63%
B 156 of 255 = 61%

177
161
156

R + G + B ~ 64%. #B1A19C is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 161 + 156 = 494 (100%)
R 177 of 494 ~ 35.83%
G 161 of 494 ~ 32.59%
B 156 of 494 ~ 31.58%

%35.83
%32.59
%31.58

CMYK color model

#B1A19C color CMYK value is (0,9,12,31).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 11.86%
  • key color value is 30.59%
CMYK:
(0,9,12,31)
C0M9Y12K31 
(0%,9%,12%,31%)
(0.00/0.09/0.12/0.31)	

CMYK percentages

%0
%9.04
%11.86
%30.59

Codes

Color #B1A19C in popluar color models

B1A19C
RGB177161156
HSL14°11.86%65.29%
HSB/HSV14°11.86%69.41%
CMYK0.00%9.04%11.86%
30.59%

Color #B1A19C in popluar number systems.

HEXB1A19C
Decimal177161156
Binary101100011010000110011100
Octal261241234

Shades and tints

Shades of #B1A19C

#B1A19C
(177,161,156)
#A1938E
(161,147,142)
#918580
(145,133,128)
#817772
(129,119,114)
#716964
(113,105,100)
#615B56
(97,91,86)
#514D48
(81,77,72)
#413F3A
(65,63,58)
#31312C
(49,49,44)
#21231E
(33,35,30)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #B1A19C

#B1A19C
(177,161,156)
#B8A9A5
(184,169,165)
#BFB1AE
(191,177,174)
#C6B9B7
(198,185,183)
#CDC1C0
(205,193,192)
#D4C9C9
(212,201,201)
#DBD1D2
(219,209,210)
#E2D9DB
(226,217,219)
#E9E1E4
(233,225,228)
#F0E9ED
(240,233,237)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A19C color. Also use rgb(177,161,156) instead hex code.

Text Font Color

.myTextColor { color: #B1A19C; }

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

This text font color is #B1A19C.


Background Color

.myBgColor { background-color: #B1A19C; }

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

This div background color is #B1A19C.


Border color

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

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

This div border color is #B1A19C.


Opacity

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

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

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

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

This text has shadow with #B1A19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A19C on black background.


Color preview on white background

This text has color #B1A19C on white background.



Black color preview on #B1A19C background

This text has black color on #B1A19C background.


White color preview on #B1A19C background

This text has white color on #B1A19C background.