Shades of Jazzberry Jam #BF1060
Tints of Jazzberry Jam #BF1060
RGB
CMYK
RGB Variations
Color information
#BF1060 (or 0xBF1060) is known color: Jazzberry Jam. HEX triplet: BF, 10 and 60. RGB value is (191,16,96). Sum of RGB (Red+Green+Blue) = 191+16+96=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1060 is #40EF9F. Grayscale: #4D4D4D. Windows color (decimal): -4255648 or 6295743. OLE color: 6295743.
HSL color Cylindrical-coordinate representation of color #BF1060: hue angle of 332.57º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1060 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 96 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.25 |
| HSL | 332.57º | 0.85% | 0.41% | - |
| HSV(B) | 332.57º | 0.92% | 0.75% | - |
| XYZ | 23.78 | 12.29 | 12.19 | - |
| YUV | 77.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 96 | 0 | 0.92 | 0.50 | 0.25 | 332.57 | 0.85 | 0.41 |
| Hex | BF | 10 | 60 | 0 | 5C | 32 | 19 | 14D | 55 | 29 |
| Octal | 277 | 20 | 140 | 0 | 134 | 62 | 31 | 515 | 125 | 51 |
| Binary | 10111111 | 10000 | 1100000 | 0 | 1011100 | 110010 | 11001 | 101001101 | 1010101 | 101001 |
Color Harmonies of #BF1060
Complementary color
Monochromatic Colors of #BF1060
Black with #BF1060
Text Example
Text Example
White with #BF1060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1060; }
p { color: rgb(191,16,96); }
H1.HeaderClassName
{
color: #BF1060;
}
.AnyTagClassName
{
color: #BF1060;
}
</style>
background-color css
<style>
a { background-color: #BF1060; }
a { background-color: rgb(191,16,96); }
div.DivClassName
{
background-color: #BF1060;
}
.BgClassName
{
background-color: #BF1060;
}
</style>
border-color css
<style>
span { border-color: #BF1060; }
span { border-color: rgb(191,16,96); }
td.TdClassName
{
border-color: #BF1060;
}
.TagClassName
{
border-color: #BF1060;
}
</style>