Shades of Jazzberry Jam #BB0260
Tints of Jazzberry Jam #BB0260
RGB
CMYK
RGB Variations
Color information
#BB0260 (or 0xBB0260) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 60. RGB value is (187,2,96). Sum of RGB (Red+Green+Blue) = 187+2+96=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0260 is #44FD9F. Grayscale: #434343. Windows color (decimal): -4521376 or 6292155. OLE color: 6292155.
HSL color Cylindrical-coordinate representation of color #BB0260: hue angle of 329.51º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0260 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.27 |
| HSL | 329.51º | 0.98% | 0.37% | - |
| HSV(B) | 329.51º | 0.99% | 0.73% | - |
| XYZ | 22.63 | 11.45 | 12.08 | - |
| YUV | 68.03 | 143.79 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 96 | 0 | 0.99 | 0.49 | 0.27 | 329.51 | 0.98 | 0.37 |
| Hex | BB | 2 | 60 | 0 | 63 | 31 | 1B | 14A | 62 | 25 |
| Octal | 273 | 2 | 140 | 0 | 143 | 61 | 33 | 512 | 142 | 45 |
| Binary | 10111011 | 10 | 1100000 | 0 | 1100011 | 110001 | 11011 | 101001010 | 1100010 | 100101 |
Color Harmonies of #BB0260
Complementary color
Monochromatic Colors of #BB0260
Black with #BB0260
Text Example
Text Example
White with #BB0260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0260; }
p { color: rgb(187,2,96); }
H1.HeaderClassName
{
color: #BB0260;
}
.AnyTagClassName
{
color: #BB0260;
}
</style>
background-color css
<style>
a { background-color: #BB0260; }
a { background-color: rgb(187,2,96); }
div.DivClassName
{
background-color: #BB0260;
}
.BgClassName
{
background-color: #BB0260;
}
</style>
border-color css
<style>
span { border-color: #BB0260; }
span { border-color: rgb(187,2,96); }
td.TdClassName
{
border-color: #BB0260;
}
.TagClassName
{
border-color: #BB0260;
}
</style>