Shades of Royal Heath #BF537F
Tints of Royal Heath #BF537F
RGB
CMYK
RGB Variations
Color information
#BF537F (or 0xBF537F) is known color: Royal Heath. HEX triplet: BF, 53 and 7F. RGB value is (191,83,127). Sum of RGB (Red+Green+Blue) = 191+83+127=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF537F is #40AC80. Grayscale: #787878. Windows color (decimal): -4238465 or 8344511. OLE color: 8344511.
HSL color Cylindrical-coordinate representation of color #BF537F: hue angle of 335.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF537F is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 127 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.25 |
| HSL | 335.56º | 0.46% | 0.54% | - |
| HSV(B) | 335.56º | 0.57% | 0.75% | - |
| XYZ | 28.41 | 18.8 | 22.21 | - |
| YUV | 120.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 127 | 0 | 0.57 | 0.34 | 0.25 | 335.56 | 0.46 | 0.54 |
| Hex | BF | 53 | 7F | 0 | 39 | 22 | 19 | 150 | 2E | 36 |
| Octal | 277 | 123 | 177 | 0 | 71 | 42 | 31 | 520 | 56 | 66 |
| Binary | 10111111 | 1010011 | 1111111 | 0 | 111001 | 100010 | 11001 | 101010000 | 101110 | 110110 |
Color Harmonies of #BF537F
Complementary color
Monochromatic Colors of #BF537F
Black with #BF537F
Text Example
Text Example
White with #BF537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF537F; }
p { color: rgb(191,83,127); }
H1.HeaderClassName
{
color: #BF537F;
}
.AnyTagClassName
{
color: #BF537F;
}
</style>
background-color css
<style>
a { background-color: #BF537F; }
a { background-color: rgb(191,83,127); }
div.DivClassName
{
background-color: #BF537F;
}
.BgClassName
{
background-color: #BF537F;
}
</style>
border-color css
<style>
span { border-color: #BF537F; }
span { border-color: rgb(191,83,127); }
td.TdClassName
{
border-color: #BF537F;
}
.TagClassName
{
border-color: #BF537F;
}
</style>