COLOR #B19E83

HEX: #B19E83 RGB: (177,158,131)

Color info

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

RGB color model

#B19E83 color RGB value is (177,158,131).

RGB: (177,158,131) (69%, 62%, 51%)

RGB channels and saturation

R 177 of 255 = 69%
G 158 of 255 = 62%
B 131 of 255 = 51%

177
158
131

R + G + B ~ 61%. #B19E83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 158 + 131 = 466 (100%)
R 177 of 466 ~ 37.98%
G 158 of 466 ~ 33.91%
B 131 of 466 ~ 28.11'%

%37.98
%33.91
%28.11

CMYK color model

#B19E83 color CMYK value is (0,11,26,31).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 25.99%
  • key color value is 30.59%
CMYK: (0,11,26,31) C0M11Y26K31 (0%,11%,26%,31%) (0.00/0.11/0.26/0.31) 

CMYK percentages

%0
%10.73
%25.99
%30.59

Codes

Color #B19E83 in popluar color models

B1 9E 83
RGB 177 158 131
HSL 35° 22.77% 60.39%
HSB/HSV 35° 25.99% 69.41%
CMYK 0.00% 10.73% 25.99%
30.59%

Color #B19E83 in popluar number systems.

HEX B1 9E 83
Decimal 177 158 131
Binary 10110001 10011110 10000011
Octal 261 236 203

Shades and tints

Shades of #B19E83

#B19E83
(177,158,131)
#A19078
(161,144,120)
#91826D
(145,130,109)
#817462
(129,116,98)
#716657
(113,102,87)
#61584C
(97,88,76)
#514A41
(81,74,65)
#413C36
(65,60,54)
#312E2B
(49,46,43)
#212020
(33,32,32)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #B19E83

#B19E83
(177,158,131)
#B8A68E
(184,166,142)
#BFAE99
(191,174,153)
#C6B6A4
(198,182,164)
#CDBEAF
(205,190,175)
#D4C6BA
(212,198,186)
#DBCEC5
(219,206,197)
#E2D6D0
(226,214,208)
#E9DEDB
(233,222,219)
#F0E6E6
(240,230,230)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19E83; }

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

This text font color is #B19E83.

Background Color

.myBgColor { background-color: #B19E83; }

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

This div background color is #B19E83.

Border color

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

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

This div border color is #B19E83.

Opacity

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

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

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

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

This text has shadow with #B19E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19E83.

Preview

Color preview on black background

This text has color #B19E83 on black background.


Color preview on white background

This text has color #B19E83 on white background.


Black color preview on #B19E83 background

This text has black color on #B19E83 background.


White color preview on #B19E83 background

This text has white color on #B19E83 background.


Related colors

Complementary color

Complementary color for #hex is #4E617C.


I love getcolorcode.com

Triadic colors

1 #83B19E and #9E83B1 with #B19E83 are triadic colors.

2 #839EB1 and #9EB183 with #B19E83 are triadic colors.