HEX: #BC6189
RGB: (188,97,137)
#BC6189 contains mainly red and blue colors. Web safe color of #BC6189 is #CC6699 (or #C69).
#BC6189 color RGB value is (188,97,137).
RGB: (188,97,137)
(74%, 38%, 54%)
R 188 of 255 = 74%
G 97 of 255 = 38%
B 137 of 255 = 54%
R + G + B ~ 55%. #BC6189 is middle color (not dark and not light).
R + G + B = 188 + 97 + 137 = 422 (100%)
R 188 of 422 ~ 44.55%
G 97 of 422 ~ 22.99%
B 137 of 422 ~ 32.46'%
#BC6189 color CMYK value is (0,48,27,26).
CMYK: (0,48,27,26) C0M48Y27K26 (0%,48%,27%,26%) (0.00/0.48/0.27/0.26)
Color #BC6189 in popluar color models
BC | 61 | 89 | |
---|---|---|---|
RGB | 188 | 97 | 137 |
HSL | 334° | 40.44% | 55.88% |
HSB/HSV | 334° | 48.40% | 73.73% |
CMYK | 0.00% | 48.40% | 27.13% |
26.27% |
Color #BC6189 in popluar number systems.
HEX | BC | 61 | 89 |
Decimal | 188 | 97 | 137 |
Binary | 10111100 | 1100001 | 10001001 |
Octal | 274 | 141 | 211 |
Shades of #BC6189
Tints of #BC6189
Examples of css and html codes for elements with #BC6189 color. Also use rgb(188,97,137) instead hex code.
.myTextColor { color: #BC6189; }
<p style="color:#BC6189">This sample text font color is #BC6189.</p>
This text font color is #BC6189.
.myBgColor { background-color: #BC6189; }
<div style="background-color:#BC6189">Inner text</div>
This div background color is #BC6189.
.myBorderColor { border: 1px solid #BC6189; }
<div style="border:3px solid #BC6189">Div</div>
This div border color is #BC6189.
.myOpacity80 { color: #BC6189; opacity: 0.8; }
<p style="color:#BC6189;opacity:0.8;">80%</p>
Text with #BC6189 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC6189;}
<p style="text-shadow: 3px 3px 1px #BC6189">Text here.</p>
This text has shadow with #BC6189 color.
.textShadow {text-shadow: 3px 3px 1px #BC6189', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC6189, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC6189 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC6189, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC6189, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC6189 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC6189;
-webkit-box-shadow: 1px 1px 3px 2px #BC6189;
box-shadow: 1px 1px 3px 2px #BC6189;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC6189; -webkit-box-shadow: 1px 1px 3px 2px #BC6189; box-shadow:1px 1px 3px 2px #BC6189;">
Div content here
</div>
This text has color #BC6189 on black background.
This text has color #BC6189 on white background.
This text has black color on #BC6189 background.
This text has white color on #BC6189 background.
Complementary color for #hex is #439E76.