COLOR #B19AA1

HEX: #B19AA1
RGB: (177,154,161)

Color info

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

RGB color model

#B19AA1 color RGB value is (177,154,161).

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

RGB channels and saturation

R 177 of 255 = 69%
G 154 of 255 = 60%
B 161 of 255 = 63%

177
154
161

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

Portions of RGB colors in percentages

R + G + B =
177 + 154 + 161 = 492 (100%)
R 177 of 492 ~ 35.98%
G 154 of 492 ~ 31.3%
B 161 of 492 ~ 32.72%

%35.98
%31.3
%32.72

CMYK color model

#B19AA1 color CMYK value is (0,13,9,31).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 9.04%
  • key color value is 30.59%
CMYK:
(0,13,9,31)
C0M13Y9K31 
(0%,13%,9%,31%)
(0.00/0.13/0.09/0.31)	

CMYK percentages

%0
%12.99
%9.04
%30.59

Codes

Color #B19AA1 in popluar color models

B19AA1
RGB177154161
HSL342°12.85%64.90%
HSB/HSV342°12.99%69.41%
CMYK0.00%12.99%9.04%
30.59%

Color #B19AA1 in popluar number systems.

HEXB19AA1
Decimal177154161
Binary101100011001101010100001
Octal261232241

Shades and tints

Shades of #B19AA1

#B19AA1
(177,154,161)
#A18C93
(161,140,147)
#917E85
(145,126,133)
#817077
(129,112,119)
#716269
(113,98,105)
#61545B
(97,84,91)
#51464D
(81,70,77)
#41383F
(65,56,63)
#312A31
(49,42,49)
#211C23
(33,28,35)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #B19AA1

#B19AA1
(177,154,161)
#B8A3A9
(184,163,169)
#BFACB1
(191,172,177)
#C6B5B9
(198,181,185)
#CDBEC1
(205,190,193)
#D4C7C9
(212,199,201)
#DBD0D1
(219,208,209)
#E2D9D9
(226,217,217)
#E9E2E1
(233,226,225)
#F0EBE9
(240,235,233)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19AA1; }

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

This text font color is #B19AA1.


Background Color

.myBgColor { background-color: #B19AA1; }

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

This div background color is #B19AA1.


Border color

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

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

This div border color is #B19AA1.


Opacity

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

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

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

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

This text has shadow with #B19AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19AA1 on black background.


Color preview on white background

This text has color #B19AA1 on white background.



Black color preview on #B19AA1 background

This text has black color on #B19AA1 background.


White color preview on #B19AA1 background

This text has white color on #B19AA1 background.