Shades of Jazzberry Jam #B80958
Tints of Jazzberry Jam #B80958
RGB
CMYK
RGB Variations
Color information
#B80958 (or 0xB80958) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 58. RGB value is (184,9,88). Sum of RGB (Red+Green+Blue) = 184+9+88=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B80958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80958 is #47F6A7. Grayscale: #464646. Windows color (decimal): -4716200 or 5769656. OLE color: 5769656.
HSL color Cylindrical-coordinate representation of color #B80958: hue angle of 332.91º 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 #B80958 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 88 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.28 |
| HSL | 332.91º | 0.91% | 0.38% | - |
| HSV(B) | 332.91º | 0.95% | 0.72% | - |
| XYZ | 21.63 | 11.09 | 10.23 | - |
| YUV | 70.33 | 137.98 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 88 | 0 | 0.95 | 0.52 | 0.28 | 332.91 | 0.91 | 0.38 |
| Hex | B8 | 9 | 58 | 0 | 5F | 34 | 1C | 14D | 5B | 26 |
| Octal | 270 | 11 | 130 | 0 | 137 | 64 | 34 | 515 | 133 | 46 |
| Binary | 10111000 | 1001 | 1011000 | 0 | 1011111 | 110100 | 11100 | 101001101 | 1011011 | 100110 |
Color Harmonies of #B80958
Complementary color
Monochromatic Colors of #B80958
Black with #B80958
Text Example
Text Example
White with #B80958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80958; }
p { color: rgb(184,9,88); }
H1.HeaderClassName
{
color: #B80958;
}
.AnyTagClassName
{
color: #B80958;
}
</style>
background-color css
<style>
a { background-color: #B80958; }
a { background-color: rgb(184,9,88); }
div.DivClassName
{
background-color: #B80958;
}
.BgClassName
{
background-color: #B80958;
}
</style>
border-color css
<style>
span { border-color: #B80958; }
span { border-color: rgb(184,9,88); }
td.TdClassName
{
border-color: #B80958;
}
.TagClassName
{
border-color: #B80958;
}
</style>