Shades of Jazzberry Jam #BA1A5A
Tints of Jazzberry Jam #BA1A5A
RGB
CMYK
RGB Variations
Color information
#BA1A5A (or 0xBA1A5A) is known color: Jazzberry Jam. HEX triplet: BA, 1A and 5A. RGB value is (186,26,90). Sum of RGB (Red+Green+Blue) = 186+26+90=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A5A is #45E5A5. Grayscale: #515151. Windows color (decimal): -4580774 or 5905082. OLE color: 5905082.
HSL color Cylindrical-coordinate representation of color #BA1A5A: hue angle of 336º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A5A is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 90 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.27 |
| HSL | 336º | 0.75% | 0.42% | - |
| HSV(B) | 336º | 0.86% | 0.73% | - |
| XYZ | 22.46 | 11.92 | 10.79 | - |
| YUV | 81.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 90 | 0 | 0.86 | 0.52 | 0.27 | 336 | 0.75 | 0.42 |
| Hex | BA | 1A | 5A | 0 | 56 | 34 | 1B | 150 | 4B | 2A |
| Octal | 272 | 32 | 132 | 0 | 126 | 64 | 33 | 520 | 113 | 52 |
| Binary | 10111010 | 11010 | 1011010 | 0 | 1010110 | 110100 | 11011 | 101010000 | 1001011 | 101010 |
Color Harmonies of #BA1A5A
Complementary color
Monochromatic Colors of #BA1A5A
Black with #BA1A5A
Text Example
Text Example
White with #BA1A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A5A; }
p { color: rgb(186,26,90); }
H1.HeaderClassName
{
color: #BA1A5A;
}
.AnyTagClassName
{
color: #BA1A5A;
}
</style>
background-color css
<style>
a { background-color: #BA1A5A; }
a { background-color: rgb(186,26,90); }
div.DivClassName
{
background-color: #BA1A5A;
}
.BgClassName
{
background-color: #BA1A5A;
}
</style>
border-color css
<style>
span { border-color: #BA1A5A; }
span { border-color: rgb(186,26,90); }
td.TdClassName
{
border-color: #BA1A5A;
}
.TagClassName
{
border-color: #BA1A5A;
}
</style>