COLOR #B19E76

HEX: #B19E76
RGB: (177,158,118)

Color info

#B19E76 contains red, green and blue colors in about the same proportion. Web safe color of #B19E76 is #999966 (or #996).

RGB color model

#B19E76 color RGB value is (177,158,118).

  • red value is 177;
  • green value is 158;
  • blue value is 118.
RGB:
(177,158,118)
(69%,62%,46%)

RGB channels and saturation

R 177 of 255 = 69%
G 158 of 255 = 62%
B 118 of 255 = 46%

177
158
118

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

Portions of RGB colors in percentages

R + G + B =
177 + 158 + 118 = 453 (100%)
R 177 of 453 ~ 39.07%
G 158 of 453 ~ 34.88%
B 118 of 453 ~ 26.05%

%39.07
%34.88
%26.05

CMYK color model

#B19E76 color CMYK value is (0,11,33,31).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 33.33%
  • key color value is 30.59%
CMYK:
(0,11,33,31)
C0M11Y33K31 
(0%,11%,33%,31%)
(0.00/0.11/0.33/0.31)	

CMYK percentages

%0
%10.73
%33.33
%30.59

Codes

Color #B19E76 in popluar color models

B19E76
RGB177158118
HSL41°27.44%57.84%
HSB/HSV41°33.33%69.41%
CMYK0.00%10.73%33.33%
30.59%

Color #B19E76 in popluar number systems.

HEXB19E76
Decimal177158118
Binary10110001100111101110110
Octal261236166

Shades and tints

Shades of #B19E76

#B19E76
(177,158,118)
#A1906C
(161,144,108)
#918262
(145,130,98)
#817458
(129,116,88)
#71664E
(113,102,78)
#615844
(97,88,68)
#514A3A
(81,74,58)
#413C30
(65,60,48)
#312E26
(49,46,38)
#21201C
(33,32,28)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #B19E76

#B19E76
(177,158,118)
#B8A682
(184,166,130)
#BFAE8E
(191,174,142)
#C6B69A
(198,182,154)
#CDBEA6
(205,190,166)
#D4C6B2
(212,198,178)
#DBCEBE
(219,206,190)
#E2D6CA
(226,214,202)
#E9DED6
(233,222,214)
#F0E6E2
(240,230,226)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19E76; }

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

This text font color is #B19E76.


Background Color

.myBgColor { background-color: #B19E76; }

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

This div background color is #B19E76.


Border color

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

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

This div border color is #B19E76.


Opacity

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

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

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

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

This text has shadow with #B19E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19E76 on black background.


Color preview on white background

This text has color #B19E76 on white background.



Black color preview on #B19E76 background

This text has black color on #B19E76 background.


White color preview on #B19E76 background

This text has white color on #B19E76 background.