Shades of Jazzberry Jam #B81655
Tints of Jazzberry Jam #B81655
RGB
CMYK
RGB Variations
Color information
#B81655 (or 0xB81655) is known color: Jazzberry Jam. HEX triplet: B8, 16 and 55. RGB value is (184,22,85). Sum of RGB (Red+Green+Blue) = 184+22+85=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B81655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81655 is #47E9AA. Grayscale: #4D4D4D. Windows color (decimal): -4712875 or 5576376. OLE color: 5576376.
HSL color Cylindrical-coordinate representation of color #B81655: hue angle of 336.67º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81655 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 85 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.28 |
| HSL | 336.67º | 0.79% | 0.4% | - |
| HSV(B) | 336.67º | 0.88% | 0.72% | - |
| XYZ | 21.69 | 11.42 | 9.66 | - |
| YUV | 77.62 | 132.17 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 85 | 0 | 0.88 | 0.54 | 0.28 | 336.67 | 0.79 | 0.4 |
| Hex | B8 | 16 | 55 | 0 | 58 | 36 | 1C | 151 | 4F | 28 |
| Octal | 270 | 26 | 125 | 0 | 130 | 66 | 34 | 521 | 117 | 50 |
| Binary | 10111000 | 10110 | 1010101 | 0 | 1011000 | 110110 | 11100 | 101010001 | 1001111 | 101000 |
Color Harmonies of #B81655
Complementary color
Monochromatic Colors of #B81655
Black with #B81655
Text Example
Text Example
White with #B81655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81655; }
p { color: rgb(184,22,85); }
H1.HeaderClassName
{
color: #B81655;
}
.AnyTagClassName
{
color: #B81655;
}
</style>
background-color css
<style>
a { background-color: #B81655; }
a { background-color: rgb(184,22,85); }
div.DivClassName
{
background-color: #B81655;
}
.BgClassName
{
background-color: #B81655;
}
</style>
border-color css
<style>
span { border-color: #B81655; }
span { border-color: rgb(184,22,85); }
td.TdClassName
{
border-color: #B81655;
}
.TagClassName
{
border-color: #B81655;
}
</style>