Shades of Jazzberry Jam #BA0C4C
Tints of Jazzberry Jam #BA0C4C
RGB
CMYK
RGB Variations
Color information
#BA0C4C (or 0xBA0C4C) is known color: Jazzberry Jam. HEX triplet: BA, 0C and 4C. RGB value is (186,12,76). Sum of RGB (Red+Green+Blue) = 186+12+76=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0C4C is #45F3B3. Grayscale: #474747. Windows color (decimal): -4584372 or 4983994. OLE color: 4983994.
HSL color Cylindrical-coordinate representation of color #BA0C4C: hue angle of 337.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0C4C is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 12 | 76 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.27 |
| HSL | 337.93º | 0.88% | 0.39% | - |
| HSV(B) | 337.93º | 0.94% | 0.73% | - |
| XYZ | 21.69 | 11.22 | 7.86 | - |
| YUV | 71.32 | 130.65 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 76 | 0 | 0.94 | 0.59 | 0.27 | 337.93 | 0.88 | 0.39 |
| Hex | BA | C | 4C | 0 | 5E | 3B | 1B | 152 | 58 | 27 |
| Octal | 272 | 14 | 114 | 0 | 136 | 73 | 33 | 522 | 130 | 47 |
| Binary | 10111010 | 1100 | 1001100 | 0 | 1011110 | 111011 | 11011 | 101010010 | 1011000 | 100111 |
Color Harmonies of #BA0C4C
Complementary color
Monochromatic Colors of #BA0C4C
Black with #BA0C4C
Text Example
Text Example
White with #BA0C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0C4C; }
p { color: rgb(186,12,76); }
H1.HeaderClassName
{
color: #BA0C4C;
}
.AnyTagClassName
{
color: #BA0C4C;
}
</style>
background-color css
<style>
a { background-color: #BA0C4C; }
a { background-color: rgb(186,12,76); }
div.DivClassName
{
background-color: #BA0C4C;
}
.BgClassName
{
background-color: #BA0C4C;
}
</style>
border-color css
<style>
span { border-color: #BA0C4C; }
span { border-color: rgb(186,12,76); }
td.TdClassName
{
border-color: #BA0C4C;
}
.TagClassName
{
border-color: #BA0C4C;
}
</style>