Shades of Royal Heath #BF426B
Tints of Royal Heath #BF426B
RGB
CMYK
RGB Variations
Color information
#BF426B (or 0xBF426B) is known color: Royal Heath. HEX triplet: BF, 42 and 6B. RGB value is (191,66,107). Sum of RGB (Red+Green+Blue) = 191+66+107=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF426B is #40BD94. Grayscale: #6C6C6C. Windows color (decimal): -4242837 or 7029439. OLE color: 7029439.
HSL color Cylindrical-coordinate representation of color #BF426B: hue angle of 340.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF426B is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 107 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.25 |
| HSL | 340.32º | 0.49% | 0.5% | - |
| HSV(B) | 340.32º | 0.65% | 0.75% | - |
| XYZ | 26.09 | 16.03 | 15.63 | - |
| YUV | 108.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 107 | 0 | 0.65 | 0.44 | 0.25 | 340.32 | 0.49 | 0.5 |
| Hex | BF | 42 | 6B | 0 | 41 | 2C | 19 | 154 | 31 | 32 |
| Octal | 277 | 102 | 153 | 0 | 101 | 54 | 31 | 524 | 61 | 62 |
| Binary | 10111111 | 1000010 | 1101011 | 0 | 1000001 | 101100 | 11001 | 101010100 | 110001 | 110010 |
Color Harmonies of #BF426B
Complementary color
Monochromatic Colors of #BF426B
Black with #BF426B
Text Example
Text Example
White with #BF426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF426B; }
p { color: rgb(191,66,107); }
H1.HeaderClassName
{
color: #BF426B;
}
.AnyTagClassName
{
color: #BF426B;
}
</style>
background-color css
<style>
a { background-color: #BF426B; }
a { background-color: rgb(191,66,107); }
div.DivClassName
{
background-color: #BF426B;
}
.BgClassName
{
background-color: #BF426B;
}
</style>
border-color css
<style>
span { border-color: #BF426B; }
span { border-color: rgb(191,66,107); }
td.TdClassName
{
border-color: #BF426B;
}
.TagClassName
{
border-color: #BF426B;
}
</style>