Shades of Jazzberry Jam #BA0461
Tints of Jazzberry Jam #BA0461
RGB
CMYK
RGB Variations
Color information
#BA0461 (or 0xBA0461) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 61. RGB value is (186,4,97). Sum of RGB (Red+Green+Blue) = 186+4+97=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0461 is #45FB9E. Grayscale: #444444. Windows color (decimal): -4586399 or 6358202. OLE color: 6358202.
HSL color Cylindrical-coordinate representation of color #BA0461: hue angle of 329.34º 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 #BA0461 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.27 |
| HSL | 329.34º | 0.96% | 0.37% | - |
| HSV(B) | 329.34º | 0.98% | 0.73% | - |
| XYZ | 22.45 | 11.39 | 12.32 | - |
| YUV | 69.02 | 143.8 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 97 | 0 | 0.98 | 0.48 | 0.27 | 329.34 | 0.96 | 0.37 |
| Hex | BA | 4 | 61 | 0 | 62 | 30 | 1B | 149 | 60 | 25 |
| Octal | 272 | 4 | 141 | 0 | 142 | 60 | 33 | 511 | 140 | 45 |
| Binary | 10111010 | 100 | 1100001 | 0 | 1100010 | 110000 | 11011 | 101001001 | 1100000 | 100101 |
Color Harmonies of #BA0461
Complementary color
Monochromatic Colors of #BA0461
Black with #BA0461
Text Example
Text Example
White with #BA0461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0461; }
p { color: rgb(186,4,97); }
H1.HeaderClassName
{
color: #BA0461;
}
.AnyTagClassName
{
color: #BA0461;
}
</style>
background-color css
<style>
a { background-color: #BA0461; }
a { background-color: rgb(186,4,97); }
div.DivClassName
{
background-color: #BA0461;
}
.BgClassName
{
background-color: #BA0461;
}
</style>
border-color css
<style>
span { border-color: #BA0461; }
span { border-color: rgb(186,4,97); }
td.TdClassName
{
border-color: #BA0461;
}
.TagClassName
{
border-color: #BA0461;
}
</style>