Shades of Jazzberry Jam #B81659
Tints of Jazzberry Jam #B81659
RGB
CMYK
RGB Variations
Color information
#B81659 (or 0xB81659) is known color: Jazzberry Jam. HEX triplet: B8, 16 and 59. RGB value is (184,22,89). Sum of RGB (Red+Green+Blue) = 184+22+89=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B81659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81659 is #47E9A6. Grayscale: #4D4D4D. Windows color (decimal): -4712871 or 5838520. OLE color: 5838520.
HSL color Cylindrical-coordinate representation of color #B81659: hue angle of 335.19º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81659 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 89 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.28 |
| HSL | 335.19º | 0.79% | 0.4% | - |
| HSV(B) | 335.19º | 0.88% | 0.72% | - |
| XYZ | 21.86 | 11.49 | 10.52 | - |
| YUV | 78.08 | 134.17 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 89 | 0 | 0.88 | 0.52 | 0.28 | 335.19 | 0.79 | 0.4 |
| Hex | B8 | 16 | 59 | 0 | 58 | 34 | 1C | 14F | 4F | 28 |
| Octal | 270 | 26 | 131 | 0 | 130 | 64 | 34 | 517 | 117 | 50 |
| Binary | 10111000 | 10110 | 1011001 | 0 | 1011000 | 110100 | 11100 | 101001111 | 1001111 | 101000 |
Color Harmonies of #B81659
Complementary color
Monochromatic Colors of #B81659
Black with #B81659
Text Example
Text Example
White with #B81659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81659; }
p { color: rgb(184,22,89); }
H1.HeaderClassName
{
color: #B81659;
}
.AnyTagClassName
{
color: #B81659;
}
</style>
background-color css
<style>
a { background-color: #B81659; }
a { background-color: rgb(184,22,89); }
div.DivClassName
{
background-color: #B81659;
}
.BgClassName
{
background-color: #B81659;
}
</style>
border-color css
<style>
span { border-color: #B81659; }
span { border-color: rgb(184,22,89); }
td.TdClassName
{
border-color: #B81659;
}
.TagClassName
{
border-color: #B81659;
}
</style>