Shades of Jazzberry Jam #BA0B6B
Tints of Jazzberry Jam #BA0B6B
RGB
CMYK
RGB Variations
Color information
#BA0B6B (or 0xBA0B6B) is known color: Jazzberry Jam. HEX triplet: BA, 0B and 6B. RGB value is (186,11,107). Sum of RGB (Red+Green+Blue) = 186+11+107=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0B6B is #45F494. Grayscale: #4A4A4A. Windows color (decimal): -4584597 or 7015354. OLE color: 7015354.
HSL color Cylindrical-coordinate representation of color #BA0B6B: hue angle of 327.09º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0B6B is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 107 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.27 |
| HSL | 327.09º | 0.89% | 0.39% | - |
| HSV(B) | 327.09º | 0.94% | 0.73% | - |
| XYZ | 23.02 | 11.74 | 14.96 | - |
| YUV | 74.27 | 146.48 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 107 | 0 | 0.94 | 0.42 | 0.27 | 327.09 | 0.89 | 0.39 |
| Hex | BA | B | 6B | 0 | 5E | 2A | 1B | 147 | 59 | 27 |
| Octal | 272 | 13 | 153 | 0 | 136 | 52 | 33 | 507 | 131 | 47 |
| Binary | 10111010 | 1011 | 1101011 | 0 | 1011110 | 101010 | 11011 | 101000111 | 1011001 | 100111 |
Color Harmonies of #BA0B6B
Complementary color
Monochromatic Colors of #BA0B6B
Black with #BA0B6B
Text Example
Text Example
White with #BA0B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B6B; }
p { color: rgb(186,11,107); }
H1.HeaderClassName
{
color: #BA0B6B;
}
.AnyTagClassName
{
color: #BA0B6B;
}
</style>
background-color css
<style>
a { background-color: #BA0B6B; }
a { background-color: rgb(186,11,107); }
div.DivClassName
{
background-color: #BA0B6B;
}
.BgClassName
{
background-color: #BA0B6B;
}
</style>
border-color css
<style>
span { border-color: #BA0B6B; }
span { border-color: rgb(186,11,107); }
td.TdClassName
{
border-color: #BA0B6B;
}
.TagClassName
{
border-color: #BA0B6B;
}
</style>