Shades of Jazzberry Jam #BA095D
Tints of Jazzberry Jam #BA095D
RGB
CMYK
RGB Variations
Color information
#BA095D (or 0xBA095D) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 5D. RGB value is (186,9,93). Sum of RGB (Red+Green+Blue) = 186+9+93=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA095D is #45F6A2. Grayscale: #474747. Windows color (decimal): -4585123 or 6097338. OLE color: 6097338.
HSL color Cylindrical-coordinate representation of color #BA095D: hue angle of 331.53º 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 #BA095D is Cyan = 0, Magento = 0.95, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 93 | - |
| CMYK | 0 | 0.95 | 0.5 | 0.27 |
| HSL | 331.53º | 0.91% | 0.38% | - |
| HSV(B) | 331.53º | 0.95% | 0.73% | - |
| XYZ | 22.32 | 11.42 | 11.38 | - |
| YUV | 71.5 | 140.14 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 93 | 0 | 0.95 | 0.5 | 0.27 | 331.53 | 0.91 | 0.38 |
| Hex | BA | 9 | 5D | 0 | 5F | 32 | 1B | 14C | 5B | 26 |
| Octal | 272 | 11 | 135 | 0 | 137 | 62 | 33 | 514 | 133 | 46 |
| Binary | 10111010 | 1001 | 1011101 | 0 | 1011111 | 110010 | 11011 | 101001100 | 1011011 | 100110 |
Color Harmonies of #BA095D
Complementary color
Monochromatic Colors of #BA095D
Black with #BA095D
Text Example
Text Example
White with #BA095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA095D; }
p { color: rgb(186,9,93); }
H1.HeaderClassName
{
color: #BA095D;
}
.AnyTagClassName
{
color: #BA095D;
}
</style>
background-color css
<style>
a { background-color: #BA095D; }
a { background-color: rgb(186,9,93); }
div.DivClassName
{
background-color: #BA095D;
}
.BgClassName
{
background-color: #BA095D;
}
</style>
border-color css
<style>
span { border-color: #BA095D; }
span { border-color: rgb(186,9,93); }
td.TdClassName
{
border-color: #BA095D;
}
.TagClassName
{
border-color: #BA095D;
}
</style>