Shades of Jazzberry Jam #B81963
Tints of Jazzberry Jam #B81963
RGB
CMYK
RGB Variations
Color information
#B81963 (or 0xB81963) is known color: Jazzberry Jam. HEX triplet: B8, 19 and 63. RGB value is (184,25,99). Sum of RGB (Red+Green+Blue) = 184+25+99=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B81963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81963 is #47E69C. Grayscale: #505050. Windows color (decimal): -4712093 or 6494648. OLE color: 6494648.
HSL color Cylindrical-coordinate representation of color #B81963: hue angle of 332.08º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81963 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 99 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.28 |
| HSL | 332.08º | 0.76% | 0.41% | - |
| HSV(B) | 332.08º | 0.86% | 0.72% | - |
| XYZ | 22.37 | 11.79 | 12.9 | - |
| YUV | 80.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 99 | 0 | 0.86 | 0.46 | 0.28 | 332.08 | 0.76 | 0.41 |
| Hex | B8 | 19 | 63 | 0 | 56 | 2E | 1C | 14C | 4C | 29 |
| Octal | 270 | 31 | 143 | 0 | 126 | 56 | 34 | 514 | 114 | 51 |
| Binary | 10111000 | 11001 | 1100011 | 0 | 1010110 | 101110 | 11100 | 101001100 | 1001100 | 101001 |
Color Harmonies of #B81963
Complementary color
Monochromatic Colors of #B81963
Black with #B81963
Text Example
Text Example
White with #B81963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81963; }
p { color: rgb(184,25,99); }
H1.HeaderClassName
{
color: #B81963;
}
.AnyTagClassName
{
color: #B81963;
}
</style>
background-color css
<style>
a { background-color: #B81963; }
a { background-color: rgb(184,25,99); }
div.DivClassName
{
background-color: #B81963;
}
.BgClassName
{
background-color: #B81963;
}
</style>
border-color css
<style>
span { border-color: #B81963; }
span { border-color: rgb(184,25,99); }
td.TdClassName
{
border-color: #B81963;
}
.TagClassName
{
border-color: #B81963;
}
</style>