COLOR #B1A49A

HEX: #B1A49A
RGB: (177,164,154)

Color info

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

RGB color model

#B1A49A color RGB value is (177,164,154).

  • red value is 177;
  • green value is 164;
  • blue value is 154.
RGB:
(177,164,154)
(69%,64%,60%)

RGB channels and saturation

R 177 of 255 = 69%
G 164 of 255 = 64%
B 154 of 255 = 60%

177
164
154

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

Portions of RGB colors in percentages

R + G + B =
177 + 164 + 154 = 495 (100%)
R 177 of 495 ~ 35.76%
G 164 of 495 ~ 33.13%
B 154 of 495 ~ 31.11%

%35.76
%33.13
%31.11

CMYK color model

#B1A49A color CMYK value is (0,7,13,31).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 12.99%
  • key color value is 30.59%
CMYK:
(0,7,13,31)
C0M7Y13K31 
(0%,7%,13%,31%)
(0.00/0.07/0.13/0.31)	

CMYK percentages

%0
%7.34
%12.99
%30.59

Codes

Color #B1A49A in popluar color models

B1A49A
RGB177164154
HSL26°12.85%64.90%
HSB/HSV26°12.99%69.41%
CMYK0.00%7.34%12.99%
30.59%

Color #B1A49A in popluar number systems.

HEXB1A49A
Decimal177164154
Binary101100011010010010011010
Octal261244232

Shades and tints

Shades of #B1A49A

#B1A49A
(177,164,154)
#A1968C
(161,150,140)
#91887E
(145,136,126)
#817A70
(129,122,112)
#716C62
(113,108,98)
#615E54
(97,94,84)
#515046
(81,80,70)
#414238
(65,66,56)
#31342A
(49,52,42)
#21261C
(33,38,28)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #B1A49A

#B1A49A
(177,164,154)
#B8ACA3
(184,172,163)
#BFB4AC
(191,180,172)
#C6BCB5
(198,188,181)
#CDC4BE
(205,196,190)
#D4CCC7
(212,204,199)
#DBD4D0
(219,212,208)
#E2DCD9
(226,220,217)
#E9E4E2
(233,228,226)
#F0ECEB
(240,236,235)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A49A color. Also use rgb(177,164,154) instead hex code.

Text Font Color

.myTextColor { color: #B1A49A; }

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

This text font color is #B1A49A.


Background Color

.myBgColor { background-color: #B1A49A; }

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

This div background color is #B1A49A.


Border color

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

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

This div border color is #B1A49A.


Opacity

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

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

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

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

This text has shadow with #B1A49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A49A on black background.


Color preview on white background

This text has color #B1A49A on white background.



Black color preview on #B1A49A background

This text has black color on #B1A49A background.


White color preview on #B1A49A background

This text has white color on #B1A49A background.