Shades of Jazzberry Jam #BA074B
Tints of Jazzberry Jam #BA074B
RGB
CMYK
RGB Variations
Color information
#BA074B (or 0xBA074B) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 4B. RGB value is (186,7,75). Sum of RGB (Red+Green+Blue) = 186+7+75=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA074B is #45F8B4. Grayscale: #444444. Windows color (decimal): -4585653 or 4917178. OLE color: 4917178.
HSL color Cylindrical-coordinate representation of color #BA074B: hue angle of 337.21º 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 #BA074B is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 75 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.27 |
| HSL | 337.21º | 0.93% | 0.38% | - |
| HSV(B) | 337.21º | 0.96% | 0.73% | - |
| XYZ | 21.6 | 11.1 | 7.66 | - |
| YUV | 68.27 | 131.8 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 75 | 0 | 0.96 | 0.60 | 0.27 | 337.21 | 0.93 | 0.38 |
| Hex | BA | 7 | 4B | 0 | 60 | 3C | 1B | 151 | 5D | 26 |
| Octal | 272 | 7 | 113 | 0 | 140 | 74 | 33 | 521 | 135 | 46 |
| Binary | 10111010 | 111 | 1001011 | 0 | 1100000 | 111100 | 11011 | 101010001 | 1011101 | 100110 |
Color Harmonies of #BA074B
Complementary color
Monochromatic Colors of #BA074B
Black with #BA074B
Text Example
Text Example
White with #BA074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA074B; }
p { color: rgb(186,7,75); }
H1.HeaderClassName
{
color: #BA074B;
}
.AnyTagClassName
{
color: #BA074B;
}
</style>
background-color css
<style>
a { background-color: #BA074B; }
a { background-color: rgb(186,7,75); }
div.DivClassName
{
background-color: #BA074B;
}
.BgClassName
{
background-color: #BA074B;
}
</style>
border-color css
<style>
span { border-color: #BA074B; }
span { border-color: rgb(186,7,75); }
td.TdClassName
{
border-color: #BA074B;
}
.TagClassName
{
border-color: #BA074B;
}
</style>