Shades of Royal Heath #BF5875
Tints of Royal Heath #BF5875
RGB
CMYK
RGB Variations
Color information
#BF5875 (or 0xBF5875) is known color: Royal Heath. HEX triplet: BF, 58 and 75. RGB value is (191,88,117). Sum of RGB (Red+Green+Blue) = 191+88+117=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5875 is #40A78A. Grayscale: #7A7A7A. Windows color (decimal): -4237195 or 7690431. OLE color: 7690431.
HSL color Cylindrical-coordinate representation of color #BF5875: hue angle of 343.11º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5875 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 117 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.25 |
| HSL | 343.11º | 0.45% | 0.55% | - |
| HSV(B) | 343.11º | 0.54% | 0.75% | - |
| XYZ | 28.19 | 19.34 | 19.08 | - |
| YUV | 122.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 117 | 0 | 0.54 | 0.39 | 0.25 | 343.11 | 0.45 | 0.55 |
| Hex | BF | 58 | 75 | 0 | 36 | 27 | 19 | 157 | 2D | 37 |
| Octal | 277 | 130 | 165 | 0 | 66 | 47 | 31 | 527 | 55 | 67 |
| Binary | 10111111 | 1011000 | 1110101 | 0 | 110110 | 100111 | 11001 | 101010111 | 101101 | 110111 |
Color Harmonies of #BF5875
Complementary color
Monochromatic Colors of #BF5875
Black with #BF5875
Text Example
Text Example
White with #BF5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5875; }
p { color: rgb(191,88,117); }
H1.HeaderClassName
{
color: #BF5875;
}
.AnyTagClassName
{
color: #BF5875;
}
</style>
background-color css
<style>
a { background-color: #BF5875; }
a { background-color: rgb(191,88,117); }
div.DivClassName
{
background-color: #BF5875;
}
.BgClassName
{
background-color: #BF5875;
}
</style>
border-color css
<style>
span { border-color: #BF5875; }
span { border-color: rgb(191,88,117); }
td.TdClassName
{
border-color: #BF5875;
}
.TagClassName
{
border-color: #BF5875;
}
</style>