Shades of Jazzberry Jam #BA0965
Tints of Jazzberry Jam #BA0965
RGB
CMYK
RGB Variations
Color information
#BA0965 (or 0xBA0965) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 65. RGB value is (186,9,101). Sum of RGB (Red+Green+Blue) = 186+9+101=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0965 is #45F69A. Grayscale: #484848. Windows color (decimal): -4585115 or 6621626. OLE color: 6621626.
HSL color Cylindrical-coordinate representation of color #BA0965: hue angle of 328.81º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0965 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 101 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.27 |
| HSL | 328.81º | 0.91% | 0.38% | - |
| HSV(B) | 328.81º | 0.95% | 0.73% | - |
| XYZ | 22.7 | 11.57 | 13.35 | - |
| YUV | 72.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 101 | 0 | 0.95 | 0.46 | 0.27 | 328.81 | 0.91 | 0.38 |
| Hex | BA | 9 | 65 | 0 | 5F | 2E | 1B | 149 | 5B | 26 |
| Octal | 272 | 11 | 145 | 0 | 137 | 56 | 33 | 511 | 133 | 46 |
| Binary | 10111010 | 1001 | 1100101 | 0 | 1011111 | 101110 | 11011 | 101001001 | 1011011 | 100110 |
Color Harmonies of #BA0965
Complementary color
Monochromatic Colors of #BA0965
Black with #BA0965
Text Example
Text Example
White with #BA0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0965; }
p { color: rgb(186,9,101); }
H1.HeaderClassName
{
color: #BA0965;
}
.AnyTagClassName
{
color: #BA0965;
}
</style>
background-color css
<style>
a { background-color: #BA0965; }
a { background-color: rgb(186,9,101); }
div.DivClassName
{
background-color: #BA0965;
}
.BgClassName
{
background-color: #BA0965;
}
</style>
border-color css
<style>
span { border-color: #BA0965; }
span { border-color: rgb(186,9,101); }
td.TdClassName
{
border-color: #BA0965;
}
.TagClassName
{
border-color: #BA0965;
}
</style>