COLOR #B1A18D

HEX: #B1A18D
RGB: (177,161,141)

Color info

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

RGB color model

#B1A18D color RGB value is (177,161,141).

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

RGB channels and saturation

R 177 of 255 = 69%
G 161 of 255 = 63%
B 141 of 255 = 55%

177
161
141

R + G + B ~ 62%. #B1A18D is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 161 + 141 = 479 (100%)
R 177 of 479 ~ 36.95%
G 161 of 479 ~ 33.61%
B 141 of 479 ~ 29.44%

%36.95
%33.61
%29.44

CMYK color model

#B1A18D color CMYK value is (0,9,20,31).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 20.34%
  • key color value is 30.59%
CMYK:
(0,9,20,31)
C0M9Y20K31 
(0%,9%,20%,31%)
(0.00/0.09/0.20/0.31)	

CMYK percentages

%0
%9.04
%20.34
%30.59

Codes

Color #B1A18D in popluar color models

B1A18D
RGB177161141
HSL33°18.75%62.35%
HSB/HSV33°20.34%69.41%
CMYK0.00%9.04%20.34%
30.59%

Color #B1A18D in popluar number systems.

HEXB1A18D
Decimal177161141
Binary101100011010000110001101
Octal261241215

Shades and tints

Shades of #B1A18D

#B1A18D
(177,161,141)
#A19381
(161,147,129)
#918575
(145,133,117)
#817769
(129,119,105)
#71695D
(113,105,93)
#615B51
(97,91,81)
#514D45
(81,77,69)
#413F39
(65,63,57)
#31312D
(49,49,45)
#212321
(33,35,33)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #B1A18D

#B1A18D
(177,161,141)
#B8A997
(184,169,151)
#BFB1A1
(191,177,161)
#C6B9AB
(198,185,171)
#CDC1B5
(205,193,181)
#D4C9BF
(212,201,191)
#DBD1C9
(219,209,201)
#E2D9D3
(226,217,211)
#E9E1DD
(233,225,221)
#F0E9E7
(240,233,231)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A18D; }

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

This text font color is #B1A18D.


Background Color

.myBgColor { background-color: #B1A18D; }

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

This div background color is #B1A18D.


Border color

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

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

This div border color is #B1A18D.


Opacity

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

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

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

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

This text has shadow with #B1A18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A18D on black background.


Color preview on white background

This text has color #B1A18D on white background.



Black color preview on #B1A18D background

This text has black color on #B1A18D background.


White color preview on #B1A18D background

This text has white color on #B1A18D background.