Shades of Jazzberry Jam #BA026C
Tints of Jazzberry Jam #BA026C
RGB
CMYK
RGB Variations
Color information
#BA026C (or 0xBA026C) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 6C. RGB value is (186,2,108). Sum of RGB (Red+Green+Blue) = 186+2+108=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA026C is #45FD93. Grayscale: #444444. Windows color (decimal): -4586900 or 7078586. OLE color: 7078586.
HSL color Cylindrical-coordinate representation of color #BA026C: hue angle of 325.43º 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 #BA026C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.27 |
| HSL | 325.43º | 0.98% | 0.37% | - |
| HSV(B) | 325.43º | 0.99% | 0.73% | - |
| XYZ | 22.98 | 11.57 | 15.21 | - |
| YUV | 69.1 | 149.96 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 108 | 0 | 0.99 | 0.42 | 0.27 | 325.43 | 0.98 | 0.37 |
| Hex | BA | 2 | 6C | 0 | 63 | 2A | 1B | 145 | 62 | 25 |
| Octal | 272 | 2 | 154 | 0 | 143 | 52 | 33 | 505 | 142 | 45 |
| Binary | 10111010 | 10 | 1101100 | 0 | 1100011 | 101010 | 11011 | 101000101 | 1100010 | 100101 |
Color Harmonies of #BA026C
Complementary color
Monochromatic Colors of #BA026C
Black with #BA026C
Text Example
Text Example
White with #BA026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA026C; }
p { color: rgb(186,2,108); }
H1.HeaderClassName
{
color: #BA026C;
}
.AnyTagClassName
{
color: #BA026C;
}
</style>
background-color css
<style>
a { background-color: #BA026C; }
a { background-color: rgb(186,2,108); }
div.DivClassName
{
background-color: #BA026C;
}
.BgClassName
{
background-color: #BA026C;
}
</style>
border-color css
<style>
span { border-color: #BA026C; }
span { border-color: rgb(186,2,108); }
td.TdClassName
{
border-color: #BA026C;
}
.TagClassName
{
border-color: #BA026C;
}
</style>