Shades of Jazzberry Jam #BA0D4F
Tints of Jazzberry Jam #BA0D4F
RGB
CMYK
RGB Variations
Color information
#BA0D4F (or 0xBA0D4F) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 4F. RGB value is (186,13,79). Sum of RGB (Red+Green+Blue) = 186+13+79=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D4F is #45F2B0. Grayscale: #484848. Windows color (decimal): -4584113 or 5180858. OLE color: 5180858.
HSL color Cylindrical-coordinate representation of color #BA0D4F: hue angle of 337.11º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D4F is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 79 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.27 |
| HSL | 337.11º | 0.87% | 0.39% | - |
| HSV(B) | 337.11º | 0.93% | 0.73% | - |
| XYZ | 21.8 | 11.29 | 8.43 | - |
| YUV | 72.25 | 131.81 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 79 | 0 | 0.93 | 0.58 | 0.27 | 337.11 | 0.87 | 0.39 |
| Hex | BA | D | 4F | 0 | 5D | 3A | 1B | 151 | 57 | 27 |
| Octal | 272 | 15 | 117 | 0 | 135 | 72 | 33 | 521 | 127 | 47 |
| Binary | 10111010 | 1101 | 1001111 | 0 | 1011101 | 111010 | 11011 | 101010001 | 1010111 | 100111 |
Color Harmonies of #BA0D4F
Complementary color
Monochromatic Colors of #BA0D4F
Black with #BA0D4F
Text Example
Text Example
White with #BA0D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D4F; }
p { color: rgb(186,13,79); }
H1.HeaderClassName
{
color: #BA0D4F;
}
.AnyTagClassName
{
color: #BA0D4F;
}
</style>
background-color css
<style>
a { background-color: #BA0D4F; }
a { background-color: rgb(186,13,79); }
div.DivClassName
{
background-color: #BA0D4F;
}
.BgClassName
{
background-color: #BA0D4F;
}
</style>
border-color css
<style>
span { border-color: #BA0D4F; }
span { border-color: rgb(186,13,79); }
td.TdClassName
{
border-color: #BA0D4F;
}
.TagClassName
{
border-color: #BA0D4F;
}
</style>