COLOR #B19E95

HEX: #B19E95
RGB: (177,158,149)

Color info

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

RGB color model

#B19E95 color RGB value is (177,158,149).

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

RGB channels and saturation

R 177 of 255 = 69%
G 158 of 255 = 62%
B 149 of 255 = 58%

177
158
149

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

Portions of RGB colors in percentages

R + G + B =
177 + 158 + 149 = 484 (100%)
R 177 of 484 ~ 36.57%
G 158 of 484 ~ 32.64%
B 149 of 484 ~ 30.79%

%36.57
%32.64
%30.79

CMYK color model

#B19E95 color CMYK value is (0,11,16,31).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 15.82%
  • key color value is 30.59%
CMYK:
(0,11,16,31)
C0M11Y16K31 
(0%,11%,16%,31%)
(0.00/0.11/0.16/0.31)	

CMYK percentages

%0
%10.73
%15.82
%30.59

Codes

Color #B19E95 in popluar color models

B19E95
RGB177158149
HSL19°15.22%63.92%
HSB/HSV19°15.82%69.41%
CMYK0.00%10.73%15.82%
30.59%

Color #B19E95 in popluar number systems.

HEXB19E95
Decimal177158149
Binary101100011001111010010101
Octal261236225

Shades and tints

Shades of #B19E95

#B19E95
(177,158,149)
#A19088
(161,144,136)
#91827B
(145,130,123)
#81746E
(129,116,110)
#716661
(113,102,97)
#615854
(97,88,84)
#514A47
(81,74,71)
#413C3A
(65,60,58)
#312E2D
(49,46,45)
#212020
(33,32,32)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #B19E95

#B19E95
(177,158,149)
#B8A69E
(184,166,158)
#BFAEA7
(191,174,167)
#C6B6B0
(198,182,176)
#CDBEB9
(205,190,185)
#D4C6C2
(212,198,194)
#DBCECB
(219,206,203)
#E2D6D4
(226,214,212)
#E9DEDD
(233,222,221)
#F0E6E6
(240,230,230)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19E95; }

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

This text font color is #B19E95.


Background Color

.myBgColor { background-color: #B19E95; }

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

This div background color is #B19E95.


Border color

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

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

This div border color is #B19E95.


Opacity

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

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

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

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

This text has shadow with #B19E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19E95 on black background.


Color preview on white background

This text has color #B19E95 on white background.



Black color preview on #B19E95 background

This text has black color on #B19E95 background.


White color preview on #B19E95 background

This text has white color on #B19E95 background.