Shades of Jazzberry Jam #B90170
Tints of Jazzberry Jam #B90170
RGB
CMYK
RGB Variations
Color information
#B90170 (or 0xB90170) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 70. RGB value is (185,1,112). Sum of RGB (Red+Green+Blue) = 185+1+112=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B90170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90170 is #46FE8F. Grayscale: #444444. Windows color (decimal): -4652688 or 7340473. OLE color: 7340473.
HSL color Cylindrical-coordinate representation of color #B90170: hue angle of 323.8º 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 #B90170 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.27 |
| HSL | 323.8º | 0.99% | 0.36% | - |
| HSV(B) | 323.8º | 0.99% | 0.73% | - |
| XYZ | 22.94 | 11.51 | 16.34 | - |
| YUV | 68.67 | 152.46 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 112 | 0 | 0.99 | 0.39 | 0.27 | 323.8 | 0.99 | 0.36 |
| Hex | B9 | 1 | 70 | 0 | 63 | 27 | 1B | 144 | 63 | 24 |
| Octal | 271 | 1 | 160 | 0 | 143 | 47 | 33 | 504 | 143 | 44 |
| Binary | 10111001 | 1 | 1110000 | 0 | 1100011 | 100111 | 11011 | 101000100 | 1100011 | 100100 |
Color Harmonies of #B90170
Complementary color
Monochromatic Colors of #B90170
Black with #B90170
Text Example
Text Example
White with #B90170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90170; }
p { color: rgb(185,1,112); }
H1.HeaderClassName
{
color: #B90170;
}
.AnyTagClassName
{
color: #B90170;
}
</style>
background-color css
<style>
a { background-color: #B90170; }
a { background-color: rgb(185,1,112); }
div.DivClassName
{
background-color: #B90170;
}
.BgClassName
{
background-color: #B90170;
}
</style>
border-color css
<style>
span { border-color: #B90170; }
span { border-color: rgb(185,1,112); }
td.TdClassName
{
border-color: #B90170;
}
.TagClassName
{
border-color: #B90170;
}
</style>