Shades of Royal Heath #BF4E70
Tints of Royal Heath #BF4E70
RGB
CMYK
RGB Variations
Color information
#BF4E70 (or 0xBF4E70) is known color: Royal Heath. HEX triplet: BF, 4E and 70. RGB value is (191,78,112). Sum of RGB (Red+Green+Blue) = 191+78+112=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E70 is #40B18F. Grayscale: #737373. Windows color (decimal): -4239760 or 7360191. OLE color: 7360191.
HSL color Cylindrical-coordinate representation of color #BF4E70: hue angle of 341.95º 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 #BF4E70 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 112 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.25 |
| HSL | 341.95º | 0.47% | 0.53% | - |
| HSV(B) | 341.95º | 0.59% | 0.75% | - |
| XYZ | 27.13 | 17.7 | 17.31 | - |
| YUV | 115.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 112 | 0 | 0.59 | 0.41 | 0.25 | 341.95 | 0.47 | 0.53 |
| Hex | BF | 4E | 70 | 0 | 3B | 29 | 19 | 156 | 2F | 35 |
| Octal | 277 | 116 | 160 | 0 | 73 | 51 | 31 | 526 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1110000 | 0 | 111011 | 101001 | 11001 | 101010110 | 101111 | 110101 |
Color Harmonies of #BF4E70
Complementary color
Monochromatic Colors of #BF4E70
Black with #BF4E70
Text Example
Text Example
White with #BF4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E70; }
p { color: rgb(191,78,112); }
H1.HeaderClassName
{
color: #BF4E70;
}
.AnyTagClassName
{
color: #BF4E70;
}
</style>
background-color css
<style>
a { background-color: #BF4E70; }
a { background-color: rgb(191,78,112); }
div.DivClassName
{
background-color: #BF4E70;
}
.BgClassName
{
background-color: #BF4E70;
}
</style>
border-color css
<style>
span { border-color: #BF4E70; }
span { border-color: rgb(191,78,112); }
td.TdClassName
{
border-color: #BF4E70;
}
.TagClassName
{
border-color: #BF4E70;
}
</style>