Shades of Jazzberry Jam #B80659
Tints of Jazzberry Jam #B80659
RGB
CMYK
RGB Variations
Color information
#B80659 (or 0xB80659) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 59. RGB value is (184,6,89). Sum of RGB (Red+Green+Blue) = 184+6+89=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B80659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80659 is #47F9A6. Grayscale: #444444. Windows color (decimal): -4716967 or 5834424. OLE color: 5834424.
HSL color Cylindrical-coordinate representation of color #B80659: hue angle of 332.02º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80659 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.28 |
| HSL | 332.02º | 0.94% | 0.37% | - |
| HSV(B) | 332.02º | 0.97% | 0.72% | - |
| XYZ | 21.64 | 11.04 | 10.44 | - |
| YUV | 68.68 | 139.47 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 89 | 0 | 0.97 | 0.52 | 0.28 | 332.02 | 0.94 | 0.37 |
| Hex | B8 | 6 | 59 | 0 | 61 | 34 | 1C | 14C | 5E | 25 |
| Octal | 270 | 6 | 131 | 0 | 141 | 64 | 34 | 514 | 136 | 45 |
| Binary | 10111000 | 110 | 1011001 | 0 | 1100001 | 110100 | 11100 | 101001100 | 1011110 | 100101 |
Color Harmonies of #B80659
Complementary color
Monochromatic Colors of #B80659
Black with #B80659
Text Example
Text Example
White with #B80659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80659; }
p { color: rgb(184,6,89); }
H1.HeaderClassName
{
color: #B80659;
}
.AnyTagClassName
{
color: #B80659;
}
</style>
background-color css
<style>
a { background-color: #B80659; }
a { background-color: rgb(184,6,89); }
div.DivClassName
{
background-color: #B80659;
}
.BgClassName
{
background-color: #B80659;
}
</style>
border-color css
<style>
span { border-color: #B80659; }
span { border-color: rgb(184,6,89); }
td.TdClassName
{
border-color: #B80659;
}
.TagClassName
{
border-color: #B80659;
}
</style>