Shades of Jazzberry Jam #BA2268
Tints of Jazzberry Jam #BA2268
RGB
CMYK
RGB Variations
Color information
#BA2268 (or 0xBA2268) is known color: Jazzberry Jam. HEX triplet: BA, 22 and 68. RGB value is (186,34,104). Sum of RGB (Red+Green+Blue) = 186+34+104=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2268 is #45DD97. Grayscale: #575757. Windows color (decimal): -4578712 or 6824634. OLE color: 6824634.
HSL color Cylindrical-coordinate representation of color #BA2268: hue angle of 332.37º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2268 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 104 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.27 |
| HSL | 332.37º | 0.69% | 0.43% | - |
| HSV(B) | 332.37º | 0.82% | 0.73% | - |
| XYZ | 23.32 | 12.58 | 14.3 | - |
| YUV | 87.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 104 | 0 | 0.82 | 0.44 | 0.27 | 332.37 | 0.69 | 0.43 |
| Hex | BA | 22 | 68 | 0 | 52 | 2C | 1B | 14C | 45 | 2B |
| Octal | 272 | 42 | 150 | 0 | 122 | 54 | 33 | 514 | 105 | 53 |
| Binary | 10111010 | 100010 | 1101000 | 0 | 1010010 | 101100 | 11011 | 101001100 | 1000101 | 101011 |
Color Harmonies of #BA2268
Complementary color
Monochromatic Colors of #BA2268
Black with #BA2268
Text Example
Text Example
White with #BA2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2268; }
p { color: rgb(186,34,104); }
H1.HeaderClassName
{
color: #BA2268;
}
.AnyTagClassName
{
color: #BA2268;
}
</style>
background-color css
<style>
a { background-color: #BA2268; }
a { background-color: rgb(186,34,104); }
div.DivClassName
{
background-color: #BA2268;
}
.BgClassName
{
background-color: #BA2268;
}
</style>
border-color css
<style>
span { border-color: #BA2268; }
span { border-color: rgb(186,34,104); }
td.TdClassName
{
border-color: #BA2268;
}
.TagClassName
{
border-color: #BA2268;
}
</style>