HEX: #BC854D
RGB: (188,133,77)
#BC854D contains mainly red and green colors. Web safe color of #BC854D is #CC9933 (or #C93).
#BC854D color RGB value is (188,133,77).
RGB: (188,133,77)
(74%, 52%, 30%)
R 188 of 255 = 74%
G 133 of 255 = 52%
B 77 of 255 = 30%
R + G + B ~ 52%. #BC854D is middle color (not dark and not light).
R + G + B = 188 + 133 + 77 = 398 (100%)
R 188 of 398 ~ 47.24%
G 133 of 398 ~ 33.42%
B 77 of 398 ~ 19.35'%
#BC854D color CMYK value is (0,29,59,26).
CMYK: (0,29,59,26)
C0M29Y59K26 (0%, 29%, 59%, 26%)
(0.00 / 0.29 / 0.59 / 0.26)
Color #BC854D in popluar color models
BC | 85 | 4D | |
---|---|---|---|
RGB | 188 | 133 | 77 |
HSL | 30° | 45.31% | 51.96% |
HSB/HSV | 30° | 59.04% | 73.73% |
CMYK | 0.00% | 29.26% | 59.04% |
26.27% |
Color #BC854D in popluar number systems.
HEX | BC | 85 | 4D |
Decimal | 188 | 133 | 77 |
Binary | 10111100 | 10000101 | 1001101 |
Octal | 274 | 205 | 115 |
Shades of #BC854D
Tints of #BC854D
Examples of css and html codes for elements with #BC854D color. Also use rgb(188,133,77) instead hex code.
.myTextColor { color: #BC854D; }
<p style="color:#BC854D">This sample text font color is #BC854D.</p>
This text font color is #BC854D.
.myBgColor { background-color: #BC854D; }
<div style="background-color:#BC854D">Inner text</div>
This div background color is #BC854D.
.myBorderColor { border: 1px solid #BC854D; }
<div style="border:3px solid #BC854D">Div</div>
This div border color is #BC854D.
.myOpacity80 { color: #BC854D; opacity: 0.8; }
<p style="color:#BC854D;opacity:0.8;">80%</p>
Text with #BC854D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC854D;}
<p style="text-shadow: 3px 3px 1px #BC854D">Text here.</p>
This text has shadow with #BC854D color.
.textShadow {text-shadow: 3px 3px 1px #BC854D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC854D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC854D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC854D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC854D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC854D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC854D;
-webkit-box-shadow: 1px 1px 3px 2px #BC854D;
box-shadow: 1px 1px 3px 2px #BC854D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC854D; -webkit-box-shadow: 1px 1px 3px 2px #BC854D; box-shadow:1px 1px 3px 2px #BC854D;">
Div content here
</div>
This text has color #BC854D on black background.
This text has color #BC854D on white background.
This text has black color on #BC854D background.
This text has white color on #BC854D background.
Complementary color for #hex is #437AB2.