Shades of Jazzberry Jam #B92063
Tints of Jazzberry Jam #B92063
RGB
CMYK
RGB Variations
Color information
#B92063 (or 0xB92063) is known color: Jazzberry Jam. HEX triplet: B9, 20 and 63. RGB value is (185,32,99). Sum of RGB (Red+Green+Blue) = 185+32+99=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B92063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92063 is #46DF9C. Grayscale: #555555. Windows color (decimal): -4644765 or 6496441. OLE color: 6496441.
HSL color Cylindrical-coordinate representation of color #B92063: hue angle of 333.73º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92063 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 99 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.27 |
| HSL | 333.73º | 0.71% | 0.43% | - |
| HSV(B) | 333.73º | 0.83% | 0.73% | - |
| XYZ | 22.78 | 12.25 | 12.97 | - |
| YUV | 85.39 | 135.69 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 99 | 0 | 0.83 | 0.46 | 0.27 | 333.73 | 0.71 | 0.43 |
| Hex | B9 | 20 | 63 | 0 | 53 | 2E | 1B | 14E | 47 | 2B |
| Octal | 271 | 40 | 143 | 0 | 123 | 56 | 33 | 516 | 107 | 53 |
| Binary | 10111001 | 100000 | 1100011 | 0 | 1010011 | 101110 | 11011 | 101001110 | 1000111 | 101011 |
Color Harmonies of #B92063
Complementary color
Monochromatic Colors of #B92063
Black with #B92063
Text Example
Text Example
White with #B92063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92063; }
p { color: rgb(185,32,99); }
H1.HeaderClassName
{
color: #B92063;
}
.AnyTagClassName
{
color: #B92063;
}
</style>
background-color css
<style>
a { background-color: #B92063; }
a { background-color: rgb(185,32,99); }
div.DivClassName
{
background-color: #B92063;
}
.BgClassName
{
background-color: #B92063;
}
</style>
border-color css
<style>
span { border-color: #B92063; }
span { border-color: rgb(185,32,99); }
td.TdClassName
{
border-color: #B92063;
}
.TagClassName
{
border-color: #B92063;
}
</style>