Shades of Jazzberry Jam #BA034E
Tints of Jazzberry Jam #BA034E
RGB
CMYK
RGB Variations
Color information
#BA034E (or 0xBA034E) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 4E. RGB value is (186,3,78). Sum of RGB (Red+Green+Blue) = 186+3+78=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA034E is #45FCB1. Grayscale: #424242. Windows color (decimal): -4586674 or 5112762. OLE color: 5112762.
HSL color Cylindrical-coordinate representation of color #BA034E: hue angle of 335.41º 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 #BA034E is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 78 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.27 |
| HSL | 335.41º | 0.97% | 0.37% | - |
| HSV(B) | 335.41º | 0.98% | 0.73% | - |
| XYZ | 21.66 | 11.05 | 8.2 | - |
| YUV | 66.27 | 134.63 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 78 | 0 | 0.98 | 0.58 | 0.27 | 335.41 | 0.97 | 0.37 |
| Hex | BA | 3 | 4E | 0 | 62 | 3A | 1B | 14F | 61 | 25 |
| Octal | 272 | 3 | 116 | 0 | 142 | 72 | 33 | 517 | 141 | 45 |
| Binary | 10111010 | 11 | 1001110 | 0 | 1100010 | 111010 | 11011 | 101001111 | 1100001 | 100101 |
Color Harmonies of #BA034E
Complementary color
Monochromatic Colors of #BA034E
Black with #BA034E
Text Example
Text Example
White with #BA034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA034E; }
p { color: rgb(186,3,78); }
H1.HeaderClassName
{
color: #BA034E;
}
.AnyTagClassName
{
color: #BA034E;
}
</style>
background-color css
<style>
a { background-color: #BA034E; }
a { background-color: rgb(186,3,78); }
div.DivClassName
{
background-color: #BA034E;
}
.BgClassName
{
background-color: #BA034E;
}
</style>
border-color css
<style>
span { border-color: #BA034E; }
span { border-color: rgb(186,3,78); }
td.TdClassName
{
border-color: #BA034E;
}
.TagClassName
{
border-color: #BA034E;
}
</style>