Shades of Royal Heath #BF416B
Tints of Royal Heath #BF416B
RGB
CMYK
RGB Variations
Color information
#BF416B (or 0xBF416B) is known color: Royal Heath. HEX triplet: BF, 41 and 6B. RGB value is (191,65,107). Sum of RGB (Red+Green+Blue) = 191+65+107=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF416B is #40BE94. Grayscale: #6B6B6B. Windows color (decimal): -4243093 or 7029183. OLE color: 7029183.
HSL color Cylindrical-coordinate representation of color #BF416B: hue angle of 340º 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 #BF416B is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 107 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.25 |
| HSL | 340º | 0.5% | 0.5% | - |
| HSV(B) | 340º | 0.66% | 0.75% | - |
| XYZ | 26.03 | 15.92 | 15.61 | - |
| YUV | 107.46 | 127.74 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 107 | 0 | 0.66 | 0.44 | 0.25 | 340 | 0.5 | 0.5 |
| Hex | BF | 41 | 6B | 0 | 42 | 2C | 19 | 154 | 32 | 32 |
| Octal | 277 | 101 | 153 | 0 | 102 | 54 | 31 | 524 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1101011 | 0 | 1000010 | 101100 | 11001 | 101010100 | 110010 | 110010 |
Color Harmonies of #BF416B
Complementary color
Monochromatic Colors of #BF416B
Black with #BF416B
Text Example
Text Example
White with #BF416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF416B; }
p { color: rgb(191,65,107); }
H1.HeaderClassName
{
color: #BF416B;
}
.AnyTagClassName
{
color: #BF416B;
}
</style>
background-color css
<style>
a { background-color: #BF416B; }
a { background-color: rgb(191,65,107); }
div.DivClassName
{
background-color: #BF416B;
}
.BgClassName
{
background-color: #BF416B;
}
</style>
border-color css
<style>
span { border-color: #BF416B; }
span { border-color: rgb(191,65,107); }
td.TdClassName
{
border-color: #BF416B;
}
.TagClassName
{
border-color: #BF416B;
}
</style>