Shades of Jazzberry Jam #BA0269
Tints of Jazzberry Jam #BA0269
RGB
CMYK
RGB Variations
Color information
#BA0269 (or 0xBA0269) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 69. RGB value is (186,2,105). Sum of RGB (Red+Green+Blue) = 186+2+105=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0269 is #45FD96. Grayscale: #444444. Windows color (decimal): -4586903 or 6881978. OLE color: 6881978.
HSL color Cylindrical-coordinate representation of color #BA0269: hue angle of 326.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0269 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.27 |
| HSL | 326.41º | 0.98% | 0.37% | - |
| HSV(B) | 326.41º | 0.99% | 0.73% | - |
| XYZ | 22.82 | 11.5 | 14.38 | - |
| YUV | 68.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 105 | 0 | 0.99 | 0.44 | 0.27 | 326.41 | 0.98 | 0.37 |
| Hex | BA | 2 | 69 | 0 | 63 | 2C | 1B | 146 | 62 | 25 |
| Octal | 272 | 2 | 151 | 0 | 143 | 54 | 33 | 506 | 142 | 45 |
| Binary | 10111010 | 10 | 1101001 | 0 | 1100011 | 101100 | 11011 | 101000110 | 1100010 | 100101 |
Color Harmonies of #BA0269
Complementary color
Monochromatic Colors of #BA0269
Black with #BA0269
Text Example
Text Example
White with #BA0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0269; }
p { color: rgb(186,2,105); }
H1.HeaderClassName
{
color: #BA0269;
}
.AnyTagClassName
{
color: #BA0269;
}
</style>
background-color css
<style>
a { background-color: #BA0269; }
a { background-color: rgb(186,2,105); }
div.DivClassName
{
background-color: #BA0269;
}
.BgClassName
{
background-color: #BA0269;
}
</style>
border-color css
<style>
span { border-color: #BA0269; }
span { border-color: rgb(186,2,105); }
td.TdClassName
{
border-color: #BA0269;
}
.TagClassName
{
border-color: #BA0269;
}
</style>