Shades of Jazzberry Jam #BA004C
Tints of Jazzberry Jam #BA004C
RGB
CMYK
RGB Variations
Color information
#BA004C (or 0xBA004C) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 4C. RGB value is (186,0,76). Sum of RGB (Red+Green+Blue) = 186+0+76=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA004C is #45FFB3. Grayscale: #404040. Windows color (decimal): -4587444 or 4980922. OLE color: 4980922.
HSL color Cylindrical-coordinate representation of color #BA004C: hue angle of 335.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA004C is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.59 | 0.27 |
| HSL | 335.48º | 1% | 0.36% | - |
| HSV(B) | 335.48º | 1% | 0.73% | - |
| XYZ | 21.55 | 10.96 | 7.82 | - |
| YUV | 64.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 76 | 0 | 1 | 0.59 | 0.27 | 335.48 | 1 | 0.36 |
| Hex | BA | 0 | 4C | 0 | 64 | 3B | 1B | 14F | 64 | 24 |
| Octal | 272 | 0 | 114 | 0 | 144 | 73 | 33 | 517 | 144 | 44 |
| Binary | 10111010 | 0 | 1001100 | 0 | 1100100 | 111011 | 11011 | 101001111 | 1100100 | 100100 |
Color Harmonies of #BA004C
Complementary color
Monochromatic Colors of #BA004C
Black with #BA004C
Text Example
Text Example
White with #BA004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA004C; }
p { color: rgb(186,0,76); }
H1.HeaderClassName
{
color: #BA004C;
}
.AnyTagClassName
{
color: #BA004C;
}
</style>
background-color css
<style>
a { background-color: #BA004C; }
a { background-color: rgb(186,0,76); }
div.DivClassName
{
background-color: #BA004C;
}
.BgClassName
{
background-color: #BA004C;
}
</style>
border-color css
<style>
span { border-color: #BA004C; }
span { border-color: rgb(186,0,76); }
td.TdClassName
{
border-color: #BA004C;
}
.TagClassName
{
border-color: #BA004C;
}
</style>