Shades of Jazzberry Jam #B91962
Tints of Jazzberry Jam #B91962
RGB
CMYK
RGB Variations
Color information
#B91962 (or 0xB91962) is known color: Jazzberry Jam. HEX triplet: B9, 19 and 62. RGB value is (185,25,98). Sum of RGB (Red+Green+Blue) = 185+25+98=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B91962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91962 is #46E69D. Grayscale: #515151. Windows color (decimal): -4646558 or 6429113. OLE color: 6429113.
HSL color Cylindrical-coordinate representation of color #B91962: hue angle of 332.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91962 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 98 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.27 |
| HSL | 332.63º | 0.76% | 0.41% | - |
| HSV(B) | 332.63º | 0.86% | 0.73% | - |
| XYZ | 22.56 | 11.89 | 12.66 | - |
| YUV | 81.16 | 137.51 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 98 | 0 | 0.86 | 0.47 | 0.27 | 332.63 | 0.76 | 0.41 |
| Hex | B9 | 19 | 62 | 0 | 56 | 2F | 1B | 14D | 4C | 29 |
| Octal | 271 | 31 | 142 | 0 | 126 | 57 | 33 | 515 | 114 | 51 |
| Binary | 10111001 | 11001 | 1100010 | 0 | 1010110 | 101111 | 11011 | 101001101 | 1001100 | 101001 |
Color Harmonies of #B91962
Complementary color
Monochromatic Colors of #B91962
Black with #B91962
Text Example
Text Example
White with #B91962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91962; }
p { color: rgb(185,25,98); }
H1.HeaderClassName
{
color: #B91962;
}
.AnyTagClassName
{
color: #B91962;
}
</style>
background-color css
<style>
a { background-color: #B91962; }
a { background-color: rgb(185,25,98); }
div.DivClassName
{
background-color: #B91962;
}
.BgClassName
{
background-color: #B91962;
}
</style>
border-color css
<style>
span { border-color: #B91962; }
span { border-color: rgb(185,25,98); }
td.TdClassName
{
border-color: #B91962;
}
.TagClassName
{
border-color: #B91962;
}
</style>