HEX: #BC7487
RGB: (188,116,135)
#BC7487 contains mainly red and blue colors. Web safe color of #BC7487 is #CC6699 (or #C69).
#BC7487 color RGB value is (188,116,135).
RGB: (188,116,135)
(74%, 45%, 53%)
R 188 of 255 = 74%
G 116 of 255 = 45%
B 135 of 255 = 53%
R + G + B ~ 57%. #BC7487 is middle color (not dark and not light).
R + G + B = 188 + 116 + 135 = 439 (100%)
R 188 of 439 ~ 42.82%
G 116 of 439 ~ 26.42%
B 135 of 439 ~ 30.75'%
#BC7487 color CMYK value is (0,38,28,26).
CMYK: (0,38,28,26) C0M38Y28K26 (0%,38%,28%,26%) (0.00/0.38/0.28/0.26)
Color #BC7487 in popluar color models
BC | 74 | 87 | |
---|---|---|---|
RGB | 188 | 116 | 135 |
HSL | 344° | 34.95% | 59.61% |
HSB/HSV | 344° | 38.30% | 73.73% |
CMYK | 0.00% | 38.30% | 28.19% |
26.27% |
Color #BC7487 in popluar number systems.
HEX | BC | 74 | 87 |
Decimal | 188 | 116 | 135 |
Binary | 10111100 | 1110100 | 10000111 |
Octal | 274 | 164 | 207 |
Shades of #BC7487
Tints of #BC7487
Examples of css and html codes for elements with #BC7487 color. Also use rgb(188,116,135) instead hex code.
.myTextColor { color: #BC7487; }
<p style="color:#BC7487">This sample text font color is #BC7487.</p>
This text font color is #BC7487.
.myBgColor { background-color: #BC7487; }
<div style="background-color:#BC7487">Inner text</div>
This div background color is #BC7487.
.myBorderColor { border: 1px solid #BC7487; }
<div style="border:3px solid #BC7487">Div</div>
This div border color is #BC7487.
.myOpacity80 { color: #BC7487; opacity: 0.8; }
<p style="color:#BC7487;opacity:0.8;">80%</p>
Text with #BC7487 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC7487;}
<p style="text-shadow: 3px 3px 1px #BC7487">Text here.</p>
This text has shadow with #BC7487 color.
.textShadow {text-shadow: 3px 3px 1px #BC7487', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC7487, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC7487 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC7487, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC7487, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC7487 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC7487;
-webkit-box-shadow: 1px 1px 3px 2px #BC7487;
box-shadow: 1px 1px 3px 2px #BC7487;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC7487; -webkit-box-shadow: 1px 1px 3px 2px #BC7487; box-shadow:1px 1px 3px 2px #BC7487;">
Div content here
</div>
This text has color #BC7487 on black background.
This text has color #BC7487 on white background.
This text has black color on #BC7487 background.
This text has white color on #BC7487 background.
Complementary color for #hex is #438B78.