COLOR #B19D99

HEX: #B19D99
RGB: (177,157,153)

Color info

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

RGB color model

#B19D99 color RGB value is (177,157,153).

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

RGB channels and saturation

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

177
157
153

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

Portions of RGB colors in percentages

R + G + B =
177 + 157 + 153 = 487 (100%)
R 177 of 487 ~ 36.34%
G 157 of 487 ~ 32.24%
B 153 of 487 ~ 31.42%

%36.34
%32.24
%31.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.30%
  • 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
%11.3
%13.56
%30.59

Codes

Color #B19D99 in popluar color models

B19D99
RGB177157153
HSL10°13.33%64.71%
HSB/HSV10°13.56%69.41%
CMYK0.00%11.30%13.56%
30.59%

Color #B19D99 in popluar number systems.

HEXB19D99
Decimal177157153
Binary101100011001110110011001
Octal261235231

Shades and tints

Shades of #B19D99

#B19D99
(177,157,153)
#A18F8C
(161,143,140)
#91817F
(145,129,127)
#817372
(129,115,114)
#716565
(113,101,101)
#615758
(97,87,88)
#51494B
(81,73,75)
#413B3E
(65,59,62)
#312D31
(49,45,49)
#211F24
(33,31,36)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #B19D99

#B19D99
(177,157,153)
#B8A5A2
(184,165,162)
#BFADAB
(191,173,171)
#C6B5B4
(198,181,180)
#CDBDBD
(205,189,189)
#D4C5C6
(212,197,198)
#DBCDCF
(219,205,207)
#E2D5D8
(226,213,216)
#E9DDE1
(233,221,225)
#F0E5EA
(240,229,234)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19D99; }

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

This text font color is #B19D99.


Background Color

.myBgColor { background-color: #B19D99; }

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

This div background color is #B19D99.


Border color

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

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

This div border color is #B19D99.


Opacity

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

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

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

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

This text has shadow with #B19D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19D99 on black background.


Color preview on white background

This text has color #B19D99 on white background.



Black color preview on #B19D99 background

This text has black color on #B19D99 background.


White color preview on #B19D99 background

This text has white color on #B19D99 background.