Shades of Jazzberry Jam #BA0D67
Tints of Jazzberry Jam #BA0D67
RGB
CMYK
RGB Variations
Color information
#BA0D67 (or 0xBA0D67) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 67. RGB value is (186,13,103). Sum of RGB (Red+Green+Blue) = 186+13+103=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D67 is #45F298. Grayscale: #4A4A4A. Windows color (decimal): -4584089 or 6753722. OLE color: 6753722.
HSL color Cylindrical-coordinate representation of color #BA0D67: hue angle of 328.79º 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 #BA0D67 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 103 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.27 |
| HSL | 328.79º | 0.87% | 0.39% | - |
| HSV(B) | 328.79º | 0.93% | 0.73% | - |
| XYZ | 22.84 | 11.71 | 13.89 | - |
| YUV | 74.99 | 143.81 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 103 | 0 | 0.93 | 0.45 | 0.27 | 328.79 | 0.87 | 0.39 |
| Hex | BA | D | 67 | 0 | 5D | 2D | 1B | 149 | 57 | 27 |
| Octal | 272 | 15 | 147 | 0 | 135 | 55 | 33 | 511 | 127 | 47 |
| Binary | 10111010 | 1101 | 1100111 | 0 | 1011101 | 101101 | 11011 | 101001001 | 1010111 | 100111 |
Color Harmonies of #BA0D67
Complementary color
Monochromatic Colors of #BA0D67
Black with #BA0D67
Text Example
Text Example
White with #BA0D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D67; }
p { color: rgb(186,13,103); }
H1.HeaderClassName
{
color: #BA0D67;
}
.AnyTagClassName
{
color: #BA0D67;
}
</style>
background-color css
<style>
a { background-color: #BA0D67; }
a { background-color: rgb(186,13,103); }
div.DivClassName
{
background-color: #BA0D67;
}
.BgClassName
{
background-color: #BA0D67;
}
</style>
border-color css
<style>
span { border-color: #BA0D67; }
span { border-color: rgb(186,13,103); }
td.TdClassName
{
border-color: #BA0D67;
}
.TagClassName
{
border-color: #BA0D67;
}
</style>