Shades of Jazzberry Jam #BA064A
Tints of Jazzberry Jam #BA064A
RGB
CMYK
RGB Variations
Color information
#BA064A (or 0xBA064A) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 4A. RGB value is (186,6,74). Sum of RGB (Red+Green+Blue) = 186+6+74=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA064A is #45F9B5. Grayscale: #434343. Windows color (decimal): -4585910 or 4851386. OLE color: 4851386.
HSL color Cylindrical-coordinate representation of color #BA064A: hue angle of 337.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA064A is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.27 |
| HSL | 337.33º | 0.94% | 0.38% | - |
| HSV(B) | 337.33º | 0.97% | 0.73% | - |
| XYZ | 21.55 | 11.06 | 7.48 | - |
| YUV | 67.57 | 131.63 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 74 | 0 | 0.97 | 0.60 | 0.27 | 337.33 | 0.94 | 0.38 |
| Hex | BA | 6 | 4A | 0 | 61 | 3C | 1B | 151 | 5E | 26 |
| Octal | 272 | 6 | 112 | 0 | 141 | 74 | 33 | 521 | 136 | 46 |
| Binary | 10111010 | 110 | 1001010 | 0 | 1100001 | 111100 | 11011 | 101010001 | 1011110 | 100110 |
Color Harmonies of #BA064A
Complementary color
Monochromatic Colors of #BA064A
Black with #BA064A
Text Example
Text Example
White with #BA064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA064A; }
p { color: rgb(186,6,74); }
H1.HeaderClassName
{
color: #BA064A;
}
.AnyTagClassName
{
color: #BA064A;
}
</style>
background-color css
<style>
a { background-color: #BA064A; }
a { background-color: rgb(186,6,74); }
div.DivClassName
{
background-color: #BA064A;
}
.BgClassName
{
background-color: #BA064A;
}
</style>
border-color css
<style>
span { border-color: #BA064A; }
span { border-color: rgb(186,6,74); }
td.TdClassName
{
border-color: #BA064A;
}
.TagClassName
{
border-color: #BA064A;
}
</style>