Shades of Jazzberry Jam #B81564
Tints of Jazzberry Jam #B81564
RGB
CMYK
RGB Variations
Color information
#B81564 (or 0xB81564) is known color: Jazzberry Jam. HEX triplet: B8, 15 and 64. RGB value is (184,21,100). Sum of RGB (Red+Green+Blue) = 184+21+100=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B81564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81564 is #47EA9B. Grayscale: #4E4E4E. Windows color (decimal): -4713116 or 6559160. OLE color: 6559160.
HSL color Cylindrical-coordinate representation of color #B81564: hue angle of 330.92º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81564 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 100 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.28 |
| HSL | 330.92º | 0.8% | 0.4% | - |
| HSV(B) | 330.92º | 0.89% | 0.72% | - |
| XYZ | 22.34 | 11.65 | 13.13 | - |
| YUV | 78.74 | 140 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 100 | 0 | 0.89 | 0.46 | 0.28 | 330.92 | 0.8 | 0.4 |
| Hex | B8 | 15 | 64 | 0 | 59 | 2E | 1C | 14B | 50 | 28 |
| Octal | 270 | 25 | 144 | 0 | 131 | 56 | 34 | 513 | 120 | 50 |
| Binary | 10111000 | 10101 | 1100100 | 0 | 1011001 | 101110 | 11100 | 101001011 | 1010000 | 101000 |
Color Harmonies of #B81564
Complementary color
Monochromatic Colors of #B81564
Black with #B81564
Text Example
Text Example
White with #B81564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81564; }
p { color: rgb(184,21,100); }
H1.HeaderClassName
{
color: #B81564;
}
.AnyTagClassName
{
color: #B81564;
}
</style>
background-color css
<style>
a { background-color: #B81564; }
a { background-color: rgb(184,21,100); }
div.DivClassName
{
background-color: #B81564;
}
.BgClassName
{
background-color: #B81564;
}
</style>
border-color css
<style>
span { border-color: #B81564; }
span { border-color: rgb(184,21,100); }
td.TdClassName
{
border-color: #B81564;
}
.TagClassName
{
border-color: #B81564;
}
</style>