COLOR #B19C87

HEX: #B19C87
RGB: (177,156,135)

Color info

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

RGB color model

#B19C87 color RGB value is (177,156,135).

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

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 135 of 255 = 53%

177
156
135

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

Portions of RGB colors in percentages

R + G + B =
177 + 156 + 135 = 468 (100%)
R 177 of 468 ~ 37.82%
G 156 of 468 ~ 33.33%
B 135 of 468 ~ 28.85%

%37.82
%33.33
%28.85

CMYK color model

#B19C87 color CMYK value is (0,12,24,31).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 23.73%
  • key color value is 30.59%
CMYK:
(0,12,24,31)
C0M12Y24K31 
(0%,12%,24%,31%)
(0.00/0.12/0.24/0.31)	

CMYK percentages

%0
%11.86
%23.73
%30.59

Codes

Color #B19C87 in popluar color models

B19C87
RGB177156135
HSL30°21.21%61.18%
HSB/HSV30°23.73%69.41%
CMYK0.00%11.86%23.73%
30.59%

Color #B19C87 in popluar number systems.

HEXB19C87
Decimal177156135
Binary101100011001110010000111
Octal261234207

Shades and tints

Shades of #B19C87

#B19C87
(177,156,135)
#A18E7B
(161,142,123)
#91806F
(145,128,111)
#817263
(129,114,99)
#716457
(113,100,87)
#61564B
(97,86,75)
#51483F
(81,72,63)
#413A33
(65,58,51)
#312C27
(49,44,39)
#211E1B
(33,30,27)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #B19C87

#B19C87
(177,156,135)
#B8A591
(184,165,145)
#BFAE9B
(191,174,155)
#C6B7A5
(198,183,165)
#CDC0AF
(205,192,175)
#D4C9B9
(212,201,185)
#DBD2C3
(219,210,195)
#E2DBCD
(226,219,205)
#E9E4D7
(233,228,215)
#F0EDE1
(240,237,225)
#F7F6EB
(247,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19C87; }

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

This text font color is #B19C87.


Background Color

.myBgColor { background-color: #B19C87; }

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

This div background color is #B19C87.


Border color

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

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

This div border color is #B19C87.


Opacity

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

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

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

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

This text has shadow with #B19C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19C87 on black background.


Color preview on white background

This text has color #B19C87 on white background.



Black color preview on #B19C87 background

This text has black color on #B19C87 background.


White color preview on #B19C87 background

This text has white color on #B19C87 background.