Shades of Royal Heath #BF4D73
Tints of Royal Heath #BF4D73
RGB
CMYK
RGB Variations
Color information
#BF4D73 (or 0xBF4D73) is known color: Royal Heath. HEX triplet: BF, 4D and 73. RGB value is (191,77,115). Sum of RGB (Red+Green+Blue) = 191+77+115=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D73 is #40B28C. Grayscale: #737373. Windows color (decimal): -4240013 or 7556543. OLE color: 7556543.
HSL color Cylindrical-coordinate representation of color #BF4D73: hue angle of 340º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4D73 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 115 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.25 |
| HSL | 340º | 0.47% | 0.53% | - |
| HSV(B) | 340º | 0.6% | 0.75% | - |
| XYZ | 27.23 | 17.62 | 18.19 | - |
| YUV | 115.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 115 | 0 | 0.60 | 0.40 | 0.25 | 340 | 0.47 | 0.53 |
| Hex | BF | 4D | 73 | 0 | 3C | 28 | 19 | 154 | 2F | 35 |
| Octal | 277 | 115 | 163 | 0 | 74 | 50 | 31 | 524 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1110011 | 0 | 111100 | 101000 | 11001 | 101010100 | 101111 | 110101 |
Color Harmonies of #BF4D73
Complementary color
Monochromatic Colors of #BF4D73
Black with #BF4D73
Text Example
Text Example
White with #BF4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D73; }
p { color: rgb(191,77,115); }
H1.HeaderClassName
{
color: #BF4D73;
}
.AnyTagClassName
{
color: #BF4D73;
}
</style>
background-color css
<style>
a { background-color: #BF4D73; }
a { background-color: rgb(191,77,115); }
div.DivClassName
{
background-color: #BF4D73;
}
.BgClassName
{
background-color: #BF4D73;
}
</style>
border-color css
<style>
span { border-color: #BF4D73; }
span { border-color: rgb(191,77,115); }
td.TdClassName
{
border-color: #BF4D73;
}
.TagClassName
{
border-color: #BF4D73;
}
</style>