COLOR #B19884

HEX: #B19884 RGB: (177,152,132)

Color info

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

RGB color model

#B19884 color RGB value is (177,152,132).

RGB: (177,152,132) (69%, 60%, 52%)

RGB channels and saturation

R 177 of 255 = 69%
G 152 of 255 = 60%
B 132 of 255 = 52%

177
152
132

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

Portions of RGB colors in percentages

R + G + B = 177 + 152 + 132 = 461 (100%)
R 177 of 461 ~ 38.39%
G 152 of 461 ~ 32.97%
B 132 of 461 ~ 28.63'%

%38.39
%32.97
%28.63

CMYK color model

#B19884 color CMYK value is (0,14,25,31).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 25.42%
  • key color value is 30.59%

CMYK: (0,14,25,31)
C0M14Y25K31 (0%, 14%, 25%, 31%)
(0.00 / 0.14 / 0.25 / 0.31)

CMYK percentages

%0
%14.12
%25.42
%30.59

Codes

Color #B19884 in popluar color models

B1 98 84
RGB 177 152 132
HSL 27° 22.39% 60.59%
HSB/HSV 27° 25.42% 69.41%
CMYK 0.00% 14.12% 25.42%
30.59%

Color #B19884 in popluar number systems.

HEX B1 98 84
Decimal 177 152 132
Binary 10110001 10011000 10000100
Octal 261 230 204

Shades and tints

Shades of #B19884

#B19884
(177,152,132)
#A18B78
(161,139,120)
#917E6C
(145,126,108)
#817160
(129,113,96)
#716454
(113,100,84)
#615748
(97,87,72)
#514A3C
(81,74,60)
#413D30
(65,61,48)
#313024
(49,48,36)
#212318
(33,35,24)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #B19884

#B19884
(177,152,132)
#B8A18F
(184,161,143)
#BFAA9A
(191,170,154)
#C6B3A5
(198,179,165)
#CDBCB0
(205,188,176)
#D4C5BB
(212,197,187)
#DBCEC6
(219,206,198)
#E2D7D1
(226,215,209)
#E9E0DC
(233,224,220)
#F0E9E7
(240,233,231)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19884 color. Also use rgb(177,152,132) instead hex code.

Text Font Color

.myTextColor { color: #B19884; }

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

This text font color is #B19884.

Background Color

.myBgColor { background-color: #B19884; }

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

This div background color is #B19884.

Border color

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

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

This div border color is #B19884.

Opacity

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

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

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

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

This text has shadow with #B19884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19884.

Preview

Color preview on black background

This text has color #B19884 on black background.


Color preview on white background

This text has color #B19884 on white background.


Black color preview on #B19884 background

This text has black color on #B19884 background.


White color preview on #B19884 background

This text has white color on #B19884 background.


Related colors

Complementary color

Complementary color for #hex is #4E677B.


I love getcolorcode.com

Triadic colors

1 #84B198 and #9884B1 with #B19884 are triadic colors.

2 #8498B1 and #98B184 with #B19884 are triadic colors.