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