Shades of Royal Heath #BC5975
Tints of Royal Heath #BC5975
RGB
CMYK
RGB Variations
Color information
#BC5975 (or 0xBC5975) is known color: Royal Heath. HEX triplet: BC, 59 and 75. RGB value is (188,89,117). Sum of RGB (Red+Green+Blue) = 188+89+117=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5975 is #43A68A. Grayscale: #797979. Windows color (decimal): -4433547 or 7690684. OLE color: 7690684.
HSL color Cylindrical-coordinate representation of color #BC5975: hue angle of 343.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5975 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 117 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.26 |
| HSL | 343.03º | 0.42% | 0.54% | - |
| HSV(B) | 343.03º | 0.53% | 0.74% | - |
| XYZ | 27.52 | 19.12 | 19.07 | - |
| YUV | 121.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 117 | 0 | 0.53 | 0.38 | 0.26 | 343.03 | 0.42 | 0.54 |
| Hex | BC | 59 | 75 | 0 | 35 | 26 | 1A | 157 | 2A | 36 |
| Octal | 274 | 131 | 165 | 0 | 65 | 46 | 32 | 527 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1110101 | 0 | 110101 | 100110 | 11010 | 101010111 | 101010 | 110110 |
Color Harmonies of #BC5975
Complementary color
Monochromatic Colors of #BC5975
Black with #BC5975
Text Example
Text Example
White with #BC5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5975; }
p { color: rgb(188,89,117); }
H1.HeaderClassName
{
color: #BC5975;
}
.AnyTagClassName
{
color: #BC5975;
}
</style>
background-color css
<style>
a { background-color: #BC5975; }
a { background-color: rgb(188,89,117); }
div.DivClassName
{
background-color: #BC5975;
}
.BgClassName
{
background-color: #BC5975;
}
</style>
border-color css
<style>
span { border-color: #BC5975; }
span { border-color: rgb(188,89,117); }
td.TdClassName
{
border-color: #BC5975;
}
.TagClassName
{
border-color: #BC5975;
}
</style>