Shades of Royal Heath #BF4F73
Tints of Royal Heath #BF4F73
RGB
CMYK
RGB Variations
Color information
#BF4F73 (or 0xBF4F73) is known color: Royal Heath. HEX triplet: BF, 4F and 73. RGB value is (191,79,115). Sum of RGB (Red+Green+Blue) = 191+79+115=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4F73 is #40B08C. Grayscale: #747474. Windows color (decimal): -4239501 or 7557055. OLE color: 7557055.
HSL color Cylindrical-coordinate representation of color #BF4F73: hue angle of 340.71º 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 #BF4F73 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 115 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.25 |
| HSL | 340.71º | 0.47% | 0.53% | - |
| HSV(B) | 340.71º | 0.59% | 0.75% | - |
| XYZ | 27.38 | 17.91 | 18.23 | - |
| YUV | 116.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 115 | 0 | 0.59 | 0.40 | 0.25 | 340.71 | 0.47 | 0.53 |
| Hex | BF | 4F | 73 | 0 | 3B | 28 | 19 | 155 | 2F | 35 |
| Octal | 277 | 117 | 163 | 0 | 73 | 50 | 31 | 525 | 57 | 65 |
| Binary | 10111111 | 1001111 | 1110011 | 0 | 111011 | 101000 | 11001 | 101010101 | 101111 | 110101 |
Color Harmonies of #BF4F73
Complementary color
Monochromatic Colors of #BF4F73
Black with #BF4F73
Text Example
Text Example
White with #BF4F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4F73; }
p { color: rgb(191,79,115); }
H1.HeaderClassName
{
color: #BF4F73;
}
.AnyTagClassName
{
color: #BF4F73;
}
</style>
background-color css
<style>
a { background-color: #BF4F73; }
a { background-color: rgb(191,79,115); }
div.DivClassName
{
background-color: #BF4F73;
}
.BgClassName
{
background-color: #BF4F73;
}
</style>
border-color css
<style>
span { border-color: #BF4F73; }
span { border-color: rgb(191,79,115); }
td.TdClassName
{
border-color: #BF4F73;
}
.TagClassName
{
border-color: #BF4F73;
}
</style>