Shades of Royal Heath #BF366F
Tints of Royal Heath #BF366F
RGB
CMYK
RGB Variations
Color information
#BF366F (or 0xBF366F) is known color: Royal Heath. HEX triplet: BF, 36 and 6F. RGB value is (191,54,111). Sum of RGB (Red+Green+Blue) = 191+54+111=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF366F is #40C990. Grayscale: #656565. Windows color (decimal): -4245905 or 7288511. OLE color: 7288511.
HSL color Cylindrical-coordinate representation of color #BF366F: hue angle of 335.04º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF366F is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 111 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.25 |
| HSL | 335.04º | 0.56% | 0.48% | - |
| HSV(B) | 335.04º | 0.72% | 0.75% | - |
| XYZ | 25.67 | 14.86 | 16.55 | - |
| YUV | 101.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 111 | 0 | 0.72 | 0.42 | 0.25 | 335.04 | 0.56 | 0.48 |
| Hex | BF | 36 | 6F | 0 | 48 | 2A | 19 | 14F | 38 | 30 |
| Octal | 277 | 66 | 157 | 0 | 110 | 52 | 31 | 517 | 70 | 60 |
| Binary | 10111111 | 110110 | 1101111 | 0 | 1001000 | 101010 | 11001 | 101001111 | 111000 | 110000 |
Color Harmonies of #BF366F
Complementary color
Monochromatic Colors of #BF366F
Black with #BF366F
Text Example
Text Example
White with #BF366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF366F; }
p { color: rgb(191,54,111); }
H1.HeaderClassName
{
color: #BF366F;
}
.AnyTagClassName
{
color: #BF366F;
}
</style>
background-color css
<style>
a { background-color: #BF366F; }
a { background-color: rgb(191,54,111); }
div.DivClassName
{
background-color: #BF366F;
}
.BgClassName
{
background-color: #BF366F;
}
</style>
border-color css
<style>
span { border-color: #BF366F; }
span { border-color: rgb(191,54,111); }
td.TdClassName
{
border-color: #BF366F;
}
.TagClassName
{
border-color: #BF366F;
}
</style>