Shades of Royal Heath #BF4E71
Tints of Royal Heath #BF4E71
RGB
CMYK
RGB Variations
Color information
#BF4E71 (or 0xBF4E71) is known color: Royal Heath. HEX triplet: BF, 4E and 71. RGB value is (191,78,113). Sum of RGB (Red+Green+Blue) = 191+78+113=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E71 is #40B18E. Grayscale: #737373. Windows color (decimal): -4239759 or 7425727. OLE color: 7425727.
HSL color Cylindrical-coordinate representation of color #BF4E71: hue angle of 341.42º 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 #BF4E71 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 113 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.25 |
| HSL | 341.42º | 0.47% | 0.53% | - |
| HSV(B) | 341.42º | 0.59% | 0.75% | - |
| XYZ | 27.19 | 17.72 | 17.61 | - |
| YUV | 115.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 113 | 0 | 0.59 | 0.41 | 0.25 | 341.42 | 0.47 | 0.53 |
| Hex | BF | 4E | 71 | 0 | 3B | 29 | 19 | 155 | 2F | 35 |
| Octal | 277 | 116 | 161 | 0 | 73 | 51 | 31 | 525 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1110001 | 0 | 111011 | 101001 | 11001 | 101010101 | 101111 | 110101 |
Color Harmonies of #BF4E71
Complementary color
Monochromatic Colors of #BF4E71
Black with #BF4E71
Text Example
Text Example
White with #BF4E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E71; }
p { color: rgb(191,78,113); }
H1.HeaderClassName
{
color: #BF4E71;
}
.AnyTagClassName
{
color: #BF4E71;
}
</style>
background-color css
<style>
a { background-color: #BF4E71; }
a { background-color: rgb(191,78,113); }
div.DivClassName
{
background-color: #BF4E71;
}
.BgClassName
{
background-color: #BF4E71;
}
</style>
border-color css
<style>
span { border-color: #BF4E71; }
span { border-color: rgb(191,78,113); }
td.TdClassName
{
border-color: #BF4E71;
}
.TagClassName
{
border-color: #BF4E71;
}
</style>