COLOR #B1A49D

HEX: #B1A49D
RGB: (177,164,157)

Color info

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

RGB color model

#B1A49D color RGB value is (177,164,157).

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

RGB channels and saturation

R 177 of 255 = 69%
G 164 of 255 = 64%
B 157 of 255 = 62%

177
164
157

R + G + B ~ 65%. #B1A49D is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 164 + 157 = 498 (100%)
R 177 of 498 ~ 35.54%
G 164 of 498 ~ 32.93%
B 157 of 498 ~ 31.53%

%35.54
%32.93
%31.53

CMYK color model

#B1A49D color CMYK value is (0,7,11,31).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 11.30%
  • key color value is 30.59%
CMYK:
(0,7,11,31)
C0M7Y11K31 
(0%,7%,11%,31%)
(0.00/0.07/0.11/0.31)	

CMYK percentages

%0
%7.34
%11.3
%30.59

Codes

Color #B1A49D in popluar color models

B1A49D
RGB177164157
HSL21°11.36%65.49%
HSB/HSV21°11.30%69.41%
CMYK0.00%7.34%11.30%
30.59%

Color #B1A49D in popluar number systems.

HEXB1A49D
Decimal177164157
Binary101100011010010010011101
Octal261244235

Shades and tints

Shades of #B1A49D

#B1A49D
(177,164,157)
#A1968F
(161,150,143)
#918881
(145,136,129)
#817A73
(129,122,115)
#716C65
(113,108,101)
#615E57
(97,94,87)
#515049
(81,80,73)
#41423B
(65,66,59)
#31342D
(49,52,45)
#21261F
(33,38,31)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #B1A49D

#B1A49D
(177,164,157)
#B8ACA5
(184,172,165)
#BFB4AD
(191,180,173)
#C6BCB5
(198,188,181)
#CDC4BD
(205,196,189)
#D4CCC5
(212,204,197)
#DBD4CD
(219,212,205)
#E2DCD5
(226,220,213)
#E9E4DD
(233,228,221)
#F0ECE5
(240,236,229)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A49D; }

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

This text font color is #B1A49D.


Background Color

.myBgColor { background-color: #B1A49D; }

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

This div background color is #B1A49D.


Border color

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

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

This div border color is #B1A49D.


Opacity

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

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

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

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

This text has shadow with #B1A49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A49D on black background.


Color preview on white background

This text has color #B1A49D on white background.



Black color preview on #B1A49D background

This text has black color on #B1A49D background.


White color preview on #B1A49D background

This text has white color on #B1A49D background.