Shades of Jazzberry Jam #B90870
Tints of Jazzberry Jam #B90870
RGB
CMYK
RGB Variations
Color information
#B90870 (or 0xB90870) is known color: Jazzberry Jam. HEX triplet: B9, 08 and 70. RGB value is (185,8,112). Sum of RGB (Red+Green+Blue) = 185+8+112=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B90870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90870 is #46F78F. Grayscale: #484848. Windows color (decimal): -4650896 or 7342265. OLE color: 7342265.
HSL color Cylindrical-coordinate representation of color #B90870: hue angle of 324.75º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90870 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.27 |
| HSL | 324.75º | 0.92% | 0.38% | - |
| HSV(B) | 324.75º | 0.96% | 0.73% | - |
| XYZ | 23.02 | 11.66 | 16.37 | - |
| YUV | 72.78 | 150.14 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 112 | 0 | 0.96 | 0.39 | 0.27 | 324.75 | 0.92 | 0.38 |
| Hex | B9 | 8 | 70 | 0 | 60 | 27 | 1B | 145 | 5C | 26 |
| Octal | 271 | 10 | 160 | 0 | 140 | 47 | 33 | 505 | 134 | 46 |
| Binary | 10111001 | 1000 | 1110000 | 0 | 1100000 | 100111 | 11011 | 101000101 | 1011100 | 100110 |
Color Harmonies of #B90870
Complementary color
Monochromatic Colors of #B90870
Black with #B90870
Text Example
Text Example
White with #B90870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90870; }
p { color: rgb(185,8,112); }
H1.HeaderClassName
{
color: #B90870;
}
.AnyTagClassName
{
color: #B90870;
}
</style>
background-color css
<style>
a { background-color: #B90870; }
a { background-color: rgb(185,8,112); }
div.DivClassName
{
background-color: #B90870;
}
.BgClassName
{
background-color: #B90870;
}
</style>
border-color css
<style>
span { border-color: #B90870; }
span { border-color: rgb(185,8,112); }
td.TdClassName
{
border-color: #B90870;
}
.TagClassName
{
border-color: #B90870;
}
</style>