Shades of Jazzberry Jam #BA1B5C
Tints of Jazzberry Jam #BA1B5C
RGB
CMYK
RGB Variations
Color information
#BA1B5C (or 0xBA1B5C) is known color: Jazzberry Jam. HEX triplet: BA, 1B and 5C. RGB value is (186,27,92). Sum of RGB (Red+Green+Blue) = 186+27+92=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B5C is #45E4A3. Grayscale: #515151. Windows color (decimal): -4580516 or 6036410. OLE color: 6036410.
HSL color Cylindrical-coordinate representation of color #BA1B5C: hue angle of 335.47º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B5C is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 92 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.27 |
| HSL | 335.47º | 0.75% | 0.42% | - |
| HSV(B) | 335.47º | 0.85% | 0.73% | - |
| XYZ | 22.57 | 12 | 11.25 | - |
| YUV | 81.95 | 133.68 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 92 | 0 | 0.85 | 0.51 | 0.27 | 335.47 | 0.75 | 0.42 |
| Hex | BA | 1B | 5C | 0 | 55 | 33 | 1B | 14F | 4B | 2A |
| Octal | 272 | 33 | 134 | 0 | 125 | 63 | 33 | 517 | 113 | 52 |
| Binary | 10111010 | 11011 | 1011100 | 0 | 1010101 | 110011 | 11011 | 101001111 | 1001011 | 101010 |
Color Harmonies of #BA1B5C
Complementary color
Monochromatic Colors of #BA1B5C
Black with #BA1B5C
Text Example
Text Example
White with #BA1B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B5C; }
p { color: rgb(186,27,92); }
H1.HeaderClassName
{
color: #BA1B5C;
}
.AnyTagClassName
{
color: #BA1B5C;
}
</style>
background-color css
<style>
a { background-color: #BA1B5C; }
a { background-color: rgb(186,27,92); }
div.DivClassName
{
background-color: #BA1B5C;
}
.BgClassName
{
background-color: #BA1B5C;
}
</style>
border-color css
<style>
span { border-color: #BA1B5C; }
span { border-color: rgb(186,27,92); }
td.TdClassName
{
border-color: #BA1B5C;
}
.TagClassName
{
border-color: #BA1B5C;
}
</style>