Shades of Jazzberry Jam #BA165A
Tints of Jazzberry Jam #BA165A
RGB
CMYK
RGB Variations
Color information
#BA165A (or 0xBA165A) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 5A. RGB value is (186,22,90). Sum of RGB (Red+Green+Blue) = 186+22+90=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA165A is #45E9A5. Grayscale: #4E4E4E. Windows color (decimal): -4581798 or 5904058. OLE color: 5904058.
HSL color Cylindrical-coordinate representation of color #BA165A: hue angle of 335.12º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA165A is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 90 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.27 |
| HSL | 335.12º | 0.79% | 0.41% | - |
| HSV(B) | 335.12º | 0.88% | 0.73% | - |
| XYZ | 22.38 | 11.75 | 10.76 | - |
| YUV | 78.79 | 134.33 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 90 | 0 | 0.88 | 0.52 | 0.27 | 335.12 | 0.79 | 0.41 |
| Hex | BA | 16 | 5A | 0 | 58 | 34 | 1B | 14F | 4F | 29 |
| Octal | 272 | 26 | 132 | 0 | 130 | 64 | 33 | 517 | 117 | 51 |
| Binary | 10111010 | 10110 | 1011010 | 0 | 1011000 | 110100 | 11011 | 101001111 | 1001111 | 101001 |
Color Harmonies of #BA165A
Complementary color
Monochromatic Colors of #BA165A
Black with #BA165A
Text Example
Text Example
White with #BA165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA165A; }
p { color: rgb(186,22,90); }
H1.HeaderClassName
{
color: #BA165A;
}
.AnyTagClassName
{
color: #BA165A;
}
</style>
background-color css
<style>
a { background-color: #BA165A; }
a { background-color: rgb(186,22,90); }
div.DivClassName
{
background-color: #BA165A;
}
.BgClassName
{
background-color: #BA165A;
}
</style>
border-color css
<style>
span { border-color: #BA165A; }
span { border-color: rgb(186,22,90); }
td.TdClassName
{
border-color: #BA165A;
}
.TagClassName
{
border-color: #BA165A;
}
</style>