Shades of Jazzberry Jam #BA0B65
Tints of Jazzberry Jam #BA0B65
RGB
CMYK
RGB Variations
Color information
#BA0B65 (or 0xBA0B65) is known color: Jazzberry Jam. HEX triplet: BA, 0B and 65. RGB value is (186,11,101). Sum of RGB (Red+Green+Blue) = 186+11+101=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0B65 is #45F49A. Grayscale: #494949. Windows color (decimal): -4584603 or 6622138. OLE color: 6622138.
HSL color Cylindrical-coordinate representation of color #BA0B65: hue angle of 329.14º 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 #BA0B65 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 101 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.27 |
| HSL | 329.14º | 0.89% | 0.39% | - |
| HSV(B) | 329.14º | 0.94% | 0.73% | - |
| XYZ | 22.72 | 11.62 | 13.36 | - |
| YUV | 73.59 | 143.48 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 101 | 0 | 0.94 | 0.46 | 0.27 | 329.14 | 0.89 | 0.39 |
| Hex | BA | B | 65 | 0 | 5E | 2E | 1B | 149 | 59 | 27 |
| Octal | 272 | 13 | 145 | 0 | 136 | 56 | 33 | 511 | 131 | 47 |
| Binary | 10111010 | 1011 | 1100101 | 0 | 1011110 | 101110 | 11011 | 101001001 | 1011001 | 100111 |
Color Harmonies of #BA0B65
Complementary color
Monochromatic Colors of #BA0B65
Black with #BA0B65
Text Example
Text Example
White with #BA0B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B65; }
p { color: rgb(186,11,101); }
H1.HeaderClassName
{
color: #BA0B65;
}
.AnyTagClassName
{
color: #BA0B65;
}
</style>
background-color css
<style>
a { background-color: #BA0B65; }
a { background-color: rgb(186,11,101); }
div.DivClassName
{
background-color: #BA0B65;
}
.BgClassName
{
background-color: #BA0B65;
}
</style>
border-color css
<style>
span { border-color: #BA0B65; }
span { border-color: rgb(186,11,101); }
td.TdClassName
{
border-color: #BA0B65;
}
.TagClassName
{
border-color: #BA0B65;
}
</style>