Shades of Jazzberry Jam #B90249
Tints of Jazzberry Jam #B90249
RGB
CMYK
RGB Variations
Color information
#B90249 (or 0xB90249) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 49. RGB value is (185,2,73). Sum of RGB (Red+Green+Blue) = 185+2+73=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B90249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90249 is #46FDB6. Grayscale: #404040. Windows color (decimal): -4652471 or 4784825. OLE color: 4784825.
HSL color Cylindrical-coordinate representation of color #B90249: hue angle of 336.72º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90249 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.27 |
| HSL | 336.72º | 0.98% | 0.37% | - |
| HSV(B) | 336.72º | 0.99% | 0.73% | - |
| XYZ | 21.23 | 10.84 | 7.28 | - |
| YUV | 64.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 73 | 0 | 0.99 | 0.61 | 0.27 | 336.72 | 0.98 | 0.37 |
| Hex | B9 | 2 | 49 | 0 | 63 | 3D | 1B | 151 | 62 | 25 |
| Octal | 271 | 2 | 111 | 0 | 143 | 75 | 33 | 521 | 142 | 45 |
| Binary | 10111001 | 10 | 1001001 | 0 | 1100011 | 111101 | 11011 | 101010001 | 1100010 | 100101 |
Color Harmonies of #B90249
Complementary color
Monochromatic Colors of #B90249
Black with #B90249
Text Example
Text Example
White with #B90249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90249; }
p { color: rgb(185,2,73); }
H1.HeaderClassName
{
color: #B90249;
}
.AnyTagClassName
{
color: #B90249;
}
</style>
background-color css
<style>
a { background-color: #B90249; }
a { background-color: rgb(185,2,73); }
div.DivClassName
{
background-color: #B90249;
}
.BgClassName
{
background-color: #B90249;
}
</style>
border-color css
<style>
span { border-color: #B90249; }
span { border-color: rgb(185,2,73); }
td.TdClassName
{
border-color: #B90249;
}
.TagClassName
{
border-color: #B90249;
}
</style>