Shades of Royal Heath #BF5072
Tints of Royal Heath #BF5072
RGB
CMYK
RGB Variations
Color information
#BF5072 (or 0xBF5072) is known color: Royal Heath. HEX triplet: BF, 50 and 72. RGB value is (191,80,114). Sum of RGB (Red+Green+Blue) = 191+80+114=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5072 is #40AF8D. Grayscale: #757575. Windows color (decimal): -4239246 or 7491775. OLE color: 7491775.
HSL color Cylindrical-coordinate representation of color #BF5072: hue angle of 341.62º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5072 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 114 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.25 |
| HSL | 341.62º | 0.46% | 0.53% | - |
| HSV(B) | 341.62º | 0.58% | 0.75% | - |
| XYZ | 27.39 | 18.03 | 17.96 | - |
| YUV | 117.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 114 | 0 | 0.58 | 0.40 | 0.25 | 341.62 | 0.46 | 0.53 |
| Hex | BF | 50 | 72 | 0 | 3A | 28 | 19 | 156 | 2E | 35 |
| Octal | 277 | 120 | 162 | 0 | 72 | 50 | 31 | 526 | 56 | 65 |
| Binary | 10111111 | 1010000 | 1110010 | 0 | 111010 | 101000 | 11001 | 101010110 | 101110 | 110101 |
Color Harmonies of #BF5072
Complementary color
Monochromatic Colors of #BF5072
Black with #BF5072
Text Example
Text Example
White with #BF5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5072; }
p { color: rgb(191,80,114); }
H1.HeaderClassName
{
color: #BF5072;
}
.AnyTagClassName
{
color: #BF5072;
}
</style>
background-color css
<style>
a { background-color: #BF5072; }
a { background-color: rgb(191,80,114); }
div.DivClassName
{
background-color: #BF5072;
}
.BgClassName
{
background-color: #BF5072;
}
</style>
border-color css
<style>
span { border-color: #BF5072; }
span { border-color: rgb(191,80,114); }
td.TdClassName
{
border-color: #BF5072;
}
.TagClassName
{
border-color: #BF5072;
}
</style>