Shades of Jazzberry Jam #BA095C
Tints of Jazzberry Jam #BA095C
RGB
CMYK
RGB Variations
Color information
#BA095C (or 0xBA095C) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 5C. RGB value is (186,9,92). Sum of RGB (Red+Green+Blue) = 186+9+92=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA095C is #45F6A3. Grayscale: #474747. Windows color (decimal): -4585124 or 6031802. OLE color: 6031802.
HSL color Cylindrical-coordinate representation of color #BA095C: hue angle of 331.86º 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 #BA095C is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 92 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.27 |
| HSL | 331.86º | 0.91% | 0.38% | - |
| HSV(B) | 331.86º | 0.95% | 0.73% | - |
| XYZ | 22.28 | 11.41 | 11.15 | - |
| YUV | 71.39 | 139.64 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 92 | 0 | 0.95 | 0.51 | 0.27 | 331.86 | 0.91 | 0.38 |
| Hex | BA | 9 | 5C | 0 | 5F | 33 | 1B | 14C | 5B | 26 |
| Octal | 272 | 11 | 134 | 0 | 137 | 63 | 33 | 514 | 133 | 46 |
| Binary | 10111010 | 1001 | 1011100 | 0 | 1011111 | 110011 | 11011 | 101001100 | 1011011 | 100110 |
Color Harmonies of #BA095C
Complementary color
Monochromatic Colors of #BA095C
Black with #BA095C
Text Example
Text Example
White with #BA095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA095C; }
p { color: rgb(186,9,92); }
H1.HeaderClassName
{
color: #BA095C;
}
.AnyTagClassName
{
color: #BA095C;
}
</style>
background-color css
<style>
a { background-color: #BA095C; }
a { background-color: rgb(186,9,92); }
div.DivClassName
{
background-color: #BA095C;
}
.BgClassName
{
background-color: #BA095C;
}
</style>
border-color css
<style>
span { border-color: #BA095C; }
span { border-color: rgb(186,9,92); }
td.TdClassName
{
border-color: #BA095C;
}
.TagClassName
{
border-color: #BA095C;
}
</style>