Shades of Jazzberry Jam #B81255
Tints of Jazzberry Jam #B81255
RGB
CMYK
RGB Variations
Color information
#B81255 (or 0xB81255) is known color: Jazzberry Jam. HEX triplet: B8, 12 and 55. RGB value is (184,18,85). Sum of RGB (Red+Green+Blue) = 184+18+85=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B81255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81255 is #47EDAA. Grayscale: #4B4B4B. Windows color (decimal): -4713899 or 5575352. OLE color: 5575352.
HSL color Cylindrical-coordinate representation of color #B81255: hue angle of 335.78º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81255 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 85 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.28 |
| HSL | 335.78º | 0.82% | 0.4% | - |
| HSV(B) | 335.78º | 0.9% | 0.72% | - |
| XYZ | 21.62 | 11.28 | 9.63 | - |
| YUV | 75.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 85 | 0 | 0.90 | 0.54 | 0.28 | 335.78 | 0.82 | 0.4 |
| Hex | B8 | 12 | 55 | 0 | 5A | 36 | 1C | 150 | 52 | 28 |
| Octal | 270 | 22 | 125 | 0 | 132 | 66 | 34 | 520 | 122 | 50 |
| Binary | 10111000 | 10010 | 1010101 | 0 | 1011010 | 110110 | 11100 | 101010000 | 1010010 | 101000 |
Color Harmonies of #B81255
Complementary color
Monochromatic Colors of #B81255
Black with #B81255
Text Example
Text Example
White with #B81255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81255; }
p { color: rgb(184,18,85); }
H1.HeaderClassName
{
color: #B81255;
}
.AnyTagClassName
{
color: #B81255;
}
</style>
background-color css
<style>
a { background-color: #B81255; }
a { background-color: rgb(184,18,85); }
div.DivClassName
{
background-color: #B81255;
}
.BgClassName
{
background-color: #B81255;
}
</style>
border-color css
<style>
span { border-color: #B81255; }
span { border-color: rgb(184,18,85); }
td.TdClassName
{
border-color: #B81255;
}
.TagClassName
{
border-color: #B81255;
}
</style>