Shades of Jazzberry Jam #B90260
Tints of Jazzberry Jam #B90260
RGB
CMYK
RGB Variations
Color information
#B90260 (or 0xB90260) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 60. RGB value is (185,2,96). Sum of RGB (Red+Green+Blue) = 185+2+96=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B90260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90260 is #46FD9F. Grayscale: #434343. Windows color (decimal): -4652448 or 6292153. OLE color: 6292153.
HSL color Cylindrical-coordinate representation of color #B90260: hue angle of 329.18º 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 #B90260 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.27 |
| HSL | 329.18º | 0.98% | 0.37% | - |
| HSV(B) | 329.18º | 0.99% | 0.73% | - |
| XYZ | 22.14 | 11.2 | 12.06 | - |
| YUV | 67.43 | 144.13 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 96 | 0 | 0.99 | 0.48 | 0.27 | 329.18 | 0.98 | 0.37 |
| Hex | B9 | 2 | 60 | 0 | 63 | 30 | 1B | 149 | 62 | 25 |
| Octal | 271 | 2 | 140 | 0 | 143 | 60 | 33 | 511 | 142 | 45 |
| Binary | 10111001 | 10 | 1100000 | 0 | 1100011 | 110000 | 11011 | 101001001 | 1100010 | 100101 |
Color Harmonies of #B90260
Complementary color
Monochromatic Colors of #B90260
Black with #B90260
Text Example
Text Example
White with #B90260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90260; }
p { color: rgb(185,2,96); }
H1.HeaderClassName
{
color: #B90260;
}
.AnyTagClassName
{
color: #B90260;
}
</style>
background-color css
<style>
a { background-color: #B90260; }
a { background-color: rgb(185,2,96); }
div.DivClassName
{
background-color: #B90260;
}
.BgClassName
{
background-color: #B90260;
}
</style>
border-color css
<style>
span { border-color: #B90260; }
span { border-color: rgb(185,2,96); }
td.TdClassName
{
border-color: #B90260;
}
.TagClassName
{
border-color: #B90260;
}
</style>