Shades of Jazzberry Jam #B81964
Tints of Jazzberry Jam #B81964
RGB
CMYK
RGB Variations
Color information
#B81964 (or 0xB81964) is known color: Jazzberry Jam. HEX triplet: B8, 19 and 64. RGB value is (184,25,100). Sum of RGB (Red+Green+Blue) = 184+25+100=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B81964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81964 is #47E69B. Grayscale: #505050. Windows color (decimal): -4712092 or 6560184. OLE color: 6560184.
HSL color Cylindrical-coordinate representation of color #B81964: hue angle of 331.7º 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 #B81964 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 100 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.28 |
| HSL | 331.7º | 0.76% | 0.41% | - |
| HSV(B) | 331.7º | 0.86% | 0.72% | - |
| XYZ | 22.42 | 11.81 | 13.15 | - |
| YUV | 81.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 100 | 0 | 0.86 | 0.46 | 0.28 | 331.7 | 0.76 | 0.41 |
| Hex | B8 | 19 | 64 | 0 | 56 | 2E | 1C | 14C | 4C | 29 |
| Octal | 270 | 31 | 144 | 0 | 126 | 56 | 34 | 514 | 114 | 51 |
| Binary | 10111000 | 11001 | 1100100 | 0 | 1010110 | 101110 | 11100 | 101001100 | 1001100 | 101001 |
Color Harmonies of #B81964
Complementary color
Monochromatic Colors of #B81964
Black with #B81964
Text Example
Text Example
White with #B81964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81964; }
p { color: rgb(184,25,100); }
H1.HeaderClassName
{
color: #B81964;
}
.AnyTagClassName
{
color: #B81964;
}
</style>
background-color css
<style>
a { background-color: #B81964; }
a { background-color: rgb(184,25,100); }
div.DivClassName
{
background-color: #B81964;
}
.BgClassName
{
background-color: #B81964;
}
</style>
border-color css
<style>
span { border-color: #B81964; }
span { border-color: rgb(184,25,100); }
td.TdClassName
{
border-color: #B81964;
}
.TagClassName
{
border-color: #B81964;
}
</style>