Shades of Royal Heath #BF4D77
Tints of Royal Heath #BF4D77
RGB
CMYK
RGB Variations
Color information
#BF4D77 (or 0xBF4D77) is known color: Royal Heath. HEX triplet: BF, 4D and 77. RGB value is (191,77,119). Sum of RGB (Red+Green+Blue) = 191+77+119=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D77 is #40B288. Grayscale: #737373. Windows color (decimal): -4240009 or 7818687. OLE color: 7818687.
HSL color Cylindrical-coordinate representation of color #BF4D77: hue angle of 337.89º 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 #BF4D77 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 119 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.25 |
| HSL | 337.89º | 0.47% | 0.53% | - |
| HSV(B) | 337.89º | 0.6% | 0.75% | - |
| XYZ | 27.47 | 17.72 | 19.42 | - |
| YUV | 115.87 | 129.77 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 119 | 0 | 0.60 | 0.38 | 0.25 | 337.89 | 0.47 | 0.53 |
| Hex | BF | 4D | 77 | 0 | 3C | 26 | 19 | 152 | 2F | 35 |
| Octal | 277 | 115 | 167 | 0 | 74 | 46 | 31 | 522 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1110111 | 0 | 111100 | 100110 | 11001 | 101010010 | 101111 | 110101 |
Color Harmonies of #BF4D77
Complementary color
Monochromatic Colors of #BF4D77
Black with #BF4D77
Text Example
Text Example
White with #BF4D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D77; }
p { color: rgb(191,77,119); }
H1.HeaderClassName
{
color: #BF4D77;
}
.AnyTagClassName
{
color: #BF4D77;
}
</style>
background-color css
<style>
a { background-color: #BF4D77; }
a { background-color: rgb(191,77,119); }
div.DivClassName
{
background-color: #BF4D77;
}
.BgClassName
{
background-color: #BF4D77;
}
</style>
border-color css
<style>
span { border-color: #BF4D77; }
span { border-color: rgb(191,77,119); }
td.TdClassName
{
border-color: #BF4D77;
}
.TagClassName
{
border-color: #BF4D77;
}
</style>