Shades of Jazzberry Jam #BA145D
Tints of Jazzberry Jam #BA145D
RGB
CMYK
RGB Variations
Color information
#BA145D (or 0xBA145D) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 5D. RGB value is (186,20,93). Sum of RGB (Red+Green+Blue) = 186+20+93=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA145D is #45EBA2. Grayscale: #4D4D4D. Windows color (decimal): -4582307 or 6100154. OLE color: 6100154.
HSL color Cylindrical-coordinate representation of color #BA145D: hue angle of 333.61º 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 #BA145D is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 93 | - |
| CMYK | 0 | 0.89 | 0.5 | 0.27 |
| HSL | 333.61º | 0.81% | 0.4% | - |
| HSV(B) | 333.61º | 0.89% | 0.73% | - |
| XYZ | 22.48 | 11.73 | 11.44 | - |
| YUV | 77.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 93 | 0 | 0.89 | 0.5 | 0.27 | 333.61 | 0.81 | 0.4 |
| Hex | BA | 14 | 5D | 0 | 59 | 32 | 1B | 14E | 51 | 28 |
| Octal | 272 | 24 | 135 | 0 | 131 | 62 | 33 | 516 | 121 | 50 |
| Binary | 10111010 | 10100 | 1011101 | 0 | 1011001 | 110010 | 11011 | 101001110 | 1010001 | 101000 |
Color Harmonies of #BA145D
Complementary color
Monochromatic Colors of #BA145D
Black with #BA145D
Text Example
Text Example
White with #BA145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA145D; }
p { color: rgb(186,20,93); }
H1.HeaderClassName
{
color: #BA145D;
}
.AnyTagClassName
{
color: #BA145D;
}
</style>
background-color css
<style>
a { background-color: #BA145D; }
a { background-color: rgb(186,20,93); }
div.DivClassName
{
background-color: #BA145D;
}
.BgClassName
{
background-color: #BA145D;
}
</style>
border-color css
<style>
span { border-color: #BA145D; }
span { border-color: rgb(186,20,93); }
td.TdClassName
{
border-color: #BA145D;
}
.TagClassName
{
border-color: #BA145D;
}
</style>