Shades of Royal Heath #BF4971
Tints of Royal Heath #BF4971
RGB
CMYK
RGB Variations
Color information
#BF4971 (or 0xBF4971) is known color: Royal Heath. HEX triplet: BF, 49 and 71. RGB value is (191,73,113). Sum of RGB (Red+Green+Blue) = 191+73+113=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4971 is #40B68E. Grayscale: #707070. Windows color (decimal): -4241039 or 7424447. OLE color: 7424447.
HSL color Cylindrical-coordinate representation of color #BF4971: hue angle of 339.66º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4971 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 113 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.25 |
| HSL | 339.66º | 0.48% | 0.52% | - |
| HSV(B) | 339.66º | 0.62% | 0.75% | - |
| XYZ | 26.85 | 17.03 | 17.5 | - |
| YUV | 112.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 113 | 0 | 0.62 | 0.41 | 0.25 | 339.66 | 0.48 | 0.52 |
| Hex | BF | 49 | 71 | 0 | 3E | 29 | 19 | 154 | 30 | 34 |
| Octal | 277 | 111 | 161 | 0 | 76 | 51 | 31 | 524 | 60 | 64 |
| Binary | 10111111 | 1001001 | 1110001 | 0 | 111110 | 101001 | 11001 | 101010100 | 110000 | 110100 |
Color Harmonies of #BF4971
Complementary color
Monochromatic Colors of #BF4971
Black with #BF4971
Text Example
Text Example
White with #BF4971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4971; }
p { color: rgb(191,73,113); }
H1.HeaderClassName
{
color: #BF4971;
}
.AnyTagClassName
{
color: #BF4971;
}
</style>
background-color css
<style>
a { background-color: #BF4971; }
a { background-color: rgb(191,73,113); }
div.DivClassName
{
background-color: #BF4971;
}
.BgClassName
{
background-color: #BF4971;
}
</style>
border-color css
<style>
span { border-color: #BF4971; }
span { border-color: rgb(191,73,113); }
td.TdClassName
{
border-color: #BF4971;
}
.TagClassName
{
border-color: #BF4971;
}
</style>