COLOR #B19B9E

HEX: #B19B9E
RGB: (177,155,158)

Color info

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

RGB color model

#B19B9E color RGB value is (177,155,158).

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

RGB channels and saturation

R 177 of 255 = 69%
G 155 of 255 = 61%
B 158 of 255 = 62%

177
155
158

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

Portions of RGB colors in percentages

R + G + B =
177 + 155 + 158 = 490 (100%)
R 177 of 490 ~ 36.12%
G 155 of 490 ~ 31.63%
B 158 of 490 ~ 32.24%

%36.12
%31.63
%32.24

CMYK color model

#B19B9E color CMYK value is (0,12,11,31).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 10.73%
  • key color value is 30.59%
CMYK:
(0,12,11,31)
C0M12Y11K31 
(0%,12%,11%,31%)
(0.00/0.12/0.11/0.31)	

CMYK percentages

%0
%12.43
%10.73
%30.59

Codes

Color #B19B9E in popluar color models

B19B9E
RGB177155158
HSL352°12.36%65.10%
HSB/HSV352°12.43%69.41%
CMYK0.00%12.43%10.73%
30.59%

Color #B19B9E in popluar number systems.

HEXB19B9E
Decimal177155158
Binary101100011001101110011110
Octal261233236

Shades and tints

Shades of #B19B9E

#B19B9E
(177,155,158)
#A18D90
(161,141,144)
#917F82
(145,127,130)
#817174
(129,113,116)
#716366
(113,99,102)
#615558
(97,85,88)
#51474A
(81,71,74)
#41393C
(65,57,60)
#312B2E
(49,43,46)
#211D20
(33,29,32)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #B19B9E

#B19B9E
(177,155,158)
#B8A4A6
(184,164,166)
#BFADAE
(191,173,174)
#C6B6B6
(198,182,182)
#CDBFBE
(205,191,190)
#D4C8C6
(212,200,198)
#DBD1CE
(219,209,206)
#E2DAD6
(226,218,214)
#E9E3DE
(233,227,222)
#F0ECE6
(240,236,230)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19B9E; }

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

This text font color is #B19B9E.


Background Color

.myBgColor { background-color: #B19B9E; }

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

This div background color is #B19B9E.


Border color

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

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

This div border color is #B19B9E.


Opacity

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

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

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

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

This text has shadow with #B19B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19B9E on black background.


Color preview on white background

This text has color #B19B9E on white background.



Black color preview on #B19B9E background

This text has black color on #B19B9E background.


White color preview on #B19B9E background

This text has white color on #B19B9E background.