Shades of Jazzberry Jam #BA0669
Tints of Jazzberry Jam #BA0669
RGB
CMYK
RGB Variations
Color information
#BA0669 (or 0xBA0669) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 69. RGB value is (186,6,105). Sum of RGB (Red+Green+Blue) = 186+6+105=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0669 is #45F996. Grayscale: #464646. Windows color (decimal): -4585879 or 6883002. OLE color: 6883002.
HSL color Cylindrical-coordinate representation of color #BA0669: hue angle of 327º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0669 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.27 |
| HSL | 327º | 0.94% | 0.38% | - |
| HSV(B) | 327º | 0.97% | 0.73% | - |
| XYZ | 22.86 | 11.59 | 14.4 | - |
| YUV | 71.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 105 | 0 | 0.97 | 0.44 | 0.27 | 327 | 0.94 | 0.38 |
| Hex | BA | 6 | 69 | 0 | 61 | 2C | 1B | 147 | 5E | 26 |
| Octal | 272 | 6 | 151 | 0 | 141 | 54 | 33 | 507 | 136 | 46 |
| Binary | 10111010 | 110 | 1101001 | 0 | 1100001 | 101100 | 11011 | 101000111 | 1011110 | 100110 |
Color Harmonies of #BA0669
Complementary color
Monochromatic Colors of #BA0669
Black with #BA0669
Text Example
Text Example
White with #BA0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0669; }
p { color: rgb(186,6,105); }
H1.HeaderClassName
{
color: #BA0669;
}
.AnyTagClassName
{
color: #BA0669;
}
</style>
background-color css
<style>
a { background-color: #BA0669; }
a { background-color: rgb(186,6,105); }
div.DivClassName
{
background-color: #BA0669;
}
.BgClassName
{
background-color: #BA0669;
}
</style>
border-color css
<style>
span { border-color: #BA0669; }
span { border-color: rgb(186,6,105); }
td.TdClassName
{
border-color: #BA0669;
}
.TagClassName
{
border-color: #BA0669;
}
</style>