Shades of Jazzberry Jam #BA0B5A
Tints of Jazzberry Jam #BA0B5A
RGB
CMYK
RGB Variations
Color information
#BA0B5A (or 0xBA0B5A) is known color: Jazzberry Jam. HEX triplet: BA, 0B and 5A. RGB value is (186,11,90). Sum of RGB (Red+Green+Blue) = 186+11+90=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0B5A is #45F4A5. Grayscale: #484848. Windows color (decimal): -4584614 or 5901242. OLE color: 5901242.
HSL color Cylindrical-coordinate representation of color #BA0B5A: hue angle of 332.91º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0B5A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 90 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.27 |
| HSL | 332.91º | 0.89% | 0.39% | - |
| HSV(B) | 332.91º | 0.94% | 0.73% | - |
| XYZ | 22.21 | 11.42 | 10.71 | - |
| YUV | 72.33 | 137.98 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 90 | 0 | 0.94 | 0.52 | 0.27 | 332.91 | 0.89 | 0.39 |
| Hex | BA | B | 5A | 0 | 5E | 34 | 1B | 14D | 59 | 27 |
| Octal | 272 | 13 | 132 | 0 | 136 | 64 | 33 | 515 | 131 | 47 |
| Binary | 10111010 | 1011 | 1011010 | 0 | 1011110 | 110100 | 11011 | 101001101 | 1011001 | 100111 |
Color Harmonies of #BA0B5A
Complementary color
Monochromatic Colors of #BA0B5A
Black with #BA0B5A
Text Example
Text Example
White with #BA0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B5A; }
p { color: rgb(186,11,90); }
H1.HeaderClassName
{
color: #BA0B5A;
}
.AnyTagClassName
{
color: #BA0B5A;
}
</style>
background-color css
<style>
a { background-color: #BA0B5A; }
a { background-color: rgb(186,11,90); }
div.DivClassName
{
background-color: #BA0B5A;
}
.BgClassName
{
background-color: #BA0B5A;
}
</style>
border-color css
<style>
span { border-color: #BA0B5A; }
span { border-color: rgb(186,11,90); }
td.TdClassName
{
border-color: #BA0B5A;
}
.TagClassName
{
border-color: #BA0B5A;
}
</style>