Shades of Royal Heath #BF406F
Tints of Royal Heath #BF406F
RGB
CMYK
RGB Variations
Color information
#BF406F (or 0xBF406F) is known color: Royal Heath. HEX triplet: BF, 40 and 6F. RGB value is (191,64,111). Sum of RGB (Red+Green+Blue) = 191+64+111=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF406F is #40BF90. Grayscale: #6B6B6B. Windows color (decimal): -4243345 or 7291071. OLE color: 7291071.
HSL color Cylindrical-coordinate representation of color #BF406F: hue angle of 337.8º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF406F is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 111 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.25 |
| HSL | 337.8º | 0.5% | 0.5% | - |
| HSV(B) | 337.8º | 0.66% | 0.75% | - |
| XYZ | 26.19 | 15.89 | 16.73 | - |
| YUV | 107.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 111 | 0 | 0.66 | 0.42 | 0.25 | 337.8 | 0.5 | 0.5 |
| Hex | BF | 40 | 6F | 0 | 42 | 2A | 19 | 152 | 32 | 32 |
| Octal | 277 | 100 | 157 | 0 | 102 | 52 | 31 | 522 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1101111 | 0 | 1000010 | 101010 | 11001 | 101010010 | 110010 | 110010 |
Color Harmonies of #BF406F
Complementary color
Monochromatic Colors of #BF406F
Black with #BF406F
Text Example
Text Example
White with #BF406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF406F; }
p { color: rgb(191,64,111); }
H1.HeaderClassName
{
color: #BF406F;
}
.AnyTagClassName
{
color: #BF406F;
}
</style>
background-color css
<style>
a { background-color: #BF406F; }
a { background-color: rgb(191,64,111); }
div.DivClassName
{
background-color: #BF406F;
}
.BgClassName
{
background-color: #BF406F;
}
</style>
border-color css
<style>
span { border-color: #BF406F; }
span { border-color: rgb(191,64,111); }
td.TdClassName
{
border-color: #BF406F;
}
.TagClassName
{
border-color: #BF406F;
}
</style>