Shades of Royal Heath #BC5575
Tints of Royal Heath #BC5575
RGB
CMYK
RGB Variations
Color information
#BC5575 (or 0xBC5575) is known color: Royal Heath. HEX triplet: BC, 55 and 75. RGB value is (188,85,117). Sum of RGB (Red+Green+Blue) = 188+85+117=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5575 is #43AA8A. Grayscale: #777777. Windows color (decimal): -4434571 or 7689660. OLE color: 7689660.
HSL color Cylindrical-coordinate representation of color #BC5575: hue angle of 341.36º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5575 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 117 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.26 |
| HSL | 341.36º | 0.43% | 0.54% | - |
| HSV(B) | 341.36º | 0.55% | 0.74% | - |
| XYZ | 27.2 | 18.47 | 18.96 | - |
| YUV | 119.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 117 | 0 | 0.55 | 0.38 | 0.26 | 341.36 | 0.43 | 0.54 |
| Hex | BC | 55 | 75 | 0 | 37 | 26 | 1A | 155 | 2B | 36 |
| Octal | 274 | 125 | 165 | 0 | 67 | 46 | 32 | 525 | 53 | 66 |
| Binary | 10111100 | 1010101 | 1110101 | 0 | 110111 | 100110 | 11010 | 101010101 | 101011 | 110110 |
Color Harmonies of #BC5575
Complementary color
Monochromatic Colors of #BC5575
Black with #BC5575
Text Example
Text Example
White with #BC5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5575; }
p { color: rgb(188,85,117); }
H1.HeaderClassName
{
color: #BC5575;
}
.AnyTagClassName
{
color: #BC5575;
}
</style>
background-color css
<style>
a { background-color: #BC5575; }
a { background-color: rgb(188,85,117); }
div.DivClassName
{
background-color: #BC5575;
}
.BgClassName
{
background-color: #BC5575;
}
</style>
border-color css
<style>
span { border-color: #BC5575; }
span { border-color: rgb(188,85,117); }
td.TdClassName
{
border-color: #BC5575;
}
.TagClassName
{
border-color: #BC5575;
}
</style>