COLOR #B19384

HEX: #B19384 RGB: (177,147,132)

Color info

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

RGB color model

#B19384 color RGB value is (177,147,132).

RGB: (177,147,132) (69%, 58%, 52%)

RGB channels and saturation

R 177 of 255 = 69%
G 147 of 255 = 58%
B 132 of 255 = 52%

177
147
132

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

Portions of RGB colors in percentages

R + G + B = 177 + 147 + 132 = 456 (100%)
R 177 of 456 ~ 38.82%
G 147 of 456 ~ 32.24%
B 132 of 456 ~ 28.95'%

%38.82
%32.24
%28.95

CMYK color model

#B19384 color CMYK value is (0,17,25,31).

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

CMYK: (0,17,25,31)
C0M17Y25K31 (0%, 17%, 25%, 31%)
(0.00 / 0.17 / 0.25 / 0.31)

CMYK percentages

%0
%16.95
%25.42
%30.59

Codes

Color #B19384 in popluar color models

B1 93 84
RGB 177 147 132
HSL 20° 22.39% 60.59%
HSB/HSV 20° 25.42% 69.41%
CMYK 0.00% 16.95% 25.42%
30.59%

Color #B19384 in popluar number systems.

HEX B1 93 84
Decimal 177 147 132
Binary 10110001 10010011 10000100
Octal 261 223 204

Shades and tints

Shades of #B19384

#B19384
(177,147,132)
#A18678
(161,134,120)
#91796C
(145,121,108)
#816C60
(129,108,96)
#715F54
(113,95,84)
#615248
(97,82,72)
#51453C
(81,69,60)
#413830
(65,56,48)
#312B24
(49,43,36)
#211E18
(33,30,24)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #B19384

#B19384
(177,147,132)
#B89C8F
(184,156,143)
#BFA59A
(191,165,154)
#C6AEA5
(198,174,165)
#CDB7B0
(205,183,176)
#D4C0BB
(212,192,187)
#DBC9C6
(219,201,198)
#E2D2D1
(226,210,209)
#E9DBDC
(233,219,220)
#F0E4E7
(240,228,231)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19384; }

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

This text font color is #B19384.

Background Color

.myBgColor { background-color: #B19384; }

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

This div background color is #B19384.

Border color

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

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

This div border color is #B19384.

Opacity

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

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

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

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

This text has shadow with #B19384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19384.

Preview

Color preview on black background

This text has color #B19384 on black background.


Color preview on white background

This text has color #B19384 on white background.


Black color preview on #B19384 background

This text has black color on #B19384 background.


White color preview on #B19384 background

This text has white color on #B19384 background.


Related colors

Complementary color

Complementary color for #hex is #4E6C7B.


I love getcolorcode.com

Triadic colors

1 #84B193 and #9384B1 with #B19384 are triadic colors.

2 #8493B1 and #93B184 with #B19384 are triadic colors.