Shades of Jazzberry Jam #BA155A
Tints of Jazzberry Jam #BA155A
RGB
CMYK
RGB Variations
Color information
#BA155A (or 0xBA155A) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 5A. RGB value is (186,21,90). Sum of RGB (Red+Green+Blue) = 186+21+90=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA155A is #45EAA5. Grayscale: #4E4E4E. Windows color (decimal): -4582054 or 5903802. OLE color: 5903802.
HSL color Cylindrical-coordinate representation of color #BA155A: hue angle of 334.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA155A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 90 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.27 |
| HSL | 334.91º | 0.8% | 0.41% | - |
| HSV(B) | 334.91º | 0.89% | 0.73% | - |
| XYZ | 22.36 | 11.71 | 10.76 | - |
| YUV | 78.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 90 | 0 | 0.89 | 0.52 | 0.27 | 334.91 | 0.8 | 0.41 |
| Hex | BA | 15 | 5A | 0 | 59 | 34 | 1B | 14F | 50 | 29 |
| Octal | 272 | 25 | 132 | 0 | 131 | 64 | 33 | 517 | 120 | 51 |
| Binary | 10111010 | 10101 | 1011010 | 0 | 1011001 | 110100 | 11011 | 101001111 | 1010000 | 101001 |
Color Harmonies of #BA155A
Complementary color
Monochromatic Colors of #BA155A
Black with #BA155A
Text Example
Text Example
White with #BA155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA155A; }
p { color: rgb(186,21,90); }
H1.HeaderClassName
{
color: #BA155A;
}
.AnyTagClassName
{
color: #BA155A;
}
</style>
background-color css
<style>
a { background-color: #BA155A; }
a { background-color: rgb(186,21,90); }
div.DivClassName
{
background-color: #BA155A;
}
.BgClassName
{
background-color: #BA155A;
}
</style>
border-color css
<style>
span { border-color: #BA155A; }
span { border-color: rgb(186,21,90); }
td.TdClassName
{
border-color: #BA155A;
}
.TagClassName
{
border-color: #BA155A;
}
</style>