HEX: #BC4E6A
RGB: (188,78,106)
#BC4E6A contains mainly red color. Web safe color of #BC4E6A is #CC6666 (or #C66).
#BC4E6A color RGB value is (188,78,106).
RGB: (188,78,106)
(74%, 31%, 42%)
R 188 of 255 = 74%
G 78 of 255 = 31%
B 106 of 255 = 42%
R + G + B ~ 49%. #BC4E6A is middle color (not dark and not light).
R + G + B = 188 + 78 + 106 = 372 (100%)
R 188 of 372 ~ 50.54%
G 78 of 372 ~ 20.97%
B 106 of 372 ~ 28.49'%
#BC4E6A color CMYK value is (0,59,44,26).
CMYK: (0,59,44,26)
C0M59Y44K26 (0%, 59%, 44%, 26%)
(0.00 / 0.59 / 0.44 / 0.26)
Color #BC4E6A in popluar color models
BC | 4E | 6A | |
---|---|---|---|
RGB | 188 | 78 | 106 |
HSL | 345° | 45.08% | 52.16% |
HSB/HSV | 345° | 58.51% | 73.73% |
CMYK | 0.00% | 58.51% | 43.62% |
26.27% |
Color #BC4E6A in popluar number systems.
HEX | BC | 4E | 6A |
Decimal | 188 | 78 | 106 |
Binary | 10111100 | 1001110 | 1101010 |
Octal | 274 | 116 | 152 |
Shades of #BC4E6A
Tints of #BC4E6A
Examples of css and html codes for elements with #BC4E6A color. Also use rgb(188,78,106) instead hex code.
.myTextColor { color: #BC4E6A; }
<p style="color:#BC4E6A">This sample text font color is #BC4E6A.</p>
This text font color is #BC4E6A.
.myBgColor { background-color: #BC4E6A; }
<div style="background-color:#BC4E6A">Inner text</div>
This div background color is #BC4E6A.
.myBorderColor { border: 1px solid #BC4E6A; }
<div style="border:3px solid #BC4E6A">Div</div>
This div border color is #BC4E6A.
.myOpacity80 { color: #BC4E6A; opacity: 0.8; }
<p style="color:#BC4E6A;opacity:0.8;">80%</p>
Text with #BC4E6A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC4E6A;}
<p style="text-shadow: 3px 3px 1px #BC4E6A">Text here.</p>
This text has shadow with #BC4E6A color.
.textShadow {text-shadow: 3px 3px 1px #BC4E6A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC4E6A, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC4E6A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC4E6A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC4E6A, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC4E6A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC4E6A;
-webkit-box-shadow: 1px 1px 3px 2px #BC4E6A;
box-shadow: 1px 1px 3px 2px #BC4E6A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC4E6A; -webkit-box-shadow: 1px 1px 3px 2px #BC4E6A; box-shadow:1px 1px 3px 2px #BC4E6A;">
Div content here
</div>
This text has color #BC4E6A on black background.
This text has color #BC4E6A on white background.
This text has black color on #BC4E6A background.
This text has white color on #BC4E6A background.
Complementary color for #hex is #43B195.