COLOR #B19094

HEX: #B19094
RGB: (177,144,148)

Color info

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

RGB color model

#B19094 color RGB value is (177,144,148).

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

RGB channels and saturation

R 177 of 255 = 69%
G 144 of 255 = 56%
B 148 of 255 = 58%

177
144
148

R + G + B ~ 61%. #B19094 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 144 + 148 = 469 (100%)
R 177 of 469 ~ 37.74%
G 144 of 469 ~ 30.7%
B 148 of 469 ~ 31.56%

%37.74
%30.7
%31.56

CMYK color model

#B19094 color CMYK value is (0,19,16,31).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 16.38%
  • key color value is 30.59%
CMYK:
(0,19,16,31)
C0M19Y16K31 
(0%,19%,16%,31%)
(0.00/0.19/0.16/0.31)	

CMYK percentages

%0
%18.64
%16.38
%30.59

Codes

Color #B19094 in popluar color models

B19094
RGB177144148
HSL353°17.46%62.94%
HSB/HSV353°18.64%69.41%
CMYK0.00%18.64%16.38%
30.59%

Color #B19094 in popluar number systems.

HEXB19094
Decimal177144148
Binary101100011001000010010100
Octal261220224

Shades and tints

Shades of #B19094

#B19094
(177,144,148)
#A18387
(161,131,135)
#91767A
(145,118,122)
#81696D
(129,105,109)
#715C60
(113,92,96)
#614F53
(97,79,83)
#514246
(81,66,70)
#413539
(65,53,57)
#31282C
(49,40,44)
#211B1F
(33,27,31)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #B19094

#B19094
(177,144,148)
#B89A9D
(184,154,157)
#BFA4A6
(191,164,166)
#C6AEAF
(198,174,175)
#CDB8B8
(205,184,184)
#D4C2C1
(212,194,193)
#DBCCCA
(219,204,202)
#E2D6D3
(226,214,211)
#E9E0DC
(233,224,220)
#F0EAE5
(240,234,229)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19094; }

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

This text font color is #B19094.


Background Color

.myBgColor { background-color: #B19094; }

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

This div background color is #B19094.


Border color

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

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

This div border color is #B19094.


Opacity

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

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

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

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

This text has shadow with #B19094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19094 on black background.


Color preview on white background

This text has color #B19094 on white background.



Black color preview on #B19094 background

This text has black color on #B19094 background.


White color preview on #B19094 background

This text has white color on #B19094 background.