COLOR #B19D89

HEX: #B19D89 RGB: (177,157,137)

Color info

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

RGB color model

#B19D89 color RGB value is (177,157,137).

RGB: (177,157,137) (69%, 62%, 54%)

RGB channels and saturation

R 177 of 255 = 69%
G 157 of 255 = 62%
B 137 of 255 = 54%

177
157
137

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

Portions of RGB colors in percentages

R + G + B = 177 + 157 + 137 = 471 (100%)
R 177 of 471 ~ 37.58%
G 157 of 471 ~ 33.33%
B 137 of 471 ~ 29.09'%

%37.58
%33.33
%29.09

CMYK color model

#B19D89 color CMYK value is (0,11,23,31).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 22.60%
  • key color value is 30.59%

CMYK: (0,11,23,31)
C0M11Y23K31 (0%, 11%, 23%, 31%)
(0.00 / 0.11 / 0.23 / 0.31)

CMYK percentages

%0
%11.3
%22.6
%30.59

Codes

Color #B19D89 in popluar color models

B1 9D 89
RGB 177 157 137
HSL 30° 20.41% 61.57%
HSB/HSV 30° 22.60% 69.41%
CMYK 0.00% 11.30% 22.60%
30.59%

Color #B19D89 in popluar number systems.

HEX B1 9D 89
Decimal 177 157 137
Binary 10110001 10011101 10001001
Octal 261 235 211

Shades and tints

Shades of #B19D89

#B19D89
(177,157,137)
#A18F7D
(161,143,125)
#918171
(145,129,113)
#817365
(129,115,101)
#716559
(113,101,89)
#61574D
(97,87,77)
#514941
(81,73,65)
#413B35
(65,59,53)
#312D29
(49,45,41)
#211F1D
(33,31,29)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #B19D89

#B19D89
(177,157,137)
#B8A593
(184,165,147)
#BFAD9D
(191,173,157)
#C6B5A7
(198,181,167)
#CDBDB1
(205,189,177)
#D4C5BB
(212,197,187)
#DBCDC5
(219,205,197)
#E2D5CF
(226,213,207)
#E9DDD9
(233,221,217)
#F0E5E3
(240,229,227)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19D89 color. Also use rgb(177,157,137) instead hex code.

Text Font Color

.myTextColor { color: #B19D89; }

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

This text font color is #B19D89.

Background Color

.myBgColor { background-color: #B19D89; }

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

This div background color is #B19D89.

Border color

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

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

This div border color is #B19D89.

Opacity

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

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

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

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

This text has shadow with #B19D89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19D89.

Preview

Color preview on black background

This text has color #B19D89 on black background.


Color preview on white background

This text has color #B19D89 on white background.


Black color preview on #B19D89 background

This text has black color on #B19D89 background.


White color preview on #B19D89 background

This text has white color on #B19D89 background.


Related colors

Complementary color

Complementary color for #hex is #4E6276.


I love getcolorcode.com

Triadic colors

1 #89B19D and #9D89B1 with #B19D89 are triadic colors.

2 #899DB1 and #9DB189 with #B19D89 are triadic colors.