Shades of Jazzberry Jam #BF0759
Tints of Jazzberry Jam #BF0759
RGB
CMYK
RGB Variations
Color information
#BF0759 (or 0xBF0759) is known color: Jazzberry Jam. HEX triplet: BF, 07 and 59. RGB value is (191,7,89). Sum of RGB (Red+Green+Blue) = 191+7+89=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0759 is #40F8A6. Grayscale: #474747. Windows color (decimal): -4257959 or 5834687. OLE color: 5834687.
HSL color Cylindrical-coordinate representation of color #BF0759: hue angle of 333.26º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0759 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 89 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.25 |
| HSL | 333.26º | 0.93% | 0.39% | - |
| HSV(B) | 333.26º | 0.96% | 0.75% | - |
| XYZ | 23.37 | 11.95 | 10.53 | - |
| YUV | 71.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 89 | 0 | 0.96 | 0.53 | 0.25 | 333.26 | 0.93 | 0.39 |
| Hex | BF | 7 | 59 | 0 | 60 | 35 | 19 | 14D | 5D | 27 |
| Octal | 277 | 7 | 131 | 0 | 140 | 65 | 31 | 515 | 135 | 47 |
| Binary | 10111111 | 111 | 1011001 | 0 | 1100000 | 110101 | 11001 | 101001101 | 1011101 | 100111 |
Color Harmonies of #BF0759
Complementary color
Monochromatic Colors of #BF0759
Black with #BF0759
Text Example
Text Example
White with #BF0759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0759; }
p { color: rgb(191,7,89); }
H1.HeaderClassName
{
color: #BF0759;
}
.AnyTagClassName
{
color: #BF0759;
}
</style>
background-color css
<style>
a { background-color: #BF0759; }
a { background-color: rgb(191,7,89); }
div.DivClassName
{
background-color: #BF0759;
}
.BgClassName
{
background-color: #BF0759;
}
</style>
border-color css
<style>
span { border-color: #BF0759; }
span { border-color: rgb(191,7,89); }
td.TdClassName
{
border-color: #BF0759;
}
.TagClassName
{
border-color: #BF0759;
}
</style>