Shades of Jazzberry Jam #BA1167
Tints of Jazzberry Jam #BA1167
RGB
CMYK
RGB Variations
Color information
#BA1167 (or 0xBA1167) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 67. RGB value is (186,17,103). Sum of RGB (Red+Green+Blue) = 186+17+103=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1167 is #45EE98. Grayscale: #4D4D4D. Windows color (decimal): -4583065 or 6754746. OLE color: 6754746.
HSL color Cylindrical-coordinate representation of color #BA1167: hue angle of 329.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1167 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 103 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.27 |
| HSL | 329.47º | 0.83% | 0.4% | - |
| HSV(B) | 329.47º | 0.91% | 0.73% | - |
| XYZ | 22.9 | 11.82 | 13.91 | - |
| YUV | 77.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 103 | 0 | 0.91 | 0.45 | 0.27 | 329.47 | 0.83 | 0.4 |
| Hex | BA | 11 | 67 | 0 | 5B | 2D | 1B | 149 | 53 | 28 |
| Octal | 272 | 21 | 147 | 0 | 133 | 55 | 33 | 511 | 123 | 50 |
| Binary | 10111010 | 10001 | 1100111 | 0 | 1011011 | 101101 | 11011 | 101001001 | 1010011 | 101000 |
Color Harmonies of #BA1167
Complementary color
Monochromatic Colors of #BA1167
Black with #BA1167
Text Example
Text Example
White with #BA1167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1167; }
p { color: rgb(186,17,103); }
H1.HeaderClassName
{
color: #BA1167;
}
.AnyTagClassName
{
color: #BA1167;
}
</style>
background-color css
<style>
a { background-color: #BA1167; }
a { background-color: rgb(186,17,103); }
div.DivClassName
{
background-color: #BA1167;
}
.BgClassName
{
background-color: #BA1167;
}
</style>
border-color css
<style>
span { border-color: #BA1167; }
span { border-color: rgb(186,17,103); }
td.TdClassName
{
border-color: #BA1167;
}
.TagClassName
{
border-color: #BA1167;
}
</style>