Shades of Jazzberry Jam #BA075E
Tints of Jazzberry Jam #BA075E
RGB
CMYK
RGB Variations
Color information
#BA075E (or 0xBA075E) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 5E. RGB value is (186,7,94). Sum of RGB (Red+Green+Blue) = 186+7+94=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA075E is #45F8A1. Grayscale: #464646. Windows color (decimal): -4585634 or 6162362. OLE color: 6162362.
HSL color Cylindrical-coordinate representation of color #BA075E: hue angle of 330.84º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA075E is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 94 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.27 |
| HSL | 330.84º | 0.93% | 0.38% | - |
| HSV(B) | 330.84º | 0.96% | 0.73% | - |
| XYZ | 22.35 | 11.4 | 11.61 | - |
| YUV | 70.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 94 | 0 | 0.96 | 0.49 | 0.27 | 330.84 | 0.93 | 0.38 |
| Hex | BA | 7 | 5E | 0 | 60 | 31 | 1B | 14B | 5D | 26 |
| Octal | 272 | 7 | 136 | 0 | 140 | 61 | 33 | 513 | 135 | 46 |
| Binary | 10111010 | 111 | 1011110 | 0 | 1100000 | 110001 | 11011 | 101001011 | 1011101 | 100110 |
Color Harmonies of #BA075E
Complementary color
Monochromatic Colors of #BA075E
Black with #BA075E
Text Example
Text Example
White with #BA075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA075E; }
p { color: rgb(186,7,94); }
H1.HeaderClassName
{
color: #BA075E;
}
.AnyTagClassName
{
color: #BA075E;
}
</style>
background-color css
<style>
a { background-color: #BA075E; }
a { background-color: rgb(186,7,94); }
div.DivClassName
{
background-color: #BA075E;
}
.BgClassName
{
background-color: #BA075E;
}
</style>
border-color css
<style>
span { border-color: #BA075E; }
span { border-color: rgb(186,7,94); }
td.TdClassName
{
border-color: #BA075E;
}
.TagClassName
{
border-color: #BA075E;
}
</style>