COLOR #B19D94

HEX: #B19D94
RGB: (177,157,148)

Color info

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

RGB color model

#B19D94 color RGB value is (177,157,148).

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

RGB channels and saturation

R 177 of 255 = 69%
G 157 of 255 = 62%
B 148 of 255 = 58%

177
157
148

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

Portions of RGB colors in percentages

R + G + B =
177 + 157 + 148 = 482 (100%)
R 177 of 482 ~ 36.72%
G 157 of 482 ~ 32.57%
B 148 of 482 ~ 30.71%

%36.72
%32.57
%30.71

CMYK color model

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

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

Codes

Color #B19D94 in popluar color models

B19D94
RGB177157148
HSL19°15.68%63.73%
HSB/HSV19°16.38%69.41%
CMYK0.00%11.30%16.38%
30.59%

Color #B19D94 in popluar number systems.

HEXB19D94
Decimal177157148
Binary101100011001110110010100
Octal261235224

Shades and tints

Shades of #B19D94

#B19D94
(177,157,148)
#A18F87
(161,143,135)
#91817A
(145,129,122)
#81736D
(129,115,109)
#716560
(113,101,96)
#615753
(97,87,83)
#514946
(81,73,70)
#413B39
(65,59,57)
#312D2C
(49,45,44)
#211F1F
(33,31,31)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #B19D94

#B19D94
(177,157,148)
#B8A59D
(184,165,157)
#BFADA6
(191,173,166)
#C6B5AF
(198,181,175)
#CDBDB8
(205,189,184)
#D4C5C1
(212,197,193)
#DBCDCA
(219,205,202)
#E2D5D3
(226,213,211)
#E9DDDC
(233,221,220)
#F0E5E5
(240,229,229)
#F7EDEE
(247,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19D94; }

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

This text font color is #B19D94.


Background Color

.myBgColor { background-color: #B19D94; }

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

This div background color is #B19D94.


Border color

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

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

This div border color is #B19D94.


Opacity

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

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

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

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

This text has shadow with #B19D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19D94 on black background.


Color preview on white background

This text has color #B19D94 on white background.



Black color preview on #B19D94 background

This text has black color on #B19D94 background.


White color preview on #B19D94 background

This text has white color on #B19D94 background.