Shades of Jazzberry Jam #BA064C
Tints of Jazzberry Jam #BA064C
RGB
CMYK
RGB Variations
Color information
#BA064C (or 0xBA064C) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 4C. RGB value is (186,6,76). Sum of RGB (Red+Green+Blue) = 186+6+76=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA064C is #45F9B3. Grayscale: #434343. Windows color (decimal): -4585908 or 4982458. OLE color: 4982458.
HSL color Cylindrical-coordinate representation of color #BA064C: hue angle of 336.67º 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 #BA064C is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 76 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.27 |
| HSL | 336.67º | 0.94% | 0.38% | - |
| HSV(B) | 336.67º | 0.97% | 0.73% | - |
| XYZ | 21.62 | 11.09 | 7.84 | - |
| YUV | 67.8 | 132.63 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 76 | 0 | 0.97 | 0.59 | 0.27 | 336.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 4C | 0 | 61 | 3B | 1B | 151 | 5E | 26 |
| Octal | 272 | 6 | 114 | 0 | 141 | 73 | 33 | 521 | 136 | 46 |
| Binary | 10111010 | 110 | 1001100 | 0 | 1100001 | 111011 | 11011 | 101010001 | 1011110 | 100110 |
Color Harmonies of #BA064C
Complementary color
Monochromatic Colors of #BA064C
Black with #BA064C
Text Example
Text Example
White with #BA064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA064C; }
p { color: rgb(186,6,76); }
H1.HeaderClassName
{
color: #BA064C;
}
.AnyTagClassName
{
color: #BA064C;
}
</style>
background-color css
<style>
a { background-color: #BA064C; }
a { background-color: rgb(186,6,76); }
div.DivClassName
{
background-color: #BA064C;
}
.BgClassName
{
background-color: #BA064C;
}
</style>
border-color css
<style>
span { border-color: #BA064C; }
span { border-color: rgb(186,6,76); }
td.TdClassName
{
border-color: #BA064C;
}
.TagClassName
{
border-color: #BA064C;
}
</style>