COLOR #B19AA0

HEX: #B19AA0
RGB: (177,154,160)

Color info

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

RGB color model

#B19AA0 color RGB value is (177,154,160).

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

RGB channels and saturation

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

177
154
160

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

Portions of RGB colors in percentages

R + G + B =
177 + 154 + 160 = 491 (100%)
R 177 of 491 ~ 36.05%
G 154 of 491 ~ 31.36%
B 160 of 491 ~ 32.59%

%36.05
%31.36
%32.59

CMYK color model

#B19AA0 color CMYK value is (0,13,10,31).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 9.60%
  • key color value is 30.59%
CMYK:
(0,13,10,31)
C0M13Y10K31 
(0%,13%,10%,31%)
(0.00/0.13/0.10/0.31)	

CMYK percentages

%0
%12.99
%9.6
%30.59

Codes

Color #B19AA0 in popluar color models

B19AA0
RGB177154160
HSL344°12.85%64.90%
HSB/HSV344°12.99%69.41%
CMYK0.00%12.99%9.60%
30.59%

Color #B19AA0 in popluar number systems.

HEXB19AA0
Decimal177154160
Binary101100011001101010100000
Octal261232240

Shades and tints

Shades of #B19AA0

#B19AA0
(177,154,160)
#A18C92
(161,140,146)
#917E84
(145,126,132)
#817076
(129,112,118)
#716268
(113,98,104)
#61545A
(97,84,90)
#51464C
(81,70,76)
#41383E
(65,56,62)
#312A30
(49,42,48)
#211C22
(33,28,34)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #B19AA0

#B19AA0
(177,154,160)
#B8A3A8
(184,163,168)
#BFACB0
(191,172,176)
#C6B5B8
(198,181,184)
#CDBEC0
(205,190,192)
#D4C7C8
(212,199,200)
#DBD0D0
(219,208,208)
#E2D9D8
(226,217,216)
#E9E2E0
(233,226,224)
#F0EBE8
(240,235,232)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19AA0; }

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

This text font color is #B19AA0.


Background Color

.myBgColor { background-color: #B19AA0; }

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

This div background color is #B19AA0.


Border color

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

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

This div border color is #B19AA0.


Opacity

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

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

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

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

This text has shadow with #B19AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19AA0 on black background.


Color preview on white background

This text has color #B19AA0 on white background.



Black color preview on #B19AA0 background

This text has black color on #B19AA0 background.


White color preview on #B19AA0 background

This text has white color on #B19AA0 background.