Shades of Jazzberry Jam #BA136C
Tints of Jazzberry Jam #BA136C
RGB
CMYK
RGB Variations
Color information
#BA136C (or 0xBA136C) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 6C. RGB value is (186,19,108). Sum of RGB (Red+Green+Blue) = 186+19+108=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA136C is #45EC93. Grayscale: #4E4E4E. Windows color (decimal): -4582548 or 7082938. OLE color: 7082938.
HSL color Cylindrical-coordinate representation of color #BA136C: hue angle of 328.02º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA136C is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 108 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.27 |
| HSL | 328.02º | 0.81% | 0.4% | - |
| HSV(B) | 328.02º | 0.9% | 0.73% | - |
| XYZ | 23.19 | 11.99 | 15.28 | - |
| YUV | 79.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 108 | 0 | 0.90 | 0.42 | 0.27 | 328.02 | 0.81 | 0.4 |
| Hex | BA | 13 | 6C | 0 | 5A | 2A | 1B | 148 | 51 | 28 |
| Octal | 272 | 23 | 154 | 0 | 132 | 52 | 33 | 510 | 121 | 50 |
| Binary | 10111010 | 10011 | 1101100 | 0 | 1011010 | 101010 | 11011 | 101001000 | 1010001 | 101000 |
Color Harmonies of #BA136C
Complementary color
Monochromatic Colors of #BA136C
Black with #BA136C
Text Example
Text Example
White with #BA136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA136C; }
p { color: rgb(186,19,108); }
H1.HeaderClassName
{
color: #BA136C;
}
.AnyTagClassName
{
color: #BA136C;
}
</style>
background-color css
<style>
a { background-color: #BA136C; }
a { background-color: rgb(186,19,108); }
div.DivClassName
{
background-color: #BA136C;
}
.BgClassName
{
background-color: #BA136C;
}
</style>
border-color css
<style>
span { border-color: #BA136C; }
span { border-color: rgb(186,19,108); }
td.TdClassName
{
border-color: #BA136C;
}
.TagClassName
{
border-color: #BA136C;
}
</style>