Shades of Jazzberry Jam #BA0B4B
Tints of Jazzberry Jam #BA0B4B
RGB
CMYK
RGB Variations
Color information
#BA0B4B (or 0xBA0B4B) is known color: Jazzberry Jam. HEX triplet: BA, 0B and 4B. RGB value is (186,11,75). Sum of RGB (Red+Green+Blue) = 186+11+75=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B4B is #45F4B4. Grayscale: #464646. Windows color (decimal): -4584629 or 4918202. OLE color: 4918202.
HSL color Cylindrical-coordinate representation of color #BA0B4B: hue angle of 338.06º degrees, saturation: 0.89, 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 #BA0B4B is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 75 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.27 |
| HSL | 338.06º | 0.89% | 0.39% | - |
| HSV(B) | 338.06º | 0.94% | 0.73% | - |
| XYZ | 21.64 | 11.19 | 7.68 | - |
| YUV | 70.62 | 130.48 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 75 | 0 | 0.94 | 0.60 | 0.27 | 338.06 | 0.89 | 0.39 |
| Hex | BA | B | 4B | 0 | 5E | 3C | 1B | 152 | 59 | 27 |
| Octal | 272 | 13 | 113 | 0 | 136 | 74 | 33 | 522 | 131 | 47 |
| Binary | 10111010 | 1011 | 1001011 | 0 | 1011110 | 111100 | 11011 | 101010010 | 1011001 | 100111 |
Color Harmonies of #BA0B4B
Complementary color
Monochromatic Colors of #BA0B4B
Black with #BA0B4B
Text Example
Text Example
White with #BA0B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B4B; }
p { color: rgb(186,11,75); }
H1.HeaderClassName
{
color: #BA0B4B;
}
.AnyTagClassName
{
color: #BA0B4B;
}
</style>
background-color css
<style>
a { background-color: #BA0B4B; }
a { background-color: rgb(186,11,75); }
div.DivClassName
{
background-color: #BA0B4B;
}
.BgClassName
{
background-color: #BA0B4B;
}
</style>
border-color css
<style>
span { border-color: #BA0B4B; }
span { border-color: rgb(186,11,75); }
td.TdClassName
{
border-color: #BA0B4B;
}
.TagClassName
{
border-color: #BA0B4B;
}
</style>