HEX: #B19340
RGB: (177,147,64)
#B19340 contains mainly red and green colors. Web safe color of #B19340 is #999933 (or #993).
#B19340 color RGB value is (177,147,64).
RGB: (177,147,64)
(69%, 58%, 25%)
R 177 of 255 = 69%
G 147 of 255 = 58%
B 64 of 255 = 25%
R + G + B ~ 51%. #B19340 is middle color (not dark and not light).
R + G + B = 177 + 147 + 64 = 388 (100%)
R 177 of 388 ~ 45.62%
G 147 of 388 ~ 37.89%
B 64 of 388 ~ 16.49'%
#B19340 color CMYK value is (0,17,64,31).
CMYK: (0,17,64,31)
C0M17Y64K31 (0%, 17%, 64%, 31%)
(0.00 / 0.17 / 0.64 / 0.31)
Color #B19340 in popluar color models
B1 | 93 | 40 | |
---|---|---|---|
RGB | 177 | 147 | 64 |
HSL | 44° | 46.89% | 47.25% |
HSB/HSV | 44° | 63.84% | 69.41% |
CMYK | 0.00% | 16.95% | 63.84% |
30.59% |
Color #B19340 in popluar number systems.
HEX | B1 | 93 | 40 |
Decimal | 177 | 147 | 64 |
Binary | 10110001 | 10010011 | 1000000 |
Octal | 261 | 223 | 100 |
Shades of #B19340
Tints of #B19340
Examples of css and html codes for elements with #B19340 color. Also use rgb(177,147,64) instead hex code.
.myTextColor { color: #B19340; }
<p style="color:#B19340">This sample text font color is #B19340.</p>
This text font color is #B19340.
.myBgColor { background-color: #B19340; }
<div style="background-color:#B19340">Inner text</div>
This div background color is #B19340.
.myBorderColor { border: 1px solid #B19340; }
<div style="border:3px solid #B19340">Div</div>
This div border color is #B19340.
.myOpacity80 { color: #B19340; opacity: 0.8; }
<p style="color:#B19340;opacity:0.8;">80%</p>
Text with #B19340 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B19340;}
<p style="text-shadow: 3px 3px 1px #B19340">Text here.</p>
This text has shadow with #B19340 color.
.textShadow {text-shadow: 3px 3px 1px #B19340', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B19340, 5px 5px 20px red">Text here.</p>
This text has shadow with #B19340 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B19340, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B19340, Direction=45, Strength=4)">Text</p>
This text has shadow with #B19340 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B19340;
-webkit-box-shadow: 1px 1px 3px 2px #B19340;
box-shadow: 1px 1px 3px 2px #B19340;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B19340; -webkit-box-shadow: 1px 1px 3px 2px #B19340; box-shadow:1px 1px 3px 2px #B19340;">
Div content here
</div>
This text has color #B19340 on black background.
This text has color #B19340 on white background.
This text has black color on #B19340 background.
This text has white color on #B19340 background.
Complementary color for #hex is #4E6CBF.