Shades of Jazzberry Jam #BA065D
Tints of Jazzberry Jam #BA065D
RGB
CMYK
RGB Variations
Color information
#BA065D (or 0xBA065D) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 5D. RGB value is (186,6,93). Sum of RGB (Red+Green+Blue) = 186+6+93=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA065D is #45F9A2. Grayscale: #454545. Windows color (decimal): -4585891 or 6096570. OLE color: 6096570.
HSL color Cylindrical-coordinate representation of color #BA065D: hue angle of 331º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA065D is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.27 |
| HSL | 331º | 0.94% | 0.38% | - |
| HSV(B) | 331º | 0.97% | 0.73% | - |
| XYZ | 22.29 | 11.36 | 11.37 | - |
| YUV | 69.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 93 | 0 | 0.97 | 0.5 | 0.27 | 331 | 0.94 | 0.38 |
| Hex | BA | 6 | 5D | 0 | 61 | 32 | 1B | 14B | 5E | 26 |
| Octal | 272 | 6 | 135 | 0 | 141 | 62 | 33 | 513 | 136 | 46 |
| Binary | 10111010 | 110 | 1011101 | 0 | 1100001 | 110010 | 11011 | 101001011 | 1011110 | 100110 |
Color Harmonies of #BA065D
Complementary color
Monochromatic Colors of #BA065D
Black with #BA065D
Text Example
Text Example
White with #BA065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA065D; }
p { color: rgb(186,6,93); }
H1.HeaderClassName
{
color: #BA065D;
}
.AnyTagClassName
{
color: #BA065D;
}
</style>
background-color css
<style>
a { background-color: #BA065D; }
a { background-color: rgb(186,6,93); }
div.DivClassName
{
background-color: #BA065D;
}
.BgClassName
{
background-color: #BA065D;
}
</style>
border-color css
<style>
span { border-color: #BA065D; }
span { border-color: rgb(186,6,93); }
td.TdClassName
{
border-color: #BA065D;
}
.TagClassName
{
border-color: #BA065D;
}
</style>