Shades of Jazzberry Jam #BA0850
Tints of Jazzberry Jam #BA0850
RGB
CMYK
RGB Variations
Color information
#BA0850 (or 0xBA0850) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 50. RGB value is (186,8,80). Sum of RGB (Red+Green+Blue) = 186+8+80=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0850 is #45F7AF. Grayscale: #454545. Windows color (decimal): -4585392 or 5245114. OLE color: 5245114.
HSL color Cylindrical-coordinate representation of color #BA0850: hue angle of 335.73º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0850 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 80 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.27 |
| HSL | 335.73º | 0.92% | 0.38% | - |
| HSV(B) | 335.73º | 0.96% | 0.73% | - |
| XYZ | 21.78 | 11.19 | 8.6 | - |
| YUV | 69.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 80 | 0 | 0.96 | 0.57 | 0.27 | 335.73 | 0.92 | 0.38 |
| Hex | BA | 8 | 50 | 0 | 60 | 39 | 1B | 150 | 5C | 26 |
| Octal | 272 | 10 | 120 | 0 | 140 | 71 | 33 | 520 | 134 | 46 |
| Binary | 10111010 | 1000 | 1010000 | 0 | 1100000 | 111001 | 11011 | 101010000 | 1011100 | 100110 |
Color Harmonies of #BA0850
Complementary color
Monochromatic Colors of #BA0850
Black with #BA0850
Text Example
Text Example
White with #BA0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0850; }
p { color: rgb(186,8,80); }
H1.HeaderClassName
{
color: #BA0850;
}
.AnyTagClassName
{
color: #BA0850;
}
</style>
background-color css
<style>
a { background-color: #BA0850; }
a { background-color: rgb(186,8,80); }
div.DivClassName
{
background-color: #BA0850;
}
.BgClassName
{
background-color: #BA0850;
}
</style>
border-color css
<style>
span { border-color: #BA0850; }
span { border-color: rgb(186,8,80); }
td.TdClassName
{
border-color: #BA0850;
}
.TagClassName
{
border-color: #BA0850;
}
</style>