Shades of Jazzberry Jam #BA0956
Tints of Jazzberry Jam #BA0956
RGB
CMYK
RGB Variations
Color information
#BA0956 (or 0xBA0956) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 56. RGB value is (186,9,86). Sum of RGB (Red+Green+Blue) = 186+9+86=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0956 is #45F6A9. Grayscale: #464646. Windows color (decimal): -4585130 or 5638586. OLE color: 5638586.
HSL color Cylindrical-coordinate representation of color #BA0956: hue angle of 333.9º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0956 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 86 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.27 |
| HSL | 333.9º | 0.91% | 0.38% | - |
| HSV(B) | 333.9º | 0.95% | 0.73% | - |
| XYZ | 22.03 | 11.31 | 9.83 | - |
| YUV | 70.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 86 | 0 | 0.95 | 0.54 | 0.27 | 333.9 | 0.91 | 0.38 |
| Hex | BA | 9 | 56 | 0 | 5F | 36 | 1B | 14E | 5B | 26 |
| Octal | 272 | 11 | 126 | 0 | 137 | 66 | 33 | 516 | 133 | 46 |
| Binary | 10111010 | 1001 | 1010110 | 0 | 1011111 | 110110 | 11011 | 101001110 | 1011011 | 100110 |
Color Harmonies of #BA0956
Complementary color
Monochromatic Colors of #BA0956
Black with #BA0956
Text Example
Text Example
White with #BA0956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0956; }
p { color: rgb(186,9,86); }
H1.HeaderClassName
{
color: #BA0956;
}
.AnyTagClassName
{
color: #BA0956;
}
</style>
background-color css
<style>
a { background-color: #BA0956; }
a { background-color: rgb(186,9,86); }
div.DivClassName
{
background-color: #BA0956;
}
.BgClassName
{
background-color: #BA0956;
}
</style>
border-color css
<style>
span { border-color: #BA0956; }
span { border-color: rgb(186,9,86); }
td.TdClassName
{
border-color: #BA0956;
}
.TagClassName
{
border-color: #BA0956;
}
</style>