Shades of Jazzberry Jam #BA1B63
Tints of Jazzberry Jam #BA1B63
RGB
CMYK
RGB Variations
Color information
#BA1B63 (or 0xBA1B63) is known color: Jazzberry Jam. HEX triplet: BA, 1B and 63. RGB value is (186,27,99). Sum of RGB (Red+Green+Blue) = 186+27+99=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B63 is #45E49C. Grayscale: #525252. Windows color (decimal): -4580509 or 6495162. OLE color: 6495162.
HSL color Cylindrical-coordinate representation of color #BA1B63: hue angle of 332.83º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B63 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 99 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.27 |
| HSL | 332.83º | 0.75% | 0.42% | - |
| HSV(B) | 332.83º | 0.85% | 0.73% | - |
| XYZ | 22.89 | 12.12 | 12.94 | - |
| YUV | 82.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 99 | 0 | 0.85 | 0.47 | 0.27 | 332.83 | 0.75 | 0.42 |
| Hex | BA | 1B | 63 | 0 | 55 | 2F | 1B | 14D | 4B | 2A |
| Octal | 272 | 33 | 143 | 0 | 125 | 57 | 33 | 515 | 113 | 52 |
| Binary | 10111010 | 11011 | 1100011 | 0 | 1010101 | 101111 | 11011 | 101001101 | 1001011 | 101010 |
Color Harmonies of #BA1B63
Complementary color
Monochromatic Colors of #BA1B63
Black with #BA1B63
Text Example
Text Example
White with #BA1B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B63; }
p { color: rgb(186,27,99); }
H1.HeaderClassName
{
color: #BA1B63;
}
.AnyTagClassName
{
color: #BA1B63;
}
</style>
background-color css
<style>
a { background-color: #BA1B63; }
a { background-color: rgb(186,27,99); }
div.DivClassName
{
background-color: #BA1B63;
}
.BgClassName
{
background-color: #BA1B63;
}
</style>
border-color css
<style>
span { border-color: #BA1B63; }
span { border-color: rgb(186,27,99); }
td.TdClassName
{
border-color: #BA1B63;
}
.TagClassName
{
border-color: #BA1B63;
}
</style>