Shades of Jazzberry Jam #BA046F
Tints of Jazzberry Jam #BA046F
RGB
CMYK
RGB Variations
Color information
#BA046F (or 0xBA046F) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 6F. RGB value is (186,4,111). Sum of RGB (Red+Green+Blue) = 186+4+111=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA046F is #45FB90. Grayscale: #464646. Windows color (decimal): -4586385 or 7275706. OLE color: 7275706.
HSL color Cylindrical-coordinate representation of color #BA046F: hue angle of 324.73º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA046F is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 111 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.27 |
| HSL | 324.73º | 0.96% | 0.37% | - |
| HSV(B) | 324.73º | 0.98% | 0.73% | - |
| XYZ | 23.16 | 11.67 | 16.07 | - |
| YUV | 70.62 | 150.8 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 111 | 0 | 0.98 | 0.40 | 0.27 | 324.73 | 0.96 | 0.37 |
| Hex | BA | 4 | 6F | 0 | 62 | 28 | 1B | 145 | 60 | 25 |
| Octal | 272 | 4 | 157 | 0 | 142 | 50 | 33 | 505 | 140 | 45 |
| Binary | 10111010 | 100 | 1101111 | 0 | 1100010 | 101000 | 11011 | 101000101 | 1100000 | 100101 |
Color Harmonies of #BA046F
Complementary color
Monochromatic Colors of #BA046F
Black with #BA046F
Text Example
Text Example
White with #BA046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA046F; }
p { color: rgb(186,4,111); }
H1.HeaderClassName
{
color: #BA046F;
}
.AnyTagClassName
{
color: #BA046F;
}
</style>
background-color css
<style>
a { background-color: #BA046F; }
a { background-color: rgb(186,4,111); }
div.DivClassName
{
background-color: #BA046F;
}
.BgClassName
{
background-color: #BA046F;
}
</style>
border-color css
<style>
span { border-color: #BA046F; }
span { border-color: rgb(186,4,111); }
td.TdClassName
{
border-color: #BA046F;
}
.TagClassName
{
border-color: #BA046F;
}
</style>