COLOR #B19391

HEX: #B19391
RGB: (177,147,145)

Color info

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

RGB color model

#B19391 color RGB value is (177,147,145).

  • red value is 177;
  • green value is 147;
  • blue value is 145.
RGB:
(177,147,145)
(69%,58%,57%)

RGB channels and saturation

R 177 of 255 = 69%
G 147 of 255 = 58%
B 145 of 255 = 57%

177
147
145

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

Portions of RGB colors in percentages

R + G + B =
177 + 147 + 145 = 469 (100%)
R 177 of 469 ~ 37.74%
G 147 of 469 ~ 31.34%
B 145 of 469 ~ 30.92%

%37.74
%31.34
%30.92

CMYK color model

#B19391 color CMYK value is (0,17,18,31).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 18.08%
  • key color value is 30.59%
CMYK:
(0,17,18,31)
C0M17Y18K31 
(0%,17%,18%,31%)
(0.00/0.17/0.18/0.31)	

CMYK percentages

%0
%16.95
%18.08
%30.59

Codes

Color #B19391 in popluar color models

B19391
RGB177147145
HSL17.02%63.14%
HSB/HSV18.08%69.41%
CMYK0.00%16.95%18.08%
30.59%

Color #B19391 in popluar number systems.

HEXB19391
Decimal177147145
Binary101100011001001110010001
Octal261223221

Shades and tints

Shades of #B19391

#B19391
(177,147,145)
#A18684
(161,134,132)
#917977
(145,121,119)
#816C6A
(129,108,106)
#715F5D
(113,95,93)
#615250
(97,82,80)
#514543
(81,69,67)
#413836
(65,56,54)
#312B29
(49,43,41)
#211E1C
(33,30,28)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #B19391

#B19391
(177,147,145)
#B89C9B
(184,156,155)
#BFA5A5
(191,165,165)
#C6AEAF
(198,174,175)
#CDB7B9
(205,183,185)
#D4C0C3
(212,192,195)
#DBC9CD
(219,201,205)
#E2D2D7
(226,210,215)
#E9DBE1
(233,219,225)
#F0E4EB
(240,228,235)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19391 color. Also use rgb(177,147,145) instead hex code.

Text Font Color

.myTextColor { color: #B19391; }

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

This text font color is #B19391.


Background Color

.myBgColor { background-color: #B19391; }

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

This div background color is #B19391.


Border color

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

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

This div border color is #B19391.


Opacity

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

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

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

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

This text has shadow with #B19391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19391 on black background.


Color preview on white background

This text has color #B19391 on white background.



Black color preview on #B19391 background

This text has black color on #B19391 background.


White color preview on #B19391 background

This text has white color on #B19391 background.