Shades of Jazzberry Jam #B80962
Tints of Jazzberry Jam #B80962
RGB
CMYK
RGB Variations
Color information
#B80962 (or 0xB80962) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 62. RGB value is (184,9,98). Sum of RGB (Red+Green+Blue) = 184+9+98=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B80962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80962 is #47F69D. Grayscale: #474747. Windows color (decimal): -4716190 or 6425016. OLE color: 6425016.
HSL color Cylindrical-coordinate representation of color #B80962: hue angle of 329.49º 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 #B80962 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 98 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.28 |
| HSL | 329.49º | 0.91% | 0.38% | - |
| HSV(B) | 329.49º | 0.95% | 0.72% | - |
| XYZ | 22.07 | 11.27 | 12.57 | - |
| YUV | 71.47 | 142.98 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 98 | 0 | 0.95 | 0.47 | 0.28 | 329.49 | 0.91 | 0.38 |
| Hex | B8 | 9 | 62 | 0 | 5F | 2F | 1C | 149 | 5B | 26 |
| Octal | 270 | 11 | 142 | 0 | 137 | 57 | 34 | 511 | 133 | 46 |
| Binary | 10111000 | 1001 | 1100010 | 0 | 1011111 | 101111 | 11100 | 101001001 | 1011011 | 100110 |
Color Harmonies of #B80962
Complementary color
Monochromatic Colors of #B80962
Black with #B80962
Text Example
Text Example
White with #B80962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80962; }
p { color: rgb(184,9,98); }
H1.HeaderClassName
{
color: #B80962;
}
.AnyTagClassName
{
color: #B80962;
}
</style>
background-color css
<style>
a { background-color: #B80962; }
a { background-color: rgb(184,9,98); }
div.DivClassName
{
background-color: #B80962;
}
.BgClassName
{
background-color: #B80962;
}
</style>
border-color css
<style>
span { border-color: #B80962; }
span { border-color: rgb(184,9,98); }
td.TdClassName
{
border-color: #B80962;
}
.TagClassName
{
border-color: #B80962;
}
</style>