Shades of Jazzberry Jam #BA025A
Tints of Jazzberry Jam #BA025A
RGB
CMYK
RGB Variations
Color information
#BA025A (or 0xBA025A) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 5A. RGB value is (186,2,90). Sum of RGB (Red+Green+Blue) = 186+2+90=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA025A is #45FDA5. Grayscale: #424242. Windows color (decimal): -4586918 or 5898938. OLE color: 5898938.
HSL color Cylindrical-coordinate representation of color #BA025A: hue angle of 331.3º 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 #BA025A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.27 |
| HSL | 331.3º | 0.98% | 0.37% | - |
| HSV(B) | 331.3º | 0.99% | 0.73% | - |
| XYZ | 22.12 | 11.22 | 10.67 | - |
| YUV | 67.05 | 140.96 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 90 | 0 | 0.99 | 0.52 | 0.27 | 331.3 | 0.98 | 0.37 |
| Hex | BA | 2 | 5A | 0 | 63 | 34 | 1B | 14B | 62 | 25 |
| Octal | 272 | 2 | 132 | 0 | 143 | 64 | 33 | 513 | 142 | 45 |
| Binary | 10111010 | 10 | 1011010 | 0 | 1100011 | 110100 | 11011 | 101001011 | 1100010 | 100101 |
Color Harmonies of #BA025A
Complementary color
Monochromatic Colors of #BA025A
Black with #BA025A
Text Example
Text Example
White with #BA025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA025A; }
p { color: rgb(186,2,90); }
H1.HeaderClassName
{
color: #BA025A;
}
.AnyTagClassName
{
color: #BA025A;
}
</style>
background-color css
<style>
a { background-color: #BA025A; }
a { background-color: rgb(186,2,90); }
div.DivClassName
{
background-color: #BA025A;
}
.BgClassName
{
background-color: #BA025A;
}
</style>
border-color css
<style>
span { border-color: #BA025A; }
span { border-color: rgb(186,2,90); }
td.TdClassName
{
border-color: #BA025A;
}
.TagClassName
{
border-color: #BA025A;
}
</style>