COLOR #B19C8D

HEX: #B19C8D RGB: (177,156,141)

Color info

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

RGB color model

#B19C8D color RGB value is (177,156,141).

RGB: (177,156,141) (69%, 61%, 55%)

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 141 of 255 = 55%

177
156
141

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

Portions of RGB colors in percentages

R + G + B = 177 + 156 + 141 = 474 (100%)
R 177 of 474 ~ 37.34%
G 156 of 474 ~ 32.91%
B 141 of 474 ~ 29.75'%

%37.34
%32.91
%29.75

CMYK color model

#B19C8D color CMYK value is (0,12,20,31).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 20.34%
  • key color value is 30.59%

CMYK: (0,12,20,31)
C0M12Y20K31 (0%, 12%, 20%, 31%)
(0.00 / 0.12 / 0.20 / 0.31)

CMYK percentages

%0
%11.86
%20.34
%30.59

Codes

Color #B19C8D in popluar color models

B1 9C 8D
RGB 177 156 141
HSL 25° 18.75% 62.35%
HSB/HSV 25° 20.34% 69.41%
CMYK 0.00% 11.86% 20.34%
30.59%

Color #B19C8D in popluar number systems.

HEX B1 9C 8D
Decimal 177 156 141
Binary 10110001 10011100 10001101
Octal 261 234 215

Shades and tints

Shades of #B19C8D

#B19C8D
(177,156,141)
#A18E81
(161,142,129)
#918075
(145,128,117)
#817269
(129,114,105)
#71645D
(113,100,93)
#615651
(97,86,81)
#514845
(81,72,69)
#413A39
(65,58,57)
#312C2D
(49,44,45)
#211E21
(33,30,33)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #B19C8D

#B19C8D
(177,156,141)
#B8A597
(184,165,151)
#BFAEA1
(191,174,161)
#C6B7AB
(198,183,171)
#CDC0B5
(205,192,181)
#D4C9BF
(212,201,191)
#DBD2C9
(219,210,201)
#E2DBD3
(226,219,211)
#E9E4DD
(233,228,221)
#F0EDE7
(240,237,231)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19C8D; }

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

This text font color is #B19C8D.

Background Color

.myBgColor { background-color: #B19C8D; }

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

This div background color is #B19C8D.

Border color

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

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

This div border color is #B19C8D.

Opacity

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

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

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

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

This text has shadow with #B19C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19C8D.

Preview

Color preview on black background

This text has color #B19C8D on black background.


Color preview on white background

This text has color #B19C8D on white background.


Black color preview on #B19C8D background

This text has black color on #B19C8D background.


White color preview on #B19C8D background

This text has white color on #B19C8D background.


Related colors

Complementary color

Complementary color for #hex is #4E6372.


I love getcolorcode.com

Triadic colors

1 #8DB19C and #9C8DB1 with #B19C8D are triadic colors.

2 #8D9CB1 and #9CB18D with #B19C8D are triadic colors.