Shades of Royal Heath #BC5473
Tints of Royal Heath #BC5473
RGB
CMYK
RGB Variations
Color information
#BC5473 (or 0xBC5473) is known color: Royal Heath. HEX triplet: BC, 54 and 73. RGB value is (188,84,115). Sum of RGB (Red+Green+Blue) = 188+84+115=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5473 is #43AB8C. Grayscale: #767676. Windows color (decimal): -4434829 or 7558332. OLE color: 7558332.
HSL color Cylindrical-coordinate representation of color #BC5473: hue angle of 342.12º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5473 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 115 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.26 |
| HSL | 342.12º | 0.44% | 0.53% | - |
| HSV(B) | 342.12º | 0.55% | 0.74% | - |
| XYZ | 27 | 18.27 | 18.32 | - |
| YUV | 118.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 115 | 0 | 0.55 | 0.39 | 0.26 | 342.12 | 0.44 | 0.53 |
| Hex | BC | 54 | 73 | 0 | 37 | 27 | 1A | 156 | 2C | 35 |
| Octal | 274 | 124 | 163 | 0 | 67 | 47 | 32 | 526 | 54 | 65 |
| Binary | 10111100 | 1010100 | 1110011 | 0 | 110111 | 100111 | 11010 | 101010110 | 101100 | 110101 |
Color Harmonies of #BC5473
Complementary color
Monochromatic Colors of #BC5473
Black with #BC5473
Text Example
Text Example
White with #BC5473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5473; }
p { color: rgb(188,84,115); }
H1.HeaderClassName
{
color: #BC5473;
}
.AnyTagClassName
{
color: #BC5473;
}
</style>
background-color css
<style>
a { background-color: #BC5473; }
a { background-color: rgb(188,84,115); }
div.DivClassName
{
background-color: #BC5473;
}
.BgClassName
{
background-color: #BC5473;
}
</style>
border-color css
<style>
span { border-color: #BC5473; }
span { border-color: rgb(188,84,115); }
td.TdClassName
{
border-color: #BC5473;
}
.TagClassName
{
border-color: #BC5473;
}
</style>