Shades of Jazzberry Jam #BA035C
Tints of Jazzberry Jam #BA035C
RGB
CMYK
RGB Variations
Color information
#BA035C (or 0xBA035C) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 5C. RGB value is (186,3,92). Sum of RGB (Red+Green+Blue) = 186+3+92=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA035C is #45FCA3. Grayscale: #434343. Windows color (decimal): -4586660 or 6030266. OLE color: 6030266.
HSL color Cylindrical-coordinate representation of color #BA035C: hue angle of 330.82º 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 #BA035C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.27 |
| HSL | 330.82º | 0.97% | 0.37% | - |
| HSV(B) | 330.82º | 0.98% | 0.73% | - |
| XYZ | 22.21 | 11.28 | 11.13 | - |
| YUV | 67.86 | 141.63 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 92 | 0 | 0.98 | 0.51 | 0.27 | 330.82 | 0.97 | 0.37 |
| Hex | BA | 3 | 5C | 0 | 62 | 33 | 1B | 14B | 61 | 25 |
| Octal | 272 | 3 | 134 | 0 | 142 | 63 | 33 | 513 | 141 | 45 |
| Binary | 10111010 | 11 | 1011100 | 0 | 1100010 | 110011 | 11011 | 101001011 | 1100001 | 100101 |
Color Harmonies of #BA035C
Complementary color
Monochromatic Colors of #BA035C
Black with #BA035C
Text Example
Text Example
White with #BA035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA035C; }
p { color: rgb(186,3,92); }
H1.HeaderClassName
{
color: #BA035C;
}
.AnyTagClassName
{
color: #BA035C;
}
</style>
background-color css
<style>
a { background-color: #BA035C; }
a { background-color: rgb(186,3,92); }
div.DivClassName
{
background-color: #BA035C;
}
.BgClassName
{
background-color: #BA035C;
}
</style>
border-color css
<style>
span { border-color: #BA035C; }
span { border-color: rgb(186,3,92); }
td.TdClassName
{
border-color: #BA035C;
}
.TagClassName
{
border-color: #BA035C;
}
</style>