COLOR #B19882

HEX: #B19882 RGB: (177,152,130)

Color info

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

RGB color model

#B19882 color RGB value is (177,152,130).

RGB: (177,152,130) (69%, 60%, 51%)

RGB channels and saturation

R 177 of 255 = 69%
G 152 of 255 = 60%
B 130 of 255 = 51%

177
152
130

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

Portions of RGB colors in percentages

R + G + B = 177 + 152 + 130 = 459 (100%)
R 177 of 459 ~ 38.56%
G 152 of 459 ~ 33.12%
B 130 of 459 ~ 28.32'%

%38.56
%33.12
%28.32

CMYK color model

#B19882 color CMYK value is (0,14,27,31).

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

CMYK: (0,14,27,31)
C0M14Y27K31 (0%, 14%, 27%, 31%)
(0.00 / 0.14 / 0.27 / 0.31)

CMYK percentages

%0
%14.12
%26.55
%30.59

Codes

Color #B19882 in popluar color models

B1 98 82
RGB 177 152 130
HSL 28° 23.15% 60.20%
HSB/HSV 28° 26.55% 69.41%
CMYK 0.00% 14.12% 26.55%
30.59%

Color #B19882 in popluar number systems.

HEX B1 98 82
Decimal 177 152 130
Binary 10110001 10011000 10000010
Octal 261 230 202

Shades and tints

Shades of #B19882

#B19882
(177,152,130)
#A18B77
(161,139,119)
#917E6C
(145,126,108)
#817161
(129,113,97)
#716456
(113,100,86)
#61574B
(97,87,75)
#514A40
(81,74,64)
#413D35
(65,61,53)
#31302A
(49,48,42)
#21231F
(33,35,31)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #B19882

#B19882
(177,152,130)
#B8A18D
(184,161,141)
#BFAA98
(191,170,152)
#C6B3A3
(198,179,163)
#CDBCAE
(205,188,174)
#D4C5B9
(212,197,185)
#DBCEC4
(219,206,196)
#E2D7CF
(226,215,207)
#E9E0DA
(233,224,218)
#F0E9E5
(240,233,229)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19882; }

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

This text font color is #B19882.

Background Color

.myBgColor { background-color: #B19882; }

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

This div background color is #B19882.

Border color

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

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

This div border color is #B19882.

Opacity

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

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

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

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

This text has shadow with #B19882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19882.

Preview

Color preview on black background

This text has color #B19882 on black background.


Color preview on white background

This text has color #B19882 on white background.


Black color preview on #B19882 background

This text has black color on #B19882 background.


White color preview on #B19882 background

This text has white color on #B19882 background.


Related colors

Complementary color

Complementary color for #hex is #4E677D.


I love getcolorcode.com

Triadic colors

1 #82B198 and #9882B1 with #B19882 are triadic colors.

2 #8298B1 and #98B182 with #B19882 are triadic colors.