Shades of Jazzberry Jam #B90152
Tints of Jazzberry Jam #B90152
RGB
CMYK
RGB Variations
Color information
#B90152 (or 0xB90152) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 52. RGB value is (185,1,82). Sum of RGB (Red+Green+Blue) = 185+1+82=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B90152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90152 is #46FEAD. Grayscale: #414141. Windows color (decimal): -4652718 or 5374393. OLE color: 5374393.
HSL color Cylindrical-coordinate representation of color #B90152: hue angle of 333.59º 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 #B90152 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 82 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.27 |
| HSL | 333.59º | 0.99% | 0.36% | - |
| HSV(B) | 333.59º | 0.99% | 0.73% | - |
| XYZ | 21.54 | 10.95 | 8.96 | - |
| YUV | 65.25 | 137.46 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 82 | 0 | 0.99 | 0.56 | 0.27 | 333.59 | 0.99 | 0.36 |
| Hex | B9 | 1 | 52 | 0 | 63 | 38 | 1B | 14E | 63 | 24 |
| Octal | 271 | 1 | 122 | 0 | 143 | 70 | 33 | 516 | 143 | 44 |
| Binary | 10111001 | 1 | 1010010 | 0 | 1100011 | 111000 | 11011 | 101001110 | 1100011 | 100100 |
Color Harmonies of #B90152
Complementary color
Monochromatic Colors of #B90152
Black with #B90152
Text Example
Text Example
White with #B90152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90152; }
p { color: rgb(185,1,82); }
H1.HeaderClassName
{
color: #B90152;
}
.AnyTagClassName
{
color: #B90152;
}
</style>
background-color css
<style>
a { background-color: #B90152; }
a { background-color: rgb(185,1,82); }
div.DivClassName
{
background-color: #B90152;
}
.BgClassName
{
background-color: #B90152;
}
</style>
border-color css
<style>
span { border-color: #B90152; }
span { border-color: rgb(185,1,82); }
td.TdClassName
{
border-color: #B90152;
}
.TagClassName
{
border-color: #B90152;
}
</style>