Shades of Jazzberry Jam #BA0050
Tints of Jazzberry Jam #BA0050
RGB
CMYK
RGB Variations
Color information
#BA0050 (or 0xBA0050) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 50. RGB value is (186,0,80). Sum of RGB (Red+Green+Blue) = 186+0+80=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0050 is #45FFAF. Grayscale: #404040. Windows color (decimal): -4587440 or 5243066. OLE color: 5243066.
HSL color Cylindrical-coordinate representation of color #BA0050: hue angle of 334.19º 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 #BA0050 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.57 | 0.27 |
| HSL | 334.19º | 1% | 0.36% | - |
| HSV(B) | 334.19º | 1% | 0.73% | - |
| XYZ | 21.7 | 11.02 | 8.57 | - |
| YUV | 64.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 80 | 0 | 1 | 0.57 | 0.27 | 334.19 | 1 | 0.36 |
| Hex | BA | 0 | 50 | 0 | 64 | 39 | 1B | 14E | 64 | 24 |
| Octal | 272 | 0 | 120 | 0 | 144 | 71 | 33 | 516 | 144 | 44 |
| Binary | 10111010 | 0 | 1010000 | 0 | 1100100 | 111001 | 11011 | 101001110 | 1100100 | 100100 |
Color Harmonies of #BA0050
Complementary color
Monochromatic Colors of #BA0050
Black with #BA0050
Text Example
Text Example
White with #BA0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0050; }
p { color: rgb(186,0,80); }
H1.HeaderClassName
{
color: #BA0050;
}
.AnyTagClassName
{
color: #BA0050;
}
</style>
background-color css
<style>
a { background-color: #BA0050; }
a { background-color: rgb(186,0,80); }
div.DivClassName
{
background-color: #BA0050;
}
.BgClassName
{
background-color: #BA0050;
}
</style>
border-color css
<style>
span { border-color: #BA0050; }
span { border-color: rgb(186,0,80); }
td.TdClassName
{
border-color: #BA0050;
}
.TagClassName
{
border-color: #BA0050;
}
</style>