COLOR #B19E9A

HEX: #B19E9A RGB: (177,158,154)

Color info

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

RGB color model

#B19E9A color RGB value is (177,158,154).

RGB: (177,158,154) (69%, 62%, 60%)

RGB channels and saturation

R 177 of 255 = 69%
G 158 of 255 = 62%
B 154 of 255 = 60%

177
158
154

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

Portions of RGB colors in percentages

R + G + B = 177 + 158 + 154 = 489 (100%)
R 177 of 489 ~ 36.2%
G 158 of 489 ~ 32.31%
B 154 of 489 ~ 31.49'%

%36.2
%32.31
%31.49

CMYK color model

#B19E9A color CMYK value is (0,11,13,31).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 12.99%
  • key color value is 30.59%

CMYK: (0,11,13,31)
C0M11Y13K31 (0%, 11%, 13%, 31%)
(0.00 / 0.11 / 0.13 / 0.31)

CMYK percentages

%0
%10.73
%12.99
%30.59

Codes

Color #B19E9A in popluar color models

B1 9E 9A
RGB 177 158 154
HSL 10° 12.85% 64.90%
HSB/HSV 10° 12.99% 69.41%
CMYK 0.00% 10.73% 12.99%
30.59%

Color #B19E9A in popluar number systems.

HEX B1 9E 9A
Decimal 177 158 154
Binary 10110001 10011110 10011010
Octal 261 236 232

Shades and tints

Shades of #B19E9A

#B19E9A
(177,158,154)
#A1908C
(161,144,140)
#91827E
(145,130,126)
#817470
(129,116,112)
#716662
(113,102,98)
#615854
(97,88,84)
#514A46
(81,74,70)
#413C38
(65,60,56)
#312E2A
(49,46,42)
#21201C
(33,32,28)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #B19E9A

#B19E9A
(177,158,154)
#B8A6A3
(184,166,163)
#BFAEAC
(191,174,172)
#C6B6B5
(198,182,181)
#CDBEBE
(205,190,190)
#D4C6C7
(212,198,199)
#DBCED0
(219,206,208)
#E2D6D9
(226,214,217)
#E9DEE2
(233,222,226)
#F0E6EB
(240,230,235)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19E9A; }

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

This text font color is #B19E9A.

Background Color

.myBgColor { background-color: #B19E9A; }

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

This div background color is #B19E9A.

Border color

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

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

This div border color is #B19E9A.

Opacity

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

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

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

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

This text has shadow with #B19E9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19E9A.

Preview

Color preview on black background

This text has color #B19E9A on black background.


Color preview on white background

This text has color #B19E9A on white background.


Black color preview on #B19E9A background

This text has black color on #B19E9A background.


White color preview on #B19E9A background

This text has white color on #B19E9A background.


Related colors

Complementary color

Complementary color for #hex is #4E6165.


I love getcolorcode.com

Triadic colors

1 #9AB19E and #9E9AB1 with #B19E9A are triadic colors.

2 #9A9EB1 and #9EB19A with #B19E9A are triadic colors.