Shades of Jazzberry Jam #BA105C
Tints of Jazzberry Jam #BA105C
RGB
CMYK
RGB Variations
Color information
#BA105C (or 0xBA105C) is known color: Jazzberry Jam. HEX triplet: BA, 10 and 5C. RGB value is (186,16,92). Sum of RGB (Red+Green+Blue) = 186+16+92=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA105C is #45EFA3. Grayscale: #4B4B4B. Windows color (decimal): -4583332 or 6033594. OLE color: 6033594.
HSL color Cylindrical-coordinate representation of color #BA105C: hue angle of 333.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA105C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 92 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.27 |
| HSL | 333.18º | 0.84% | 0.4% | - |
| HSV(B) | 333.18º | 0.91% | 0.73% | - |
| XYZ | 22.37 | 11.58 | 11.18 | - |
| YUV | 75.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 92 | 0 | 0.91 | 0.51 | 0.27 | 333.18 | 0.84 | 0.4 |
| Hex | BA | 10 | 5C | 0 | 5B | 33 | 1B | 14D | 54 | 28 |
| Octal | 272 | 20 | 134 | 0 | 133 | 63 | 33 | 515 | 124 | 50 |
| Binary | 10111010 | 10000 | 1011100 | 0 | 1011011 | 110011 | 11011 | 101001101 | 1010100 | 101000 |
Color Harmonies of #BA105C
Complementary color
Monochromatic Colors of #BA105C
Black with #BA105C
Text Example
Text Example
White with #BA105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA105C; }
p { color: rgb(186,16,92); }
H1.HeaderClassName
{
color: #BA105C;
}
.AnyTagClassName
{
color: #BA105C;
}
</style>
background-color css
<style>
a { background-color: #BA105C; }
a { background-color: rgb(186,16,92); }
div.DivClassName
{
background-color: #BA105C;
}
.BgClassName
{
background-color: #BA105C;
}
</style>
border-color css
<style>
span { border-color: #BA105C; }
span { border-color: rgb(186,16,92); }
td.TdClassName
{
border-color: #BA105C;
}
.TagClassName
{
border-color: #BA105C;
}
</style>