Shades of Jazzberry Jam #BA0667
Tints of Jazzberry Jam #BA0667
RGB
CMYK
RGB Variations
Color information
#BA0667 (or 0xBA0667) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 67. RGB value is (186,6,103). Sum of RGB (Red+Green+Blue) = 186+6+103=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0667 is #45F998. Grayscale: #464646. Windows color (decimal): -4585881 or 6751930. OLE color: 6751930.
HSL color Cylindrical-coordinate representation of color #BA0667: hue angle of 327.67º 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 #BA0667 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 103 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.27 |
| HSL | 327.67º | 0.94% | 0.38% | - |
| HSV(B) | 327.67º | 0.97% | 0.73% | - |
| XYZ | 22.76 | 11.55 | 13.86 | - |
| YUV | 70.88 | 146.13 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 103 | 0 | 0.97 | 0.45 | 0.27 | 327.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 67 | 0 | 61 | 2D | 1B | 148 | 5E | 26 |
| Octal | 272 | 6 | 147 | 0 | 141 | 55 | 33 | 510 | 136 | 46 |
| Binary | 10111010 | 110 | 1100111 | 0 | 1100001 | 101101 | 11011 | 101001000 | 1011110 | 100110 |
Color Harmonies of #BA0667
Complementary color
Monochromatic Colors of #BA0667
Black with #BA0667
Text Example
Text Example
White with #BA0667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0667; }
p { color: rgb(186,6,103); }
H1.HeaderClassName
{
color: #BA0667;
}
.AnyTagClassName
{
color: #BA0667;
}
</style>
background-color css
<style>
a { background-color: #BA0667; }
a { background-color: rgb(186,6,103); }
div.DivClassName
{
background-color: #BA0667;
}
.BgClassName
{
background-color: #BA0667;
}
</style>
border-color css
<style>
span { border-color: #BA0667; }
span { border-color: rgb(186,6,103); }
td.TdClassName
{
border-color: #BA0667;
}
.TagClassName
{
border-color: #BA0667;
}
</style>