COLOR #B19F8D

HEX: #B19F8D
RGB: (177,159,141)

Color info

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

RGB color model

#B19F8D color RGB value is (177,159,141).

  • red value is 177;
  • green value is 159;
  • blue value is 141.
RGB:
(177,159,141)
(69%,62%,55%)

RGB channels and saturation

R 177 of 255 = 69%
G 159 of 255 = 62%
B 141 of 255 = 55%

177
159
141

R + G + B ~ 62%. #B19F8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 159 + 141 = 477 (100%)
R 177 of 477 ~ 37.11%
G 159 of 477 ~ 33.33%
B 141 of 477 ~ 29.56%

%37.11
%33.33
%29.56

CMYK color model

#B19F8D color CMYK value is (0,10,20,31).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 20.34%
  • key color value is 30.59%
CMYK:
(0,10,20,31)
C0M10Y20K31 
(0%,10%,20%,31%)
(0.00/0.10/0.20/0.31)	

CMYK percentages

%0
%10.17
%20.34
%30.59

Codes

Color #B19F8D in popluar color models

B19F8D
RGB177159141
HSL30°18.75%62.35%
HSB/HSV30°20.34%69.41%
CMYK0.00%10.17%20.34%
30.59%

Color #B19F8D in popluar number systems.

HEXB19F8D
Decimal177159141
Binary101100011001111110001101
Octal261237215

Shades and tints

Shades of #B19F8D

#B19F8D
(177,159,141)
#A19181
(161,145,129)
#918375
(145,131,117)
#817569
(129,117,105)
#71675D
(113,103,93)
#615951
(97,89,81)
#514B45
(81,75,69)
#413D39
(65,61,57)
#312F2D
(49,47,45)
#212121
(33,33,33)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #B19F8D

#B19F8D
(177,159,141)
#B8A797
(184,167,151)
#BFAFA1
(191,175,161)
#C6B7AB
(198,183,171)
#CDBFB5
(205,191,181)
#D4C7BF
(212,199,191)
#DBCFC9
(219,207,201)
#E2D7D3
(226,215,211)
#E9DFDD
(233,223,221)
#F0E7E7
(240,231,231)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19F8D color. Also use rgb(177,159,141) instead hex code.

Text Font Color

.myTextColor { color: #B19F8D; }

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

This text font color is #B19F8D.


Background Color

.myBgColor { background-color: #B19F8D; }

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

This div background color is #B19F8D.


Border color

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

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

This div border color is #B19F8D.


Opacity

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

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

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

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

This text has shadow with #B19F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19F8D on black background.


Color preview on white background

This text has color #B19F8D on white background.



Black color preview on #B19F8D background

This text has black color on #B19F8D background.


White color preview on #B19F8D background

This text has white color on #B19F8D background.