Shades of Jazzberry Jam #BA015F
Tints of Jazzberry Jam #BA015F
RGB
CMYK
RGB Variations
Color information
#BA015F (or 0xBA015F) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 5F. RGB value is (186,1,95). Sum of RGB (Red+Green+Blue) = 186+1+95=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA015F is #45FEA0. Grayscale: #424242. Windows color (decimal): -4587169 or 6226362. OLE color: 6226362.
HSL color Cylindrical-coordinate representation of color #BA015F: hue angle of 329.51º 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 #BA015F is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 95 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.27 |
| HSL | 329.51º | 0.99% | 0.37% | - |
| HSV(B) | 329.51º | 0.99% | 0.73% | - |
| XYZ | 22.33 | 11.29 | 11.83 | - |
| YUV | 67.03 | 143.79 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 95 | 0 | 0.99 | 0.49 | 0.27 | 329.51 | 0.99 | 0.37 |
| Hex | BA | 1 | 5F | 0 | 63 | 31 | 1B | 14A | 63 | 25 |
| Octal | 272 | 1 | 137 | 0 | 143 | 61 | 33 | 512 | 143 | 45 |
| Binary | 10111010 | 1 | 1011111 | 0 | 1100011 | 110001 | 11011 | 101001010 | 1100011 | 100101 |
Color Harmonies of #BA015F
Complementary color
Monochromatic Colors of #BA015F
Black with #BA015F
Text Example
Text Example
White with #BA015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA015F; }
p { color: rgb(186,1,95); }
H1.HeaderClassName
{
color: #BA015F;
}
.AnyTagClassName
{
color: #BA015F;
}
</style>
background-color css
<style>
a { background-color: #BA015F; }
a { background-color: rgb(186,1,95); }
div.DivClassName
{
background-color: #BA015F;
}
.BgClassName
{
background-color: #BA015F;
}
</style>
border-color css
<style>
span { border-color: #BA015F; }
span { border-color: rgb(186,1,95); }
td.TdClassName
{
border-color: #BA015F;
}
.TagClassName
{
border-color: #BA015F;
}
</style>