Shades of Jazzberry Jam #BA0065
Tints of Jazzberry Jam #BA0065
RGB
CMYK
RGB Variations
Color information
#BA0065 (or 0xBA0065) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 65. RGB value is (186,0,101). Sum of RGB (Red+Green+Blue) = 186+0+101=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0065 is #45FF9A. Grayscale: #424242. Windows color (decimal): -4587419 or 6619322. OLE color: 6619322.
HSL color Cylindrical-coordinate representation of color #BA0065: hue angle of 327.42º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0065 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.46 | 0.27 |
| HSL | 327.42º | 1% | 0.36% | - |
| HSV(B) | 327.42º | 1% | 0.73% | - |
| XYZ | 22.6 | 11.38 | 13.32 | - |
| YUV | 67.13 | 147.12 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 101 | 0 | 1 | 0.46 | 0.27 | 327.42 | 1 | 0.36 |
| Hex | BA | 0 | 65 | 0 | 64 | 2E | 1B | 147 | 64 | 24 |
| Octal | 272 | 0 | 145 | 0 | 144 | 56 | 33 | 507 | 144 | 44 |
| Binary | 10111010 | 0 | 1100101 | 0 | 1100100 | 101110 | 11011 | 101000111 | 1100100 | 100100 |
Color Harmonies of #BA0065
Complementary color
Monochromatic Colors of #BA0065
Black with #BA0065
Text Example
Text Example
White with #BA0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0065; }
p { color: rgb(186,0,101); }
H1.HeaderClassName
{
color: #BA0065;
}
.AnyTagClassName
{
color: #BA0065;
}
</style>
background-color css
<style>
a { background-color: #BA0065; }
a { background-color: rgb(186,0,101); }
div.DivClassName
{
background-color: #BA0065;
}
.BgClassName
{
background-color: #BA0065;
}
</style>
border-color css
<style>
span { border-color: #BA0065; }
span { border-color: rgb(186,0,101); }
td.TdClassName
{
border-color: #BA0065;
}
.TagClassName
{
border-color: #BA0065;
}
</style>