HEX: #BC6D46
RGB: (188,109,70)
#BC6D46 contains mainly red color. Web safe color of #BC6D46 is #CC6633 (or #C63).
#BC6D46 color RGB value is (188,109,70).
RGB: (188,109,70)
(74%, 43%, 27%)
R 188 of 255 = 74%
G 109 of 255 = 43%
B 70 of 255 = 27%
R + G + B ~ 48%. #BC6D46 is middle color (not dark and not light).
R + G + B = 188 + 109 + 70 = 367 (100%)
R 188 of 367 ~ 51.23%
G 109 of 367 ~ 29.7%
B 70 of 367 ~ 19.07'%
#BC6D46 color CMYK value is (0,42,63,26).
CMYK: (0,42,63,26)
C0M42Y63K26 (0%, 42%, 63%, 26%)
(0.00 / 0.42 / 0.63 / 0.26)
Color #BC6D46 in popluar color models
BC | 6D | 46 | |
---|---|---|---|
RGB | 188 | 109 | 70 |
HSL | 20° | 46.83% | 50.59% |
HSB/HSV | 20° | 62.77% | 73.73% |
CMYK | 0.00% | 42.02% | 62.77% |
26.27% |
Color #BC6D46 in popluar number systems.
HEX | BC | 6D | 46 |
Decimal | 188 | 109 | 70 |
Binary | 10111100 | 1101101 | 1000110 |
Octal | 274 | 155 | 106 |
Shades of #BC6D46
Tints of #BC6D46
Examples of css and html codes for elements with #BC6D46 color. Also use rgb(188,109,70) instead hex code.
.myTextColor { color: #BC6D46; }
<p style="color:#BC6D46">This sample text font color is #BC6D46.</p>
This text font color is #BC6D46.
.myBgColor { background-color: #BC6D46; }
<div style="background-color:#BC6D46">Inner text</div>
This div background color is #BC6D46.
.myBorderColor { border: 1px solid #BC6D46; }
<div style="border:3px solid #BC6D46">Div</div>
This div border color is #BC6D46.
.myOpacity80 { color: #BC6D46; opacity: 0.8; }
<p style="color:#BC6D46;opacity:0.8;">80%</p>
Text with #BC6D46 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC6D46;}
<p style="text-shadow: 3px 3px 1px #BC6D46">Text here.</p>
This text has shadow with #BC6D46 color.
.textShadow {text-shadow: 3px 3px 1px #BC6D46', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC6D46, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC6D46 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC6D46, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC6D46, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC6D46 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC6D46;
-webkit-box-shadow: 1px 1px 3px 2px #BC6D46;
box-shadow: 1px 1px 3px 2px #BC6D46;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC6D46; -webkit-box-shadow: 1px 1px 3px 2px #BC6D46; box-shadow:1px 1px 3px 2px #BC6D46;">
Div content here
</div>
This text has color #BC6D46 on black background.
This text has color #BC6D46 on white background.
This text has black color on #BC6D46 background.
This text has white color on #BC6D46 background.
Complementary color for #hex is #4392B9.