Shades of Jazzberry Jam #BA025F
Tints of Jazzberry Jam #BA025F
RGB
CMYK
RGB Variations
Color information
#BA025F (or 0xBA025F) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 5F. RGB value is (186,2,95). Sum of RGB (Red+Green+Blue) = 186+2+95=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA025F is #45FDA0. Grayscale: #434343. Windows color (decimal): -4586913 or 6226618. OLE color: 6226618.
HSL color Cylindrical-coordinate representation of color #BA025F: hue angle of 329.67º 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 #BA025F is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 95 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.27 |
| HSL | 329.67º | 0.98% | 0.37% | - |
| HSV(B) | 329.67º | 0.99% | 0.73% | - |
| XYZ | 22.34 | 11.31 | 11.83 | - |
| YUV | 67.62 | 143.46 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 95 | 0 | 0.99 | 0.49 | 0.27 | 329.67 | 0.98 | 0.37 |
| Hex | BA | 2 | 5F | 0 | 63 | 31 | 1B | 14A | 62 | 25 |
| Octal | 272 | 2 | 137 | 0 | 143 | 61 | 33 | 512 | 142 | 45 |
| Binary | 10111010 | 10 | 1011111 | 0 | 1100011 | 110001 | 11011 | 101001010 | 1100010 | 100101 |
Color Harmonies of #BA025F
Complementary color
Monochromatic Colors of #BA025F
Black with #BA025F
Text Example
Text Example
White with #BA025F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA025F; }
p { color: rgb(186,2,95); }
H1.HeaderClassName
{
color: #BA025F;
}
.AnyTagClassName
{
color: #BA025F;
}
</style>
background-color css
<style>
a { background-color: #BA025F; }
a { background-color: rgb(186,2,95); }
div.DivClassName
{
background-color: #BA025F;
}
.BgClassName
{
background-color: #BA025F;
}
</style>
border-color css
<style>
span { border-color: #BA025F; }
span { border-color: rgb(186,2,95); }
td.TdClassName
{
border-color: #BA025F;
}
.TagClassName
{
border-color: #BA025F;
}
</style>