Shades of Jazzberry Jam #BA015D
Tints of Jazzberry Jam #BA015D
RGB
CMYK
RGB Variations
Color information
#BA015D (or 0xBA015D) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 5D. RGB value is (186,1,93). Sum of RGB (Red+Green+Blue) = 186+1+93=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA015D is #45FEA2. Grayscale: #424242. Windows color (decimal): -4587171 or 6095290. OLE color: 6095290.
HSL color Cylindrical-coordinate representation of color #BA015D: hue angle of 330.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA015D is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.27 |
| HSL | 330.16º | 0.99% | 0.37% | - |
| HSV(B) | 330.16º | 0.99% | 0.73% | - |
| XYZ | 22.24 | 11.25 | 11.36 | - |
| YUV | 66.8 | 142.79 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 93 | 0 | 0.99 | 0.5 | 0.27 | 330.16 | 0.99 | 0.37 |
| Hex | BA | 1 | 5D | 0 | 63 | 32 | 1B | 14A | 63 | 25 |
| Octal | 272 | 1 | 135 | 0 | 143 | 62 | 33 | 512 | 143 | 45 |
| Binary | 10111010 | 1 | 1011101 | 0 | 1100011 | 110010 | 11011 | 101001010 | 1100011 | 100101 |
Color Harmonies of #BA015D
Complementary color
Monochromatic Colors of #BA015D
Black with #BA015D
Text Example
Text Example
White with #BA015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA015D; }
p { color: rgb(186,1,93); }
H1.HeaderClassName
{
color: #BA015D;
}
.AnyTagClassName
{
color: #BA015D;
}
</style>
background-color css
<style>
a { background-color: #BA015D; }
a { background-color: rgb(186,1,93); }
div.DivClassName
{
background-color: #BA015D;
}
.BgClassName
{
background-color: #BA015D;
}
</style>
border-color css
<style>
span { border-color: #BA015D; }
span { border-color: rgb(186,1,93); }
td.TdClassName
{
border-color: #BA015D;
}
.TagClassName
{
border-color: #BA015D;
}
</style>