Shades of Jazzberry Jam #BA145F
Tints of Jazzberry Jam #BA145F
RGB
CMYK
RGB Variations
Color information
#BA145F (or 0xBA145F) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 5F. RGB value is (186,20,95). Sum of RGB (Red+Green+Blue) = 186+20+95=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA145F is #45EBA0. Grayscale: #4E4E4E. Windows color (decimal): -4582305 or 6231226. OLE color: 6231226.
HSL color Cylindrical-coordinate representation of color #BA145F: hue angle of 332.89º 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 #BA145F is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 95 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.27 |
| HSL | 332.89º | 0.81% | 0.4% | - |
| HSV(B) | 332.89º | 0.89% | 0.73% | - |
| XYZ | 22.57 | 11.77 | 11.91 | - |
| YUV | 78.18 | 137.5 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 95 | 0 | 0.89 | 0.49 | 0.27 | 332.89 | 0.81 | 0.4 |
| Hex | BA | 14 | 5F | 0 | 59 | 31 | 1B | 14D | 51 | 28 |
| Octal | 272 | 24 | 137 | 0 | 131 | 61 | 33 | 515 | 121 | 50 |
| Binary | 10111010 | 10100 | 1011111 | 0 | 1011001 | 110001 | 11011 | 101001101 | 1010001 | 101000 |
Color Harmonies of #BA145F
Complementary color
Monochromatic Colors of #BA145F
Black with #BA145F
Text Example
Text Example
White with #BA145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA145F; }
p { color: rgb(186,20,95); }
H1.HeaderClassName
{
color: #BA145F;
}
.AnyTagClassName
{
color: #BA145F;
}
</style>
background-color css
<style>
a { background-color: #BA145F; }
a { background-color: rgb(186,20,95); }
div.DivClassName
{
background-color: #BA145F;
}
.BgClassName
{
background-color: #BA145F;
}
</style>
border-color css
<style>
span { border-color: #BA145F; }
span { border-color: rgb(186,20,95); }
td.TdClassName
{
border-color: #BA145F;
}
.TagClassName
{
border-color: #BA145F;
}
</style>