COLOR #B19587

HEX: #B19587
RGB: (177,149,135)

Color info

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

RGB color model

#B19587 color RGB value is (177,149,135).

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

RGB channels and saturation

R 177 of 255 = 69%
G 149 of 255 = 58%
B 135 of 255 = 53%

177
149
135

R + G + B ~ 60%. #B19587 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 149 + 135 = 461 (100%)
R 177 of 461 ~ 38.39%
G 149 of 461 ~ 32.32%
B 135 of 461 ~ 29.28%

%38.39
%32.32
%29.28

CMYK color model

#B19587 color CMYK value is (0,16,24,31).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 23.73%
  • key color value is 30.59%
CMYK:
(0,16,24,31)
C0M16Y24K31 
(0%,16%,24%,31%)
(0.00/0.16/0.24/0.31)	

CMYK percentages

%0
%15.82
%23.73
%30.59

Codes

Color #B19587 in popluar color models

B19587
RGB177149135
HSL20°21.21%61.18%
HSB/HSV20°23.73%69.41%
CMYK0.00%15.82%23.73%
30.59%

Color #B19587 in popluar number systems.

HEXB19587
Decimal177149135
Binary101100011001010110000111
Octal261225207

Shades and tints

Shades of #B19587

#B19587
(177,149,135)
#A1887B
(161,136,123)
#917B6F
(145,123,111)
#816E63
(129,110,99)
#716157
(113,97,87)
#61544B
(97,84,75)
#51473F
(81,71,63)
#413A33
(65,58,51)
#312D27
(49,45,39)
#21201B
(33,32,27)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #B19587

#B19587
(177,149,135)
#B89E91
(184,158,145)
#BFA79B
(191,167,155)
#C6B0A5
(198,176,165)
#CDB9AF
(205,185,175)
#D4C2B9
(212,194,185)
#DBCBC3
(219,203,195)
#E2D4CD
(226,212,205)
#E9DDD7
(233,221,215)
#F0E6E1
(240,230,225)
#F7EFEB
(247,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19587; }

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

This text font color is #B19587.


Background Color

.myBgColor { background-color: #B19587; }

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

This div background color is #B19587.


Border color

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

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

This div border color is #B19587.


Opacity

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

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

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

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

This text has shadow with #B19587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19587 on black background.


Color preview on white background

This text has color #B19587 on white background.



Black color preview on #B19587 background

This text has black color on #B19587 background.


White color preview on #B19587 background

This text has white color on #B19587 background.