Shades of Royal Heath #BF4E77
Tints of Royal Heath #BF4E77
RGB
CMYK
RGB Variations
Color information
#BF4E77 (or 0xBF4E77) is known color: Royal Heath. HEX triplet: BF, 4E and 77. RGB value is (191,78,119). Sum of RGB (Red+Green+Blue) = 191+78+119=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E77 is #40B188. Grayscale: #747474. Windows color (decimal): -4239753 or 7818943. OLE color: 7818943.
HSL color Cylindrical-coordinate representation of color #BF4E77: hue angle of 338.23º 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 #BF4E77 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 119 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.25 |
| HSL | 338.23º | 0.47% | 0.53% | - |
| HSV(B) | 338.23º | 0.59% | 0.75% | - |
| XYZ | 27.54 | 17.86 | 19.45 | - |
| YUV | 116.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 119 | 0 | 0.59 | 0.38 | 0.25 | 338.23 | 0.47 | 0.53 |
| Hex | BF | 4E | 77 | 0 | 3B | 26 | 19 | 152 | 2F | 35 |
| Octal | 277 | 116 | 167 | 0 | 73 | 46 | 31 | 522 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1110111 | 0 | 111011 | 100110 | 11001 | 101010010 | 101111 | 110101 |
Color Harmonies of #BF4E77
Complementary color
Monochromatic Colors of #BF4E77
Black with #BF4E77
Text Example
Text Example
White with #BF4E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E77; }
p { color: rgb(191,78,119); }
H1.HeaderClassName
{
color: #BF4E77;
}
.AnyTagClassName
{
color: #BF4E77;
}
</style>
background-color css
<style>
a { background-color: #BF4E77; }
a { background-color: rgb(191,78,119); }
div.DivClassName
{
background-color: #BF4E77;
}
.BgClassName
{
background-color: #BF4E77;
}
</style>
border-color css
<style>
span { border-color: #BF4E77; }
span { border-color: rgb(191,78,119); }
td.TdClassName
{
border-color: #BF4E77;
}
.TagClassName
{
border-color: #BF4E77;
}
</style>