Shades of Jazzberry Jam #B81961
Tints of Jazzberry Jam #B81961
RGB
CMYK
RGB Variations
Color information
#B81961 (or 0xB81961) is known color: Jazzberry Jam. HEX triplet: B8, 19 and 61. RGB value is (184,25,97). Sum of RGB (Red+Green+Blue) = 184+25+97=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B81961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81961 is #47E69E. Grayscale: #505050. Windows color (decimal): -4712095 or 6363576. OLE color: 6363576.
HSL color Cylindrical-coordinate representation of color #B81961: hue angle of 332.83º 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 #B81961 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 97 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.28 |
| HSL | 332.83º | 0.76% | 0.41% | - |
| HSV(B) | 332.83º | 0.86% | 0.72% | - |
| XYZ | 22.27 | 11.75 | 12.4 | - |
| YUV | 80.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 97 | 0 | 0.86 | 0.47 | 0.28 | 332.83 | 0.76 | 0.41 |
| Hex | B8 | 19 | 61 | 0 | 56 | 2F | 1C | 14D | 4C | 29 |
| Octal | 270 | 31 | 141 | 0 | 126 | 57 | 34 | 515 | 114 | 51 |
| Binary | 10111000 | 11001 | 1100001 | 0 | 1010110 | 101111 | 11100 | 101001101 | 1001100 | 101001 |
Color Harmonies of #B81961
Complementary color
Monochromatic Colors of #B81961
Black with #B81961
Text Example
Text Example
White with #B81961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81961; }
p { color: rgb(184,25,97); }
H1.HeaderClassName
{
color: #B81961;
}
.AnyTagClassName
{
color: #B81961;
}
</style>
background-color css
<style>
a { background-color: #B81961; }
a { background-color: rgb(184,25,97); }
div.DivClassName
{
background-color: #B81961;
}
.BgClassName
{
background-color: #B81961;
}
</style>
border-color css
<style>
span { border-color: #B81961; }
span { border-color: rgb(184,25,97); }
td.TdClassName
{
border-color: #B81961;
}
.TagClassName
{
border-color: #B81961;
}
</style>