Shades of Jazzberry Jam #B80959
Tints of Jazzberry Jam #B80959
RGB
CMYK
RGB Variations
Color information
#B80959 (or 0xB80959) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 59. RGB value is (184,9,89). Sum of RGB (Red+Green+Blue) = 184+9+89=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B80959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80959 is #47F6A6. Grayscale: #464646. Windows color (decimal): -4716199 or 5835192. OLE color: 5835192.
HSL color Cylindrical-coordinate representation of color #B80959: hue angle of 332.57º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80959 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 89 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.28 |
| HSL | 332.57º | 0.91% | 0.38% | - |
| HSV(B) | 332.57º | 0.95% | 0.72% | - |
| XYZ | 21.67 | 11.11 | 10.45 | - |
| YUV | 70.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 89 | 0 | 0.95 | 0.52 | 0.28 | 332.57 | 0.91 | 0.38 |
| Hex | B8 | 9 | 59 | 0 | 5F | 34 | 1C | 14D | 5B | 26 |
| Octal | 270 | 11 | 131 | 0 | 137 | 64 | 34 | 515 | 133 | 46 |
| Binary | 10111000 | 1001 | 1011001 | 0 | 1011111 | 110100 | 11100 | 101001101 | 1011011 | 100110 |
Color Harmonies of #B80959
Complementary color
Monochromatic Colors of #B80959
Black with #B80959
Text Example
Text Example
White with #B80959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80959; }
p { color: rgb(184,9,89); }
H1.HeaderClassName
{
color: #B80959;
}
.AnyTagClassName
{
color: #B80959;
}
</style>
background-color css
<style>
a { background-color: #B80959; }
a { background-color: rgb(184,9,89); }
div.DivClassName
{
background-color: #B80959;
}
.BgClassName
{
background-color: #B80959;
}
</style>
border-color css
<style>
span { border-color: #B80959; }
span { border-color: rgb(184,9,89); }
td.TdClassName
{
border-color: #B80959;
}
.TagClassName
{
border-color: #B80959;
}
</style>