Shades of Jazzberry Jam #BA045C
Tints of Jazzberry Jam #BA045C
RGB
CMYK
RGB Variations
Color information
#BA045C (or 0xBA045C) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 5C. RGB value is (186,4,92). Sum of RGB (Red+Green+Blue) = 186+4+92=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA045C is #45FBA3. Grayscale: #444444. Windows color (decimal): -4586404 or 6030522. OLE color: 6030522.
HSL color Cylindrical-coordinate representation of color #BA045C: hue angle of 330.99º 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 #BA045C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 92 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.27 |
| HSL | 330.99º | 0.96% | 0.37% | - |
| HSV(B) | 330.99º | 0.98% | 0.73% | - |
| XYZ | 22.22 | 11.3 | 11.13 | - |
| YUV | 68.45 | 141.3 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 92 | 0 | 0.98 | 0.51 | 0.27 | 330.99 | 0.96 | 0.37 |
| Hex | BA | 4 | 5C | 0 | 62 | 33 | 1B | 14B | 60 | 25 |
| Octal | 272 | 4 | 134 | 0 | 142 | 63 | 33 | 513 | 140 | 45 |
| Binary | 10111010 | 100 | 1011100 | 0 | 1100010 | 110011 | 11011 | 101001011 | 1100000 | 100101 |
Color Harmonies of #BA045C
Complementary color
Monochromatic Colors of #BA045C
Black with #BA045C
Text Example
Text Example
White with #BA045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA045C; }
p { color: rgb(186,4,92); }
H1.HeaderClassName
{
color: #BA045C;
}
.AnyTagClassName
{
color: #BA045C;
}
</style>
background-color css
<style>
a { background-color: #BA045C; }
a { background-color: rgb(186,4,92); }
div.DivClassName
{
background-color: #BA045C;
}
.BgClassName
{
background-color: #BA045C;
}
</style>
border-color css
<style>
span { border-color: #BA045C; }
span { border-color: rgb(186,4,92); }
td.TdClassName
{
border-color: #BA045C;
}
.TagClassName
{
border-color: #BA045C;
}
</style>