Shades of Jazzberry Jam #BA015B
Tints of Jazzberry Jam #BA015B
RGB
CMYK
RGB Variations
Color information
#BA015B (or 0xBA015B) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 5B. RGB value is (186,1,91). Sum of RGB (Red+Green+Blue) = 186+1+91=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA015B is #45FEA4. Grayscale: #424242. Windows color (decimal): -4587173 or 5964218. OLE color: 5964218.
HSL color Cylindrical-coordinate representation of color #BA015B: hue angle of 330.81º 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 #BA015B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.27 |
| HSL | 330.81º | 0.99% | 0.37% | - |
| HSV(B) | 330.81º | 0.99% | 0.73% | - |
| XYZ | 22.15 | 11.22 | 10.9 | - |
| YUV | 66.58 | 141.79 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 91 | 0 | 0.99 | 0.51 | 0.27 | 330.81 | 0.99 | 0.37 |
| Hex | BA | 1 | 5B | 0 | 63 | 33 | 1B | 14B | 63 | 25 |
| Octal | 272 | 1 | 133 | 0 | 143 | 63 | 33 | 513 | 143 | 45 |
| Binary | 10111010 | 1 | 1011011 | 0 | 1100011 | 110011 | 11011 | 101001011 | 1100011 | 100101 |
Color Harmonies of #BA015B
Complementary color
Monochromatic Colors of #BA015B
Black with #BA015B
Text Example
Text Example
White with #BA015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA015B; }
p { color: rgb(186,1,91); }
H1.HeaderClassName
{
color: #BA015B;
}
.AnyTagClassName
{
color: #BA015B;
}
</style>
background-color css
<style>
a { background-color: #BA015B; }
a { background-color: rgb(186,1,91); }
div.DivClassName
{
background-color: #BA015B;
}
.BgClassName
{
background-color: #BA015B;
}
</style>
border-color css
<style>
span { border-color: #BA015B; }
span { border-color: rgb(186,1,91); }
td.TdClassName
{
border-color: #BA015B;
}
.TagClassName
{
border-color: #BA015B;
}
</style>