COLOR #B19E74

HEX: #B19E74
RGB: (177,158,116)

Color info

#B19E74 contains mainly red and green colors. Web safe color of #B19E74 is #999966 (or #996).

RGB color model

#B19E74 color RGB value is (177,158,116).

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

RGB channels and saturation

R 177 of 255 = 69%
G 158 of 255 = 62%
B 116 of 255 = 45%

177
158
116

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

Portions of RGB colors in percentages

R + G + B =
177 + 158 + 116 = 451 (100%)
R 177 of 451 ~ 39.25%
G 158 of 451 ~ 35.03%
B 116 of 451 ~ 25.72%

%39.25
%35.03
%25.72

CMYK color model

#B19E74 color CMYK value is (0,11,34,31).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 34.46%
  • key color value is 30.59%
CMYK:
(0,11,34,31)
C0M11Y34K31 
(0%,11%,34%,31%)
(0.00/0.11/0.34/0.31)	

CMYK percentages

%0
%10.73
%34.46
%30.59

Codes

Color #B19E74 in popluar color models

B19E74
RGB177158116
HSL41°28.11%57.45%
HSB/HSV41°34.46%69.41%
CMYK0.00%10.73%34.46%
30.59%

Color #B19E74 in popluar number systems.

HEXB19E74
Decimal177158116
Binary10110001100111101110100
Octal261236164

Shades and tints

Shades of #B19E74

#B19E74
(177,158,116)
#A1906A
(161,144,106)
#918260
(145,130,96)
#817456
(129,116,86)
#71664C
(113,102,76)
#615842
(97,88,66)
#514A38
(81,74,56)
#413C2E
(65,60,46)
#312E24
(49,46,36)
#21201A
(33,32,26)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #B19E74

#B19E74
(177,158,116)
#B8A680
(184,166,128)
#BFAE8C
(191,174,140)
#C6B698
(198,182,152)
#CDBEA4
(205,190,164)
#D4C6B0
(212,198,176)
#DBCEBC
(219,206,188)
#E2D6C8
(226,214,200)
#E9DED4
(233,222,212)
#F0E6E0
(240,230,224)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19E74; }

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

This text font color is #B19E74.


Background Color

.myBgColor { background-color: #B19E74; }

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

This div background color is #B19E74.


Border color

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

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

This div border color is #B19E74.


Opacity

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

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

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

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

This text has shadow with #B19E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19E74 on black background.


Color preview on white background

This text has color #B19E74 on white background.



Black color preview on #B19E74 background

This text has black color on #B19E74 background.


White color preview on #B19E74 background

This text has white color on #B19E74 background.