Shades of Jazzberry Jam #BA075C
Tints of Jazzberry Jam #BA075C
RGB
CMYK
RGB Variations
Color information
#BA075C (or 0xBA075C) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 5C. RGB value is (186,7,92). Sum of RGB (Red+Green+Blue) = 186+7+92=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA075C is #45F8A3. Grayscale: #464646. Windows color (decimal): -4585636 or 6031290. OLE color: 6031290.
HSL color Cylindrical-coordinate representation of color #BA075C: hue angle of 331.51º 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 #BA075C is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 92 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.27 |
| HSL | 331.51º | 0.93% | 0.38% | - |
| HSV(B) | 331.51º | 0.96% | 0.73% | - |
| XYZ | 22.26 | 11.36 | 11.15 | - |
| YUV | 70.21 | 140.3 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 92 | 0 | 0.96 | 0.51 | 0.27 | 331.51 | 0.93 | 0.38 |
| Hex | BA | 7 | 5C | 0 | 60 | 33 | 1B | 14C | 5D | 26 |
| Octal | 272 | 7 | 134 | 0 | 140 | 63 | 33 | 514 | 135 | 46 |
| Binary | 10111010 | 111 | 1011100 | 0 | 1100000 | 110011 | 11011 | 101001100 | 1011101 | 100110 |
Color Harmonies of #BA075C
Complementary color
Monochromatic Colors of #BA075C
Black with #BA075C
Text Example
Text Example
White with #BA075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA075C; }
p { color: rgb(186,7,92); }
H1.HeaderClassName
{
color: #BA075C;
}
.AnyTagClassName
{
color: #BA075C;
}
</style>
background-color css
<style>
a { background-color: #BA075C; }
a { background-color: rgb(186,7,92); }
div.DivClassName
{
background-color: #BA075C;
}
.BgClassName
{
background-color: #BA075C;
}
</style>
border-color css
<style>
span { border-color: #BA075C; }
span { border-color: rgb(186,7,92); }
td.TdClassName
{
border-color: #BA075C;
}
.TagClassName
{
border-color: #BA075C;
}
</style>