Shades of Jazzberry Jam #BA075B
Tints of Jazzberry Jam #BA075B
RGB
CMYK
RGB Variations
Color information
#BA075B (or 0xBA075B) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 5B. RGB value is (186,7,91). Sum of RGB (Red+Green+Blue) = 186+7+91=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA075B is #45F8A4. Grayscale: #454545. Windows color (decimal): -4585637 or 5965754. OLE color: 5965754.
HSL color Cylindrical-coordinate representation of color #BA075B: hue angle of 331.84º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA075B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 91 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.27 |
| HSL | 331.84º | 0.93% | 0.38% | - |
| HSV(B) | 331.84º | 0.96% | 0.73% | - |
| XYZ | 22.21 | 11.35 | 10.92 | - |
| YUV | 70.1 | 139.8 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 91 | 0 | 0.96 | 0.51 | 0.27 | 331.84 | 0.93 | 0.38 |
| Hex | BA | 7 | 5B | 0 | 60 | 33 | 1B | 14C | 5D | 26 |
| Octal | 272 | 7 | 133 | 0 | 140 | 63 | 33 | 514 | 135 | 46 |
| Binary | 10111010 | 111 | 1011011 | 0 | 1100000 | 110011 | 11011 | 101001100 | 1011101 | 100110 |
Color Harmonies of #BA075B
Complementary color
Monochromatic Colors of #BA075B
Black with #BA075B
Text Example
Text Example
White with #BA075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA075B; }
p { color: rgb(186,7,91); }
H1.HeaderClassName
{
color: #BA075B;
}
.AnyTagClassName
{
color: #BA075B;
}
</style>
background-color css
<style>
a { background-color: #BA075B; }
a { background-color: rgb(186,7,91); }
div.DivClassName
{
background-color: #BA075B;
}
.BgClassName
{
background-color: #BA075B;
}
</style>
border-color css
<style>
span { border-color: #BA075B; }
span { border-color: rgb(186,7,91); }
td.TdClassName
{
border-color: #BA075B;
}
.TagClassName
{
border-color: #BA075B;
}
</style>