Shades of Jazzberry Jam #BA1A6A
Tints of Jazzberry Jam #BA1A6A
RGB
CMYK
RGB Variations
Color information
#BA1A6A (or 0xBA1A6A) is known color: Jazzberry Jam. HEX triplet: BA, 1A and 6A. RGB value is (186,26,106). Sum of RGB (Red+Green+Blue) = 186+26+106=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A6A is #45E595. Grayscale: #525252. Windows color (decimal): -4580758 or 6953658. OLE color: 6953658.
HSL color Cylindrical-coordinate representation of color #BA1A6A: hue angle of 330º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A6A is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 106 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.27 |
| HSL | 330º | 0.75% | 0.42% | - |
| HSV(B) | 330º | 0.86% | 0.73% | - |
| XYZ | 23.22 | 12.22 | 14.77 | - |
| YUV | 82.96 | 141.01 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 106 | 0 | 0.86 | 0.43 | 0.27 | 330 | 0.75 | 0.42 |
| Hex | BA | 1A | 6A | 0 | 56 | 2B | 1B | 14A | 4B | 2A |
| Octal | 272 | 32 | 152 | 0 | 126 | 53 | 33 | 512 | 113 | 52 |
| Binary | 10111010 | 11010 | 1101010 | 0 | 1010110 | 101011 | 11011 | 101001010 | 1001011 | 101010 |
Color Harmonies of #BA1A6A
Complementary color
Monochromatic Colors of #BA1A6A
Black with #BA1A6A
Text Example
Text Example
White with #BA1A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A6A; }
p { color: rgb(186,26,106); }
H1.HeaderClassName
{
color: #BA1A6A;
}
.AnyTagClassName
{
color: #BA1A6A;
}
</style>
background-color css
<style>
a { background-color: #BA1A6A; }
a { background-color: rgb(186,26,106); }
div.DivClassName
{
background-color: #BA1A6A;
}
.BgClassName
{
background-color: #BA1A6A;
}
</style>
border-color css
<style>
span { border-color: #BA1A6A; }
span { border-color: rgb(186,26,106); }
td.TdClassName
{
border-color: #BA1A6A;
}
.TagClassName
{
border-color: #BA1A6A;
}
</style>