COLOR #B19376

HEX: #B19376
RGB: (177,147,118)

Color info

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

RGB color model

#B19376 color RGB value is (177,147,118).

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

RGB channels and saturation

R 177 of 255 = 69%
G 147 of 255 = 58%
B 118 of 255 = 46%

177
147
118

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

Portions of RGB colors in percentages

R + G + B =
177 + 147 + 118 = 442 (100%)
R 177 of 442 ~ 40.05%
G 147 of 442 ~ 33.26%
B 118 of 442 ~ 26.7%

%40.05
%33.26
%26.7

CMYK color model

#B19376 color CMYK value is (0,17,33,31).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 33.33%
  • key color value is 30.59%
CMYK:
(0,17,33,31)
C0M17Y33K31 
(0%,17%,33%,31%)
(0.00/0.17/0.33/0.31)	

CMYK percentages

%0
%16.95
%33.33
%30.59

Codes

Color #B19376 in popluar color models

B19376
RGB177147118
HSL29°27.44%57.84%
HSB/HSV29°33.33%69.41%
CMYK0.00%16.95%33.33%
30.59%

Color #B19376 in popluar number systems.

HEXB19376
Decimal177147118
Binary10110001100100111110110
Octal261223166

Shades and tints

Shades of #B19376

#B19376
(177,147,118)
#A1866C
(161,134,108)
#917962
(145,121,98)
#816C58
(129,108,88)
#715F4E
(113,95,78)
#615244
(97,82,68)
#51453A
(81,69,58)
#413830
(65,56,48)
#312B26
(49,43,38)
#211E1C
(33,30,28)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #B19376

#B19376
(177,147,118)
#B89C82
(184,156,130)
#BFA58E
(191,165,142)
#C6AE9A
(198,174,154)
#CDB7A6
(205,183,166)
#D4C0B2
(212,192,178)
#DBC9BE
(219,201,190)
#E2D2CA
(226,210,202)
#E9DBD6
(233,219,214)
#F0E4E2
(240,228,226)
#F7EDEE
(247,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19376; }

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

This text font color is #B19376.


Background Color

.myBgColor { background-color: #B19376; }

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

This div background color is #B19376.


Border color

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

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

This div border color is #B19376.


Opacity

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

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

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

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

This text has shadow with #B19376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19376 on black background.


Color preview on white background

This text has color #B19376 on white background.



Black color preview on #B19376 background

This text has black color on #B19376 background.


White color preview on #B19376 background

This text has white color on #B19376 background.