COLOR #B19F4E

HEX: #B19F4E
RGB: (177,159,78)

Color info

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

RGB color model

#B19F4E color RGB value is (177,159,78).

  • red value is 177;
  • green value is 159;
  • blue value is 78.
RGB:
(177,159,78)
(69%,62%,31%)

RGB channels and saturation

R 177 of 255 = 69%
G 159 of 255 = 62%
B 78 of 255 = 31%

177
159
78

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

Portions of RGB colors in percentages

R + G + B =
177 + 159 + 78 = 414 (100%)
R 177 of 414 ~ 42.75%
G 159 of 414 ~ 38.41%
B 78 of 414 ~ 18.84%

%42.75
%38.41
%18.84

CMYK color model

#B19F4E color CMYK value is (0,10,56,31).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 55.93%
  • key color value is 30.59%
CMYK:
(0,10,56,31)
C0M10Y56K31 
(0%,10%,56%,31%)
(0.00/0.10/0.56/0.31)	

CMYK percentages

%0
%10.17
%55.93
%30.59

Codes

Color #B19F4E in popluar color models

B19F4E
RGB17715978
HSL49°38.82%50.00%
HSB/HSV49°55.93%69.41%
CMYK0.00%10.17%55.93%
30.59%

Color #B19F4E in popluar number systems.

HEXB19F4E
Decimal17715978
Binary10110001100111111001110
Octal261237116

Shades and tints

Shades of #B19F4E

#B19F4E
(177,159,78)
#A19147
(161,145,71)
#918340
(145,131,64)
#817539
(129,117,57)
#716732
(113,103,50)
#61592B
(97,89,43)
#514B24
(81,75,36)
#413D1D
(65,61,29)
#312F16
(49,47,22)
#21210F
(33,33,15)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #B19F4E

#B19F4E
(177,159,78)
#B8A75E
(184,167,94)
#BFAF6E
(191,175,110)
#C6B77E
(198,183,126)
#CDBF8E
(205,191,142)
#D4C79E
(212,199,158)
#DBCFAE
(219,207,174)
#E2D7BE
(226,215,190)
#E9DFCE
(233,223,206)
#F0E7DE
(240,231,222)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19F4E color. Also use rgb(177,159,78) instead hex code.

Text Font Color

.myTextColor { color: #B19F4E; }

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

This text font color is #B19F4E.


Background Color

.myBgColor { background-color: #B19F4E; }

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

This div background color is #B19F4E.


Border color

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

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

This div border color is #B19F4E.


Opacity

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

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

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

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

This text has shadow with #B19F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19F4E on black background.


Color preview on white background

This text has color #B19F4E on white background.



Black color preview on #B19F4E background

This text has black color on #B19F4E background.


White color preview on #B19F4E background

This text has white color on #B19F4E background.