Shades of Jazzberry Jam #BB0256
Tints of Jazzberry Jam #BB0256
RGB
CMYK
RGB Variations
Color information
#BB0256 (or 0xBB0256) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 56. RGB value is (187,2,86). Sum of RGB (Red+Green+Blue) = 187+2+86=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0256 is #44FDA9. Grayscale: #424242. Windows color (decimal): -4521386 or 5636795. OLE color: 5636795.
HSL color Cylindrical-coordinate representation of color #BB0256: hue angle of 332.76º 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 #BB0256 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.27 |
| HSL | 332.76º | 0.98% | 0.37% | - |
| HSV(B) | 332.76º | 0.99% | 0.73% | - |
| XYZ | 22.19 | 11.28 | 9.81 | - |
| YUV | 66.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 86 | 0 | 0.99 | 0.54 | 0.27 | 332.76 | 0.98 | 0.37 |
| Hex | BB | 2 | 56 | 0 | 63 | 36 | 1B | 14D | 62 | 25 |
| Octal | 273 | 2 | 126 | 0 | 143 | 66 | 33 | 515 | 142 | 45 |
| Binary | 10111011 | 10 | 1010110 | 0 | 1100011 | 110110 | 11011 | 101001101 | 1100010 | 100101 |
Color Harmonies of #BB0256
Complementary color
Monochromatic Colors of #BB0256
Black with #BB0256
Text Example
Text Example
White with #BB0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0256; }
p { color: rgb(187,2,86); }
H1.HeaderClassName
{
color: #BB0256;
}
.AnyTagClassName
{
color: #BB0256;
}
</style>
background-color css
<style>
a { background-color: #BB0256; }
a { background-color: rgb(187,2,86); }
div.DivClassName
{
background-color: #BB0256;
}
.BgClassName
{
background-color: #BB0256;
}
</style>
border-color css
<style>
span { border-color: #BB0256; }
span { border-color: rgb(187,2,86); }
td.TdClassName
{
border-color: #BB0256;
}
.TagClassName
{
border-color: #BB0256;
}
</style>