Shades of Jazzberry Jam #BA135C
Tints of Jazzberry Jam #BA135C
RGB
CMYK
RGB Variations
Color information
#BA135C (or 0xBA135C) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 5C. RGB value is (186,19,92). Sum of RGB (Red+Green+Blue) = 186+19+92=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA135C is #45ECA3. Grayscale: #4D4D4D. Windows color (decimal): -4582564 or 6034362. OLE color: 6034362.
HSL color Cylindrical-coordinate representation of color #BA135C: hue angle of 333.77º 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 #BA135C is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 92 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.27 |
| HSL | 333.77º | 0.81% | 0.4% | - |
| HSV(B) | 333.77º | 0.9% | 0.73% | - |
| XYZ | 22.41 | 11.68 | 11.2 | - |
| YUV | 77.26 | 136.33 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 92 | 0 | 0.90 | 0.51 | 0.27 | 333.77 | 0.81 | 0.4 |
| Hex | BA | 13 | 5C | 0 | 5A | 33 | 1B | 14E | 51 | 28 |
| Octal | 272 | 23 | 134 | 0 | 132 | 63 | 33 | 516 | 121 | 50 |
| Binary | 10111010 | 10011 | 1011100 | 0 | 1011010 | 110011 | 11011 | 101001110 | 1010001 | 101000 |
Color Harmonies of #BA135C
Complementary color
Monochromatic Colors of #BA135C
Black with #BA135C
Text Example
Text Example
White with #BA135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA135C; }
p { color: rgb(186,19,92); }
H1.HeaderClassName
{
color: #BA135C;
}
.AnyTagClassName
{
color: #BA135C;
}
</style>
background-color css
<style>
a { background-color: #BA135C; }
a { background-color: rgb(186,19,92); }
div.DivClassName
{
background-color: #BA135C;
}
.BgClassName
{
background-color: #BA135C;
}
</style>
border-color css
<style>
span { border-color: #BA135C; }
span { border-color: rgb(186,19,92); }
td.TdClassName
{
border-color: #BA135C;
}
.TagClassName
{
border-color: #BA135C;
}
</style>