COLOR #B19083

HEX: #B19083 RGB: (177,144,131)

Color info

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

RGB color model

#B19083 color RGB value is (177,144,131).

RGB: (177,144,131) (69%, 56%, 51%)

RGB channels and saturation

R 177 of 255 = 69%
G 144 of 255 = 56%
B 131 of 255 = 51%

177
144
131

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

Portions of RGB colors in percentages

R + G + B = 177 + 144 + 131 = 452 (100%)
R 177 of 452 ~ 39.16%
G 144 of 452 ~ 31.86%
B 131 of 452 ~ 28.98'%

%39.16
%31.86
%28.98

CMYK color model

#B19083 color CMYK value is (0,19,26,31).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 25.99%
  • key color value is 30.59%

CMYK: (0,19,26,31)
C0M19Y26K31 (0%, 19%, 26%, 31%)
(0.00 / 0.19 / 0.26 / 0.31)

CMYK percentages

%0
%18.64
%25.99
%30.59

Codes

Color #B19083 in popluar color models

B1 90 83
RGB 177 144 131
HSL 17° 22.77% 60.39%
HSB/HSV 17° 25.99% 69.41%
CMYK 0.00% 18.64% 25.99%
30.59%

Color #B19083 in popluar number systems.

HEX B1 90 83
Decimal 177 144 131
Binary 10110001 10010000 10000011
Octal 261 220 203

Shades and tints

Shades of #B19083

#B19083
(177,144,131)
#A18378
(161,131,120)
#91766D
(145,118,109)
#816962
(129,105,98)
#715C57
(113,92,87)
#614F4C
(97,79,76)
#514241
(81,66,65)
#413536
(65,53,54)
#31282B
(49,40,43)
#211B20
(33,27,32)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #B19083

#B19083
(177,144,131)
#B89A8E
(184,154,142)
#BFA499
(191,164,153)
#C6AEA4
(198,174,164)
#CDB8AF
(205,184,175)
#D4C2BA
(212,194,186)
#DBCCC5
(219,204,197)
#E2D6D0
(226,214,208)
#E9E0DB
(233,224,219)
#F0EAE6
(240,234,230)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19083 color. Also use rgb(177,144,131) instead hex code.

Text Font Color

.myTextColor { color: #B19083; }

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

This text font color is #B19083.

Background Color

.myBgColor { background-color: #B19083; }

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

This div background color is #B19083.

Border color

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

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

This div border color is #B19083.

Opacity

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

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

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

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

This text has shadow with #B19083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19083.

Preview

Color preview on black background

This text has color #B19083 on black background.


Color preview on white background

This text has color #B19083 on white background.


Black color preview on #B19083 background

This text has black color on #B19083 background.


White color preview on #B19083 background

This text has white color on #B19083 background.


Related colors

Complementary color

Complementary color for #hex is #4E6F7C.


I love getcolorcode.com

Triadic colors

1 #83B190 and #9083B1 with #B19083 are triadic colors.

2 #8390B1 and #90B183 with #B19083 are triadic colors.