COLOR #B19591

HEX: #B19591
RGB: (177,149,145)

Color info

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

RGB color model

#B19591 color RGB value is (177,149,145).

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

RGB channels and saturation

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

177
149
145

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

Portions of RGB colors in percentages

R + G + B =
177 + 149 + 145 = 471 (100%)
R 177 of 471 ~ 37.58%
G 149 of 471 ~ 31.63%
B 145 of 471 ~ 30.79%

%37.58
%31.63
%30.79

CMYK color model

#B19591 color CMYK value is (0,16,18,31).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 18.08%
  • key color value is 30.59%
CMYK:
(0,16,18,31)
C0M16Y18K31 
(0%,16%,18%,31%)
(0.00/0.16/0.18/0.31)	

CMYK percentages

%0
%15.82
%18.08
%30.59

Codes

Color #B19591 in popluar color models

B19591
RGB177149145
HSL17.02%63.14%
HSB/HSV18.08%69.41%
CMYK0.00%15.82%18.08%
30.59%

Color #B19591 in popluar number systems.

HEXB19591
Decimal177149145
Binary101100011001010110010001
Octal261225221

Shades and tints

Shades of #B19591

#B19591
(177,149,145)
#A18884
(161,136,132)
#917B77
(145,123,119)
#816E6A
(129,110,106)
#71615D
(113,97,93)
#615450
(97,84,80)
#514743
(81,71,67)
#413A36
(65,58,54)
#312D29
(49,45,41)
#21201C
(33,32,28)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #B19591

#B19591
(177,149,145)
#B89E9B
(184,158,155)
#BFA7A5
(191,167,165)
#C6B0AF
(198,176,175)
#CDB9B9
(205,185,185)
#D4C2C3
(212,194,195)
#DBCBCD
(219,203,205)
#E2D4D7
(226,212,215)
#E9DDE1
(233,221,225)
#F0E6EB
(240,230,235)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19591; }

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

This text font color is #B19591.


Background Color

.myBgColor { background-color: #B19591; }

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

This div background color is #B19591.


Border color

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

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

This div border color is #B19591.


Opacity

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

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

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

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

This text has shadow with #B19591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19591 on black background.


Color preview on white background

This text has color #B19591 on white background.



Black color preview on #B19591 background

This text has black color on #B19591 background.


White color preview on #B19591 background

This text has white color on #B19591 background.