COLOR #B1A194

HEX: #B1A194
RGB: (177,161,148)

Color info

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

RGB color model

#B1A194 color RGB value is (177,161,148).

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

RGB channels and saturation

R 177 of 255 = 69%
G 161 of 255 = 63%
B 148 of 255 = 58%

177
161
148

R + G + B ~ 63%. #B1A194 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 161 + 148 = 486 (100%)
R 177 of 486 ~ 36.42%
G 161 of 486 ~ 33.13%
B 148 of 486 ~ 30.45%

%36.42
%33.13
%30.45

CMYK color model

#B1A194 color CMYK value is (0,9,16,31).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 16.38%
  • key color value is 30.59%
CMYK:
(0,9,16,31)
C0M9Y16K31 
(0%,9%,16%,31%)
(0.00/0.09/0.16/0.31)	

CMYK percentages

%0
%9.04
%16.38
%30.59

Codes

Color #B1A194 in popluar color models

B1A194
RGB177161148
HSL27°15.68%63.73%
HSB/HSV27°16.38%69.41%
CMYK0.00%9.04%16.38%
30.59%

Color #B1A194 in popluar number systems.

HEXB1A194
Decimal177161148
Binary101100011010000110010100
Octal261241224

Shades and tints

Shades of #B1A194

#B1A194
(177,161,148)
#A19387
(161,147,135)
#91857A
(145,133,122)
#81776D
(129,119,109)
#716960
(113,105,96)
#615B53
(97,91,83)
#514D46
(81,77,70)
#413F39
(65,63,57)
#31312C
(49,49,44)
#21231F
(33,35,31)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #B1A194

#B1A194
(177,161,148)
#B8A99D
(184,169,157)
#BFB1A6
(191,177,166)
#C6B9AF
(198,185,175)
#CDC1B8
(205,193,184)
#D4C9C1
(212,201,193)
#DBD1CA
(219,209,202)
#E2D9D3
(226,217,211)
#E9E1DC
(233,225,220)
#F0E9E5
(240,233,229)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A194; }

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

This text font color is #B1A194.


Background Color

.myBgColor { background-color: #B1A194; }

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

This div background color is #B1A194.


Border color

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

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

This div border color is #B1A194.


Opacity

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

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

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

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

This text has shadow with #B1A194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A194 on black background.


Color preview on white background

This text has color #B1A194 on white background.



Black color preview on #B1A194 background

This text has black color on #B1A194 background.


White color preview on #B1A194 background

This text has white color on #B1A194 background.