HEX: #BC624D
RGB: (188,98,77)
#BC624D contains mainly red color. Web safe color of #BC624D is #CC6633 (or #C63).
#BC624D color RGB value is (188,98,77).
RGB: (188,98,77)
(74%, 38%, 30%)
R 188 of 255 = 74%
G 98 of 255 = 38%
B 77 of 255 = 30%
R + G + B ~ 47%. #BC624D is middle color (not dark and not light).
R + G + B = 188 + 98 + 77 = 363 (100%)
R 188 of 363 ~ 51.79%
G 98 of 363 ~ 27%
B 77 of 363 ~ 21.21'%
#BC624D color CMYK value is (0,48,59,26).
CMYK: (0,48,59,26)
C0M48Y59K26 (0%, 48%, 59%, 26%)
(0.00 / 0.48 / 0.59 / 0.26)
Color #BC624D in popluar color models
BC | 62 | 4D | |
---|---|---|---|
RGB | 188 | 98 | 77 |
HSL | 11° | 45.31% | 51.96% |
HSB/HSV | 11° | 59.04% | 73.73% |
CMYK | 0.00% | 47.87% | 59.04% |
26.27% |
Color #BC624D in popluar number systems.
HEX | BC | 62 | 4D |
Decimal | 188 | 98 | 77 |
Binary | 10111100 | 1100010 | 1001101 |
Octal | 274 | 142 | 115 |
Shades of #BC624D
Tints of #BC624D
Examples of css and html codes for elements with #BC624D color. Also use rgb(188,98,77) instead hex code.
.myTextColor { color: #BC624D; }
<p style="color:#BC624D">This sample text font color is #BC624D.</p>
This text font color is #BC624D.
.myBgColor { background-color: #BC624D; }
<div style="background-color:#BC624D">Inner text</div>
This div background color is #BC624D.
.myBorderColor { border: 1px solid #BC624D; }
<div style="border:3px solid #BC624D">Div</div>
This div border color is #BC624D.
.myOpacity80 { color: #BC624D; opacity: 0.8; }
<p style="color:#BC624D;opacity:0.8;">80%</p>
Text with #BC624D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC624D;}
<p style="text-shadow: 3px 3px 1px #BC624D">Text here.</p>
This text has shadow with #BC624D color.
.textShadow {text-shadow: 3px 3px 1px #BC624D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC624D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC624D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC624D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC624D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC624D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC624D;
-webkit-box-shadow: 1px 1px 3px 2px #BC624D;
box-shadow: 1px 1px 3px 2px #BC624D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC624D; -webkit-box-shadow: 1px 1px 3px 2px #BC624D; box-shadow:1px 1px 3px 2px #BC624D;">
Div content here
</div>
This text has color #BC624D on black background.
This text has color #BC624D on white background.
This text has black color on #BC624D background.
This text has white color on #BC624D background.
Complementary color for #hex is #439DB2.