Shades of Jazzberry Jam #BA145E
Tints of Jazzberry Jam #BA145E
RGB
CMYK
RGB Variations
Color information
#BA145E (or 0xBA145E) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 5E. RGB value is (186,20,94). Sum of RGB (Red+Green+Blue) = 186+20+94=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA145E is #45EBA1. Grayscale: #4D4D4D. Windows color (decimal): -4582306 or 6165690. OLE color: 6165690.
HSL color Cylindrical-coordinate representation of color #BA145E: hue angle of 333.25º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA145E is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 94 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.27 |
| HSL | 333.25º | 0.81% | 0.4% | - |
| HSV(B) | 333.25º | 0.89% | 0.73% | - |
| XYZ | 22.52 | 11.75 | 11.67 | - |
| YUV | 78.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 94 | 0 | 0.89 | 0.49 | 0.27 | 333.25 | 0.81 | 0.4 |
| Hex | BA | 14 | 5E | 0 | 59 | 31 | 1B | 14D | 51 | 28 |
| Octal | 272 | 24 | 136 | 0 | 131 | 61 | 33 | 515 | 121 | 50 |
| Binary | 10111010 | 10100 | 1011110 | 0 | 1011001 | 110001 | 11011 | 101001101 | 1010001 | 101000 |
Color Harmonies of #BA145E
Complementary color
Monochromatic Colors of #BA145E
Black with #BA145E
Text Example
Text Example
White with #BA145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA145E; }
p { color: rgb(186,20,94); }
H1.HeaderClassName
{
color: #BA145E;
}
.AnyTagClassName
{
color: #BA145E;
}
</style>
background-color css
<style>
a { background-color: #BA145E; }
a { background-color: rgb(186,20,94); }
div.DivClassName
{
background-color: #BA145E;
}
.BgClassName
{
background-color: #BA145E;
}
</style>
border-color css
<style>
span { border-color: #BA145E; }
span { border-color: rgb(186,20,94); }
td.TdClassName
{
border-color: #BA145E;
}
.TagClassName
{
border-color: #BA145E;
}
</style>