Shades of Jazzberry Jam #BA136B
Tints of Jazzberry Jam #BA136B
RGB
CMYK
RGB Variations
Color information
#BA136B (or 0xBA136B) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 6B. RGB value is (186,19,107). Sum of RGB (Red+Green+Blue) = 186+19+107=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA136B is #45EC94. Grayscale: #4E4E4E. Windows color (decimal): -4582549 or 7017402. OLE color: 7017402.
HSL color Cylindrical-coordinate representation of color #BA136B: hue angle of 328.38º 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 #BA136B is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 107 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.27 |
| HSL | 328.38º | 0.81% | 0.4% | - |
| HSV(B) | 328.38º | 0.9% | 0.73% | - |
| XYZ | 23.14 | 11.97 | 15 | - |
| YUV | 78.97 | 143.83 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 107 | 0 | 0.90 | 0.42 | 0.27 | 328.38 | 0.81 | 0.4 |
| Hex | BA | 13 | 6B | 0 | 5A | 2A | 1B | 148 | 51 | 28 |
| Octal | 272 | 23 | 153 | 0 | 132 | 52 | 33 | 510 | 121 | 50 |
| Binary | 10111010 | 10011 | 1101011 | 0 | 1011010 | 101010 | 11011 | 101001000 | 1010001 | 101000 |
Color Harmonies of #BA136B
Complementary color
Monochromatic Colors of #BA136B
Black with #BA136B
Text Example
Text Example
White with #BA136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA136B; }
p { color: rgb(186,19,107); }
H1.HeaderClassName
{
color: #BA136B;
}
.AnyTagClassName
{
color: #BA136B;
}
</style>
background-color css
<style>
a { background-color: #BA136B; }
a { background-color: rgb(186,19,107); }
div.DivClassName
{
background-color: #BA136B;
}
.BgClassName
{
background-color: #BA136B;
}
</style>
border-color css
<style>
span { border-color: #BA136B; }
span { border-color: rgb(186,19,107); }
td.TdClassName
{
border-color: #BA136B;
}
.TagClassName
{
border-color: #BA136B;
}
</style>