Shades of Royal Heath #BF567E
Tints of Royal Heath #BF567E
RGB
CMYK
RGB Variations
Color information
#BF567E (or 0xBF567E) is known color: Royal Heath. HEX triplet: BF, 56 and 7E. RGB value is (191,86,126). Sum of RGB (Red+Green+Blue) = 191+86+126=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF567E is #40A981. Grayscale: #797979. Windows color (decimal): -4237698 or 8279743. OLE color: 8279743.
HSL color Cylindrical-coordinate representation of color #BF567E: hue angle of 337.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF567E is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 126 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.25 |
| HSL | 337.14º | 0.45% | 0.54% | - |
| HSV(B) | 337.14º | 0.55% | 0.75% | - |
| XYZ | 28.58 | 19.24 | 21.95 | - |
| YUV | 121.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 126 | 0 | 0.55 | 0.34 | 0.25 | 337.14 | 0.45 | 0.54 |
| Hex | BF | 56 | 7E | 0 | 37 | 22 | 19 | 151 | 2D | 36 |
| Octal | 277 | 126 | 176 | 0 | 67 | 42 | 31 | 521 | 55 | 66 |
| Binary | 10111111 | 1010110 | 1111110 | 0 | 110111 | 100010 | 11001 | 101010001 | 101101 | 110110 |
Color Harmonies of #BF567E
Complementary color
Monochromatic Colors of #BF567E
Black with #BF567E
Text Example
Text Example
White with #BF567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF567E; }
p { color: rgb(191,86,126); }
H1.HeaderClassName
{
color: #BF567E;
}
.AnyTagClassName
{
color: #BF567E;
}
</style>
background-color css
<style>
a { background-color: #BF567E; }
a { background-color: rgb(191,86,126); }
div.DivClassName
{
background-color: #BF567E;
}
.BgClassName
{
background-color: #BF567E;
}
</style>
border-color css
<style>
span { border-color: #BF567E; }
span { border-color: rgb(191,86,126); }
td.TdClassName
{
border-color: #BF567E;
}
.TagClassName
{
border-color: #BF567E;
}
</style>