COLOR #B19A99

HEX: #B19A99
RGB: (177,154,153)

Color info

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

RGB color model

#B19A99 color RGB value is (177,154,153).

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

RGB channels and saturation

R 177 of 255 = 69%
G 154 of 255 = 60%
B 153 of 255 = 60%

177
154
153

R + G + B ~ 63%. #B19A99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 154 + 153 = 484 (100%)
R 177 of 484 ~ 36.57%
G 154 of 484 ~ 31.82%
B 153 of 484 ~ 31.61%

%36.57
%31.82
%31.61

CMYK color model

#B19A99 color CMYK value is (0,13,14,31).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 13.56%
  • key color value is 30.59%
CMYK:
(0,13,14,31)
C0M13Y14K31 
(0%,13%,14%,31%)
(0.00/0.13/0.14/0.31)	

CMYK percentages

%0
%12.99
%13.56
%30.59

Codes

Color #B19A99 in popluar color models

B19A99
RGB177154153
HSL13.33%64.71%
HSB/HSV13.56%69.41%
CMYK0.00%12.99%13.56%
30.59%

Color #B19A99 in popluar number systems.

HEXB19A99
Decimal177154153
Binary101100011001101010011001
Octal261232231

Shades and tints

Shades of #B19A99

#B19A99
(177,154,153)
#A18C8C
(161,140,140)
#917E7F
(145,126,127)
#817072
(129,112,114)
#716265
(113,98,101)
#615458
(97,84,88)
#51464B
(81,70,75)
#41383E
(65,56,62)
#312A31
(49,42,49)
#211C24
(33,28,36)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #B19A99

#B19A99
(177,154,153)
#B8A3A2
(184,163,162)
#BFACAB
(191,172,171)
#C6B5B4
(198,181,180)
#CDBEBD
(205,190,189)
#D4C7C6
(212,199,198)
#DBD0CF
(219,208,207)
#E2D9D8
(226,217,216)
#E9E2E1
(233,226,225)
#F0EBEA
(240,235,234)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19A99; }

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

This text font color is #B19A99.


Background Color

.myBgColor { background-color: #B19A99; }

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

This div background color is #B19A99.


Border color

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

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

This div border color is #B19A99.


Opacity

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

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

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

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

This text has shadow with #B19A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19A99 on black background.


Color preview on white background

This text has color #B19A99 on white background.



Black color preview on #B19A99 background

This text has black color on #B19A99 background.


White color preview on #B19A99 background

This text has white color on #B19A99 background.