Shades of Jazzberry Jam #BA036B
Tints of Jazzberry Jam #BA036B
RGB
CMYK
RGB Variations
Color information
#BA036B (or 0xBA036B) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 6B. RGB value is (186,3,107). Sum of RGB (Red+Green+Blue) = 186+3+107=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA036B is #45FC94. Grayscale: #454545. Windows color (decimal): -4586645 or 7013306. OLE color: 7013306.
HSL color Cylindrical-coordinate representation of color #BA036B: hue angle of 325.9º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA036B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 107 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.27 |
| HSL | 325.9º | 0.97% | 0.37% | - |
| HSV(B) | 325.9º | 0.98% | 0.73% | - |
| XYZ | 22.94 | 11.57 | 14.93 | - |
| YUV | 69.57 | 149.13 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 107 | 0 | 0.98 | 0.42 | 0.27 | 325.9 | 0.97 | 0.37 |
| Hex | BA | 3 | 6B | 0 | 62 | 2A | 1B | 146 | 61 | 25 |
| Octal | 272 | 3 | 153 | 0 | 142 | 52 | 33 | 506 | 141 | 45 |
| Binary | 10111010 | 11 | 1101011 | 0 | 1100010 | 101010 | 11011 | 101000110 | 1100001 | 100101 |
Color Harmonies of #BA036B
Complementary color
Monochromatic Colors of #BA036B
Black with #BA036B
Text Example
Text Example
White with #BA036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA036B; }
p { color: rgb(186,3,107); }
H1.HeaderClassName
{
color: #BA036B;
}
.AnyTagClassName
{
color: #BA036B;
}
</style>
background-color css
<style>
a { background-color: #BA036B; }
a { background-color: rgb(186,3,107); }
div.DivClassName
{
background-color: #BA036B;
}
.BgClassName
{
background-color: #BA036B;
}
</style>
border-color css
<style>
span { border-color: #BA036B; }
span { border-color: rgb(186,3,107); }
td.TdClassName
{
border-color: #BA036B;
}
.TagClassName
{
border-color: #BA036B;
}
</style>