Shades of Jazzberry Jam #BA095A
Tints of Jazzberry Jam #BA095A
RGB
CMYK
RGB Variations
Color information
#BA095A (or 0xBA095A) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 5A. RGB value is (186,9,90). Sum of RGB (Red+Green+Blue) = 186+9+90=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA095A is #45F6A5. Grayscale: #474747. Windows color (decimal): -4585126 or 5900730. OLE color: 5900730.
HSL color Cylindrical-coordinate representation of color #BA095A: hue angle of 332.54º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA095A is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 90 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.27 |
| HSL | 332.54º | 0.91% | 0.38% | - |
| HSV(B) | 332.54º | 0.95% | 0.73% | - |
| XYZ | 22.19 | 11.37 | 10.7 | - |
| YUV | 71.16 | 138.64 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 90 | 0 | 0.95 | 0.52 | 0.27 | 332.54 | 0.91 | 0.38 |
| Hex | BA | 9 | 5A | 0 | 5F | 34 | 1B | 14D | 5B | 26 |
| Octal | 272 | 11 | 132 | 0 | 137 | 64 | 33 | 515 | 133 | 46 |
| Binary | 10111010 | 1001 | 1011010 | 0 | 1011111 | 110100 | 11011 | 101001101 | 1011011 | 100110 |
Color Harmonies of #BA095A
Complementary color
Monochromatic Colors of #BA095A
Black with #BA095A
Text Example
Text Example
White with #BA095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA095A; }
p { color: rgb(186,9,90); }
H1.HeaderClassName
{
color: #BA095A;
}
.AnyTagClassName
{
color: #BA095A;
}
</style>
background-color css
<style>
a { background-color: #BA095A; }
a { background-color: rgb(186,9,90); }
div.DivClassName
{
background-color: #BA095A;
}
.BgClassName
{
background-color: #BA095A;
}
</style>
border-color css
<style>
span { border-color: #BA095A; }
span { border-color: rgb(186,9,90); }
td.TdClassName
{
border-color: #BA095A;
}
.TagClassName
{
border-color: #BA095A;
}
</style>