Shades of Jazzberry Jam #BF0859
Tints of Jazzberry Jam #BF0859
RGB
CMYK
RGB Variations
Color information
#BF0859 (or 0xBF0859) is known color: Jazzberry Jam. HEX triplet: BF, 08 and 59. RGB value is (191,8,89). Sum of RGB (Red+Green+Blue) = 191+8+89=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0859 is #40F7A6. Grayscale: #474747. Windows color (decimal): -4257703 or 5834943. OLE color: 5834943.
HSL color Cylindrical-coordinate representation of color #BF0859: hue angle of 333.44º degrees, saturation: 0.92, 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 #BF0859 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 89 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.25 |
| HSL | 333.44º | 0.92% | 0.39% | - |
| HSV(B) | 333.44º | 0.96% | 0.75% | - |
| XYZ | 23.38 | 11.97 | 10.53 | - |
| YUV | 71.95 | 137.63 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 89 | 0 | 0.96 | 0.53 | 0.25 | 333.44 | 0.92 | 0.39 |
| Hex | BF | 8 | 59 | 0 | 60 | 35 | 19 | 14D | 5C | 27 |
| Octal | 277 | 10 | 131 | 0 | 140 | 65 | 31 | 515 | 134 | 47 |
| Binary | 10111111 | 1000 | 1011001 | 0 | 1100000 | 110101 | 11001 | 101001101 | 1011100 | 100111 |
Color Harmonies of #BF0859
Complementary color
Monochromatic Colors of #BF0859
Black with #BF0859
Text Example
Text Example
White with #BF0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0859; }
p { color: rgb(191,8,89); }
H1.HeaderClassName
{
color: #BF0859;
}
.AnyTagClassName
{
color: #BF0859;
}
</style>
background-color css
<style>
a { background-color: #BF0859; }
a { background-color: rgb(191,8,89); }
div.DivClassName
{
background-color: #BF0859;
}
.BgClassName
{
background-color: #BF0859;
}
</style>
border-color css
<style>
span { border-color: #BF0859; }
span { border-color: rgb(191,8,89); }
td.TdClassName
{
border-color: #BF0859;
}
.TagClassName
{
border-color: #BF0859;
}
</style>