Shades of Royal Heath #BF4870
Tints of Royal Heath #BF4870
RGB
CMYK
RGB Variations
Color information
#BF4870 (or 0xBF4870) is known color: Royal Heath. HEX triplet: BF, 48 and 70. RGB value is (191,72,112). Sum of RGB (Red+Green+Blue) = 191+72+112=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4870 is #40B78F. Grayscale: #707070. Windows color (decimal): -4241296 or 7358655. OLE color: 7358655.
HSL color Cylindrical-coordinate representation of color #BF4870: hue angle of 339.83º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4870 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 112 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.25 |
| HSL | 339.83º | 0.48% | 0.52% | - |
| HSV(B) | 339.83º | 0.62% | 0.75% | - |
| XYZ | 26.73 | 16.88 | 17.18 | - |
| YUV | 112.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 112 | 0 | 0.62 | 0.41 | 0.25 | 339.83 | 0.48 | 0.52 |
| Hex | BF | 48 | 70 | 0 | 3E | 29 | 19 | 154 | 30 | 34 |
| Octal | 277 | 110 | 160 | 0 | 76 | 51 | 31 | 524 | 60 | 64 |
| Binary | 10111111 | 1001000 | 1110000 | 0 | 111110 | 101001 | 11001 | 101010100 | 110000 | 110100 |
Color Harmonies of #BF4870
Complementary color
Monochromatic Colors of #BF4870
Black with #BF4870
Text Example
Text Example
White with #BF4870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4870; }
p { color: rgb(191,72,112); }
H1.HeaderClassName
{
color: #BF4870;
}
.AnyTagClassName
{
color: #BF4870;
}
</style>
background-color css
<style>
a { background-color: #BF4870; }
a { background-color: rgb(191,72,112); }
div.DivClassName
{
background-color: #BF4870;
}
.BgClassName
{
background-color: #BF4870;
}
</style>
border-color css
<style>
span { border-color: #BF4870; }
span { border-color: rgb(191,72,112); }
td.TdClassName
{
border-color: #BF4870;
}
.TagClassName
{
border-color: #BF4870;
}
</style>