Shades of Royal Heath #BC406A
Tints of Royal Heath #BC406A
RGB
CMYK
RGB Variations
Color information
#BC406A (or 0xBC406A) is known color: Royal Heath. HEX triplet: BC, 40 and 6A. RGB value is (188,64,106). Sum of RGB (Red+Green+Blue) = 188+64+106=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC406A is #43BF95. Grayscale: #696969. Windows color (decimal): -4439958 or 6963388. OLE color: 6963388.
HSL color Cylindrical-coordinate representation of color #BC406A: hue angle of 339.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC406A is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 106 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.26 |
| HSL | 339.68º | 0.49% | 0.49% | - |
| HSV(B) | 339.68º | 0.66% | 0.74% | - |
| XYZ | 25.17 | 15.4 | 15.28 | - |
| YUV | 105.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 106 | 0 | 0.66 | 0.44 | 0.26 | 339.68 | 0.49 | 0.49 |
| Hex | BC | 40 | 6A | 0 | 42 | 2C | 1A | 154 | 31 | 31 |
| Octal | 274 | 100 | 152 | 0 | 102 | 54 | 32 | 524 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1101010 | 0 | 1000010 | 101100 | 11010 | 101010100 | 110001 | 110001 |
Color Harmonies of #BC406A
Complementary color
Monochromatic Colors of #BC406A
Black with #BC406A
Text Example
Text Example
White with #BC406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC406A; }
p { color: rgb(188,64,106); }
H1.HeaderClassName
{
color: #BC406A;
}
.AnyTagClassName
{
color: #BC406A;
}
</style>
background-color css
<style>
a { background-color: #BC406A; }
a { background-color: rgb(188,64,106); }
div.DivClassName
{
background-color: #BC406A;
}
.BgClassName
{
background-color: #BC406A;
}
</style>
border-color css
<style>
span { border-color: #BC406A; }
span { border-color: rgb(188,64,106); }
td.TdClassName
{
border-color: #BC406A;
}
.TagClassName
{
border-color: #BC406A;
}
</style>