Shades of Jazzberry Jam #B80862
Tints of Jazzberry Jam #B80862
RGB
CMYK
RGB Variations
Color information
#B80862 (or 0xB80862) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 62. RGB value is (184,8,98). Sum of RGB (Red+Green+Blue) = 184+8+98=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B80862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80862 is #47F79D. Grayscale: #464646. Windows color (decimal): -4716446 or 6424760. OLE color: 6424760.
HSL color Cylindrical-coordinate representation of color #B80862: hue angle of 329.32º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80862 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 98 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.28 |
| HSL | 329.32º | 0.92% | 0.38% | - |
| HSV(B) | 329.32º | 0.96% | 0.72% | - |
| XYZ | 22.06 | 11.25 | 12.56 | - |
| YUV | 70.88 | 143.31 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 98 | 0 | 0.96 | 0.47 | 0.28 | 329.32 | 0.92 | 0.38 |
| Hex | B8 | 8 | 62 | 0 | 60 | 2F | 1C | 149 | 5C | 26 |
| Octal | 270 | 10 | 142 | 0 | 140 | 57 | 34 | 511 | 134 | 46 |
| Binary | 10111000 | 1000 | 1100010 | 0 | 1100000 | 101111 | 11100 | 101001001 | 1011100 | 100110 |
Color Harmonies of #B80862
Complementary color
Monochromatic Colors of #B80862
Black with #B80862
Text Example
Text Example
White with #B80862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80862; }
p { color: rgb(184,8,98); }
H1.HeaderClassName
{
color: #B80862;
}
.AnyTagClassName
{
color: #B80862;
}
</style>
background-color css
<style>
a { background-color: #B80862; }
a { background-color: rgb(184,8,98); }
div.DivClassName
{
background-color: #B80862;
}
.BgClassName
{
background-color: #B80862;
}
</style>
border-color css
<style>
span { border-color: #B80862; }
span { border-color: rgb(184,8,98); }
td.TdClassName
{
border-color: #B80862;
}
.TagClassName
{
border-color: #B80862;
}
</style>