Shades of Royal Heath #BC486E
Tints of Royal Heath #BC486E
RGB
CMYK
RGB Variations
Color information
#BC486E (or 0xBC486E) is known color: Royal Heath. HEX triplet: BC, 48 and 6E. RGB value is (188,72,110). Sum of RGB (Red+Green+Blue) = 188+72+110=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC486E is #43B791. Grayscale: #6E6E6E. Windows color (decimal): -4437906 or 7227580. OLE color: 7227580.
HSL color Cylindrical-coordinate representation of color #BC486E: hue angle of 340.34º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC486E is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 110 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.26 |
| HSL | 340.34º | 0.46% | 0.51% | - |
| HSV(B) | 340.34º | 0.62% | 0.74% | - |
| XYZ | 25.87 | 16.45 | 16.56 | - |
| YUV | 111.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 110 | 0 | 0.62 | 0.41 | 0.26 | 340.34 | 0.46 | 0.51 |
| Hex | BC | 48 | 6E | 0 | 3E | 29 | 1A | 154 | 2E | 33 |
| Octal | 274 | 110 | 156 | 0 | 76 | 51 | 32 | 524 | 56 | 63 |
| Binary | 10111100 | 1001000 | 1101110 | 0 | 111110 | 101001 | 11010 | 101010100 | 101110 | 110011 |
Color Harmonies of #BC486E
Complementary color
Monochromatic Colors of #BC486E
Black with #BC486E
Text Example
Text Example
White with #BC486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC486E; }
p { color: rgb(188,72,110); }
H1.HeaderClassName
{
color: #BC486E;
}
.AnyTagClassName
{
color: #BC486E;
}
</style>
background-color css
<style>
a { background-color: #BC486E; }
a { background-color: rgb(188,72,110); }
div.DivClassName
{
background-color: #BC486E;
}
.BgClassName
{
background-color: #BC486E;
}
</style>
border-color css
<style>
span { border-color: #BC486E; }
span { border-color: rgb(188,72,110); }
td.TdClassName
{
border-color: #BC486E;
}
.TagClassName
{
border-color: #BC486E;
}
</style>