COLOR #B19E99

HEX: #B19E99
RGB: (177,158,153)

Color info

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

RGB color model

#B19E99 color RGB value is (177,158,153).

  • red value is 177;
  • green value is 158;
  • blue value is 153.
RGB:
(177,158,153)
(69%,62%,60%)

RGB channels and saturation

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

177
158
153

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

Portions of RGB colors in percentages

R + G + B =
177 + 158 + 153 = 488 (100%)
R 177 of 488 ~ 36.27%
G 158 of 488 ~ 32.38%
B 153 of 488 ~ 31.35%

%36.27
%32.38
%31.35

CMYK color model

#B19E99 color CMYK value is (0,11,14,31).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 13.56%
  • key color value is 30.59%
CMYK:
(0,11,14,31)
C0M11Y14K31 
(0%,11%,14%,31%)
(0.00/0.11/0.14/0.31)	

CMYK percentages

%0
%10.73
%13.56
%30.59

Codes

Color #B19E99 in popluar color models

B19E99
RGB177158153
HSL13°13.33%64.71%
HSB/HSV13°13.56%69.41%
CMYK0.00%10.73%13.56%
30.59%

Color #B19E99 in popluar number systems.

HEXB19E99
Decimal177158153
Binary101100011001111010011001
Octal261236231

Shades and tints

Shades of #B19E99

#B19E99
(177,158,153)
#A1908C
(161,144,140)
#91827F
(145,130,127)
#817472
(129,116,114)
#716665
(113,102,101)
#615858
(97,88,88)
#514A4B
(81,74,75)
#413C3E
(65,60,62)
#312E31
(49,46,49)
#212024
(33,32,36)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #B19E99

#B19E99
(177,158,153)
#B8A6A2
(184,166,162)
#BFAEAB
(191,174,171)
#C6B6B4
(198,182,180)
#CDBEBD
(205,190,189)
#D4C6C6
(212,198,198)
#DBCECF
(219,206,207)
#E2D6D8
(226,214,216)
#E9DEE1
(233,222,225)
#F0E6EA
(240,230,234)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19E99; }

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

This text font color is #B19E99.


Background Color

.myBgColor { background-color: #B19E99; }

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

This div background color is #B19E99.


Border color

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

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

This div border color is #B19E99.


Opacity

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

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

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

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

This text has shadow with #B19E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19E99 on black background.


Color preview on white background

This text has color #B19E99 on white background.



Black color preview on #B19E99 background

This text has black color on #B19E99 background.


White color preview on #B19E99 background

This text has white color on #B19E99 background.