Shades of Royal Heath #BF4570
Tints of Royal Heath #BF4570
RGB
CMYK
RGB Variations
Color information
#BF4570 (or 0xBF4570) is known color: Royal Heath. HEX triplet: BF, 45 and 70. RGB value is (191,69,112). Sum of RGB (Red+Green+Blue) = 191+69+112=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4570 is #40BA8F. Grayscale: #6E6E6E. Windows color (decimal): -4242064 or 7357887. OLE color: 7357887.
HSL color Cylindrical-coordinate representation of color #BF4570: hue angle of 338.85º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4570 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 112 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.25 |
| HSL | 338.85º | 0.49% | 0.51% | - |
| HSV(B) | 338.85º | 0.64% | 0.75% | - |
| XYZ | 26.54 | 16.5 | 17.12 | - |
| YUV | 110.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 112 | 0 | 0.64 | 0.41 | 0.25 | 338.85 | 0.49 | 0.51 |
| Hex | BF | 45 | 70 | 0 | 40 | 29 | 19 | 153 | 31 | 33 |
| Octal | 277 | 105 | 160 | 0 | 100 | 51 | 31 | 523 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1110000 | 0 | 1000000 | 101001 | 11001 | 101010011 | 110001 | 110011 |
Color Harmonies of #BF4570
Complementary color
Monochromatic Colors of #BF4570
Black with #BF4570
Text Example
Text Example
White with #BF4570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4570; }
p { color: rgb(191,69,112); }
H1.HeaderClassName
{
color: #BF4570;
}
.AnyTagClassName
{
color: #BF4570;
}
</style>
background-color css
<style>
a { background-color: #BF4570; }
a { background-color: rgb(191,69,112); }
div.DivClassName
{
background-color: #BF4570;
}
.BgClassName
{
background-color: #BF4570;
}
</style>
border-color css
<style>
span { border-color: #BF4570; }
span { border-color: rgb(191,69,112); }
td.TdClassName
{
border-color: #BF4570;
}
.TagClassName
{
border-color: #BF4570;
}
</style>