Shades of Jazzberry Jam #B91063
Tints of Jazzberry Jam #B91063
RGB
CMYK
RGB Variations
Color information
#B91063 (or 0xB91063) is known color: Jazzberry Jam. HEX triplet: B9, 10 and 63. RGB value is (185,16,99). Sum of RGB (Red+Green+Blue) = 185+16+99=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B91063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91063 is #46EF9C. Grayscale: #4B4B4B. Windows color (decimal): -4648861 or 6492345. OLE color: 6492345.
HSL color Cylindrical-coordinate representation of color #B91063: hue angle of 330.53º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91063 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 99 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.27 |
| HSL | 330.53º | 0.84% | 0.39% | - |
| HSV(B) | 330.53º | 0.91% | 0.73% | - |
| XYZ | 22.45 | 11.59 | 12.86 | - |
| YUV | 75.99 | 140.99 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 99 | 0 | 0.91 | 0.46 | 0.27 | 330.53 | 0.84 | 0.39 |
| Hex | B9 | 10 | 63 | 0 | 5B | 2E | 1B | 14B | 54 | 27 |
| Octal | 271 | 20 | 143 | 0 | 133 | 56 | 33 | 513 | 124 | 47 |
| Binary | 10111001 | 10000 | 1100011 | 0 | 1011011 | 101110 | 11011 | 101001011 | 1010100 | 100111 |
Color Harmonies of #B91063
Complementary color
Monochromatic Colors of #B91063
Black with #B91063
Text Example
Text Example
White with #B91063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91063; }
p { color: rgb(185,16,99); }
H1.HeaderClassName
{
color: #B91063;
}
.AnyTagClassName
{
color: #B91063;
}
</style>
background-color css
<style>
a { background-color: #B91063; }
a { background-color: rgb(185,16,99); }
div.DivClassName
{
background-color: #B91063;
}
.BgClassName
{
background-color: #B91063;
}
</style>
border-color css
<style>
span { border-color: #B91063; }
span { border-color: rgb(185,16,99); }
td.TdClassName
{
border-color: #B91063;
}
.TagClassName
{
border-color: #B91063;
}
</style>