Shades of Jazzberry Jam #BA064E
Tints of Jazzberry Jam #BA064E
RGB
CMYK
RGB Variations
Color information
#BA064E (or 0xBA064E) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 4E. RGB value is (186,6,78). Sum of RGB (Red+Green+Blue) = 186+6+78=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA064E is #45F9B1. Grayscale: #434343. Windows color (decimal): -4585906 or 5113530. OLE color: 5113530.
HSL color Cylindrical-coordinate representation of color #BA064E: hue angle of 336º 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 #BA064E is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 78 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.27 |
| HSL | 336º | 0.94% | 0.38% | - |
| HSV(B) | 336º | 0.97% | 0.73% | - |
| XYZ | 21.69 | 11.12 | 8.21 | - |
| YUV | 68.03 | 133.63 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 78 | 0 | 0.97 | 0.58 | 0.27 | 336 | 0.94 | 0.38 |
| Hex | BA | 6 | 4E | 0 | 61 | 3A | 1B | 150 | 5E | 26 |
| Octal | 272 | 6 | 116 | 0 | 141 | 72 | 33 | 520 | 136 | 46 |
| Binary | 10111010 | 110 | 1001110 | 0 | 1100001 | 111010 | 11011 | 101010000 | 1011110 | 100110 |
Color Harmonies of #BA064E
Complementary color
Monochromatic Colors of #BA064E
Black with #BA064E
Text Example
Text Example
White with #BA064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA064E; }
p { color: rgb(186,6,78); }
H1.HeaderClassName
{
color: #BA064E;
}
.AnyTagClassName
{
color: #BA064E;
}
</style>
background-color css
<style>
a { background-color: #BA064E; }
a { background-color: rgb(186,6,78); }
div.DivClassName
{
background-color: #BA064E;
}
.BgClassName
{
background-color: #BA064E;
}
</style>
border-color css
<style>
span { border-color: #BA064E; }
span { border-color: rgb(186,6,78); }
td.TdClassName
{
border-color: #BA064E;
}
.TagClassName
{
border-color: #BA064E;
}
</style>