Shades of Jazzberry Jam #BA0D69
Tints of Jazzberry Jam #BA0D69
RGB
CMYK
RGB Variations
Color information
#BA0D69 (or 0xBA0D69) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 69. RGB value is (186,13,105). Sum of RGB (Red+Green+Blue) = 186+13+105=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D69 is #45F296. Grayscale: #4B4B4B. Windows color (decimal): -4584087 or 6884794. OLE color: 6884794.
HSL color Cylindrical-coordinate representation of color #BA0D69: hue angle of 328.09º 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 #BA0D69 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 105 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.27 |
| HSL | 328.09º | 0.87% | 0.39% | - |
| HSV(B) | 328.09º | 0.93% | 0.73% | - |
| XYZ | 22.94 | 11.75 | 14.42 | - |
| YUV | 75.22 | 144.81 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 105 | 0 | 0.93 | 0.44 | 0.27 | 328.09 | 0.87 | 0.39 |
| Hex | BA | D | 69 | 0 | 5D | 2C | 1B | 148 | 57 | 27 |
| Octal | 272 | 15 | 151 | 0 | 135 | 54 | 33 | 510 | 127 | 47 |
| Binary | 10111010 | 1101 | 1101001 | 0 | 1011101 | 101100 | 11011 | 101001000 | 1010111 | 100111 |
Color Harmonies of #BA0D69
Complementary color
Monochromatic Colors of #BA0D69
Black with #BA0D69
Text Example
Text Example
White with #BA0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D69; }
p { color: rgb(186,13,105); }
H1.HeaderClassName
{
color: #BA0D69;
}
.AnyTagClassName
{
color: #BA0D69;
}
</style>
background-color css
<style>
a { background-color: #BA0D69; }
a { background-color: rgb(186,13,105); }
div.DivClassName
{
background-color: #BA0D69;
}
.BgClassName
{
background-color: #BA0D69;
}
</style>
border-color css
<style>
span { border-color: #BA0D69; }
span { border-color: rgb(186,13,105); }
td.TdClassName
{
border-color: #BA0D69;
}
.TagClassName
{
border-color: #BA0D69;
}
</style>