HEX: #BC7072
RGB: (188,112,114)
#BC7072 contains mainly red color. Web safe color of #BC7072 is #CC6666 (or #C66).
#BC7072 color RGB value is (188,112,114).
RGB: (188,112,114)
(74%, 44%, 45%)
R 188 of 255 = 74%
G 112 of 255 = 44%
B 114 of 255 = 45%
R + G + B ~ 54%. #BC7072 is middle color (not dark and not light).
R + G + B = 188 + 112 + 114 = 414 (100%)
R 188 of 414 ~ 45.41%
G 112 of 414 ~ 27.05%
B 114 of 414 ~ 27.54'%
#BC7072 color CMYK value is (0,40,39,26).
CMYK: (0,40,39,26)
C0M40Y39K26 (0%, 40%, 39%, 26%)
(0.00 / 0.40 / 0.39 / 0.26)
Color #BC7072 in popluar color models
BC | 70 | 72 | |
---|---|---|---|
RGB | 188 | 112 | 114 |
HSL | 358° | 36.19% | 58.82% |
HSB/HSV | 358° | 40.43% | 73.73% |
CMYK | 0.00% | 40.43% | 39.36% |
26.27% |
Color #BC7072 in popluar number systems.
HEX | BC | 70 | 72 |
Decimal | 188 | 112 | 114 |
Binary | 10111100 | 1110000 | 1110010 |
Octal | 274 | 160 | 162 |
Shades of #BC7072
Tints of #BC7072
Examples of css and html codes for elements with #BC7072 color. Also use rgb(188,112,114) instead hex code.
.myTextColor { color: #BC7072; }
<p style="color:#BC7072">This sample text font color is #BC7072.</p>
This text font color is #BC7072.
.myBgColor { background-color: #BC7072; }
<div style="background-color:#BC7072">Inner text</div>
This div background color is #BC7072.
.myBorderColor { border: 1px solid #BC7072; }
<div style="border:3px solid #BC7072">Div</div>
This div border color is #BC7072.
.myOpacity80 { color: #BC7072; opacity: 0.8; }
<p style="color:#BC7072;opacity:0.8;">80%</p>
Text with #BC7072 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC7072;}
<p style="text-shadow: 3px 3px 1px #BC7072">Text here.</p>
This text has shadow with #BC7072 color.
.textShadow {text-shadow: 3px 3px 1px #BC7072', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC7072, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC7072 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC7072, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC7072, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC7072 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC7072;
-webkit-box-shadow: 1px 1px 3px 2px #BC7072;
box-shadow: 1px 1px 3px 2px #BC7072;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC7072; -webkit-box-shadow: 1px 1px 3px 2px #BC7072; box-shadow:1px 1px 3px 2px #BC7072;">
Div content here
</div>
This text has color #BC7072 on black background.
This text has color #BC7072 on white background.
This text has black color on #BC7072 background.
This text has white color on #BC7072 background.
Complementary color for #hex is #438F8D.