Shades of Royal Heath #BF4F70
Tints of Royal Heath #BF4F70
RGB
CMYK
RGB Variations
Color information
#BF4F70 (or 0xBF4F70) is known color: Royal Heath. HEX triplet: BF, 4F and 70. RGB value is (191,79,112). Sum of RGB (Red+Green+Blue) = 191+79+112=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4F70 is #40B08F. Grayscale: #747474. Windows color (decimal): -4239504 or 7360447. OLE color: 7360447.
HSL color Cylindrical-coordinate representation of color #BF4F70: hue angle of 342.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4F70 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 112 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.25 |
| HSL | 342.32º | 0.47% | 0.53% | - |
| HSV(B) | 342.32º | 0.59% | 0.75% | - |
| XYZ | 27.21 | 17.84 | 17.34 | - |
| YUV | 116.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 112 | 0 | 0.59 | 0.41 | 0.25 | 342.32 | 0.47 | 0.53 |
| Hex | BF | 4F | 70 | 0 | 3B | 29 | 19 | 156 | 2F | 35 |
| Octal | 277 | 117 | 160 | 0 | 73 | 51 | 31 | 526 | 57 | 65 |
| Binary | 10111111 | 1001111 | 1110000 | 0 | 111011 | 101001 | 11001 | 101010110 | 101111 | 110101 |
Color Harmonies of #BF4F70
Complementary color
Monochromatic Colors of #BF4F70
Black with #BF4F70
Text Example
Text Example
White with #BF4F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4F70; }
p { color: rgb(191,79,112); }
H1.HeaderClassName
{
color: #BF4F70;
}
.AnyTagClassName
{
color: #BF4F70;
}
</style>
background-color css
<style>
a { background-color: #BF4F70; }
a { background-color: rgb(191,79,112); }
div.DivClassName
{
background-color: #BF4F70;
}
.BgClassName
{
background-color: #BF4F70;
}
</style>
border-color css
<style>
span { border-color: #BF4F70; }
span { border-color: rgb(191,79,112); }
td.TdClassName
{
border-color: #BF4F70;
}
.TagClassName
{
border-color: #BF4F70;
}
</style>