Shades of Jazzberry Jam #B90155
Tints of Jazzberry Jam #B90155
RGB
CMYK
RGB Variations
Color information
#B90155 (or 0xB90155) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 55. RGB value is (185,1,85). Sum of RGB (Red+Green+Blue) = 185+1+85=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B90155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90155 is #46FEAA. Grayscale: #414141. Windows color (decimal): -4652715 or 5571001. OLE color: 5571001.
HSL color Cylindrical-coordinate representation of color #B90155: hue angle of 332.61º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90155 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.27 |
| HSL | 332.61º | 0.99% | 0.36% | - |
| HSV(B) | 332.61º | 0.99% | 0.73% | - |
| XYZ | 21.66 | 10.99 | 9.57 | - |
| YUV | 65.59 | 138.96 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 85 | 0 | 0.99 | 0.54 | 0.27 | 332.61 | 0.99 | 0.36 |
| Hex | B9 | 1 | 55 | 0 | 63 | 36 | 1B | 14D | 63 | 24 |
| Octal | 271 | 1 | 125 | 0 | 143 | 66 | 33 | 515 | 143 | 44 |
| Binary | 10111001 | 1 | 1010101 | 0 | 1100011 | 110110 | 11011 | 101001101 | 1100011 | 100100 |
Color Harmonies of #B90155
Complementary color
Monochromatic Colors of #B90155
Black with #B90155
Text Example
Text Example
White with #B90155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90155; }
p { color: rgb(185,1,85); }
H1.HeaderClassName
{
color: #B90155;
}
.AnyTagClassName
{
color: #B90155;
}
</style>
background-color css
<style>
a { background-color: #B90155; }
a { background-color: rgb(185,1,85); }
div.DivClassName
{
background-color: #B90155;
}
.BgClassName
{
background-color: #B90155;
}
</style>
border-color css
<style>
span { border-color: #B90155; }
span { border-color: rgb(185,1,85); }
td.TdClassName
{
border-color: #B90155;
}
.TagClassName
{
border-color: #B90155;
}
</style>