Shades of Jazzberry Jam #B90465
Tints of Jazzberry Jam #B90465
RGB
CMYK
RGB Variations
Color information
#B90465 (or 0xB90465) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 65. RGB value is (185,4,101). Sum of RGB (Red+Green+Blue) = 185+4+101=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B90465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90465 is #46FB9A. Grayscale: #444444. Windows color (decimal): -4651931 or 6620345. OLE color: 6620345.
HSL color Cylindrical-coordinate representation of color #B90465: hue angle of 327.85º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90465 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.27 |
| HSL | 327.85º | 0.96% | 0.37% | - |
| HSV(B) | 327.85º | 0.98% | 0.73% | - |
| XYZ | 22.4 | 11.34 | 13.32 | - |
| YUV | 69.18 | 145.97 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 101 | 0 | 0.98 | 0.45 | 0.27 | 327.85 | 0.96 | 0.37 |
| Hex | B9 | 4 | 65 | 0 | 62 | 2D | 1B | 148 | 60 | 25 |
| Octal | 271 | 4 | 145 | 0 | 142 | 55 | 33 | 510 | 140 | 45 |
| Binary | 10111001 | 100 | 1100101 | 0 | 1100010 | 101101 | 11011 | 101001000 | 1100000 | 100101 |
Color Harmonies of #B90465
Complementary color
Monochromatic Colors of #B90465
Black with #B90465
Text Example
Text Example
White with #B90465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90465; }
p { color: rgb(185,4,101); }
H1.HeaderClassName
{
color: #B90465;
}
.AnyTagClassName
{
color: #B90465;
}
</style>
background-color css
<style>
a { background-color: #B90465; }
a { background-color: rgb(185,4,101); }
div.DivClassName
{
background-color: #B90465;
}
.BgClassName
{
background-color: #B90465;
}
</style>
border-color css
<style>
span { border-color: #B90465; }
span { border-color: rgb(185,4,101); }
td.TdClassName
{
border-color: #B90465;
}
.TagClassName
{
border-color: #B90465;
}
</style>