Shades of Jazzberry Jam #BA004B
Tints of Jazzberry Jam #BA004B
RGB
CMYK
RGB Variations
Color information
#BA004B (or 0xBA004B) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 4B. RGB value is (186,0,75). Sum of RGB (Red+Green+Blue) = 186+0+75=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA004B is #45FFB4. Grayscale: #404040. Windows color (decimal): -4587445 or 4915386. OLE color: 4915386.
HSL color Cylindrical-coordinate representation of color #BA004B: hue angle of 335.81º 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 #BA004B is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.60 | 0.27 |
| HSL | 335.81º | 1% | 0.36% | - |
| HSV(B) | 335.81º | 1% | 0.73% | - |
| XYZ | 21.52 | 10.95 | 7.64 | - |
| YUV | 64.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 75 | 0 | 1 | 0.60 | 0.27 | 335.81 | 1 | 0.36 |
| Hex | BA | 0 | 4B | 0 | 64 | 3C | 1B | 150 | 64 | 24 |
| Octal | 272 | 0 | 113 | 0 | 144 | 74 | 33 | 520 | 144 | 44 |
| Binary | 10111010 | 0 | 1001011 | 0 | 1100100 | 111100 | 11011 | 101010000 | 1100100 | 100100 |
Color Harmonies of #BA004B
Complementary color
Monochromatic Colors of #BA004B
Black with #BA004B
Text Example
Text Example
White with #BA004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA004B; }
p { color: rgb(186,0,75); }
H1.HeaderClassName
{
color: #BA004B;
}
.AnyTagClassName
{
color: #BA004B;
}
</style>
background-color css
<style>
a { background-color: #BA004B; }
a { background-color: rgb(186,0,75); }
div.DivClassName
{
background-color: #BA004B;
}
.BgClassName
{
background-color: #BA004B;
}
</style>
border-color css
<style>
span { border-color: #BA004B; }
span { border-color: rgb(186,0,75); }
td.TdClassName
{
border-color: #BA004B;
}
.TagClassName
{
border-color: #BA004B;
}
</style>