Shades of Jazzberry Jam #BA0F6E
Tints of Jazzberry Jam #BA0F6E
RGB
CMYK
RGB Variations
Color information
#BA0F6E (or 0xBA0F6E) is known color: Jazzberry Jam. HEX triplet: BA, 0F and 6E. RGB value is (186,15,110). Sum of RGB (Red+Green+Blue) = 186+15+110=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F6E is #45F091. Grayscale: #4C4C4C. Windows color (decimal): -4583570 or 7212986. OLE color: 7212986.
HSL color Cylindrical-coordinate representation of color #BA0F6E: hue angle of 326.67º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F6E is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 110 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.27 |
| HSL | 326.67º | 0.85% | 0.39% | - |
| HSV(B) | 326.67º | 0.92% | 0.73% | - |
| XYZ | 23.24 | 11.91 | 15.83 | - |
| YUV | 76.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 110 | 0 | 0.92 | 0.41 | 0.27 | 326.67 | 0.85 | 0.39 |
| Hex | BA | F | 6E | 0 | 5C | 29 | 1B | 147 | 55 | 27 |
| Octal | 272 | 17 | 156 | 0 | 134 | 51 | 33 | 507 | 125 | 47 |
| Binary | 10111010 | 1111 | 1101110 | 0 | 1011100 | 101001 | 11011 | 101000111 | 1010101 | 100111 |
Color Harmonies of #BA0F6E
Complementary color
Monochromatic Colors of #BA0F6E
Black with #BA0F6E
Text Example
Text Example
White with #BA0F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F6E; }
p { color: rgb(186,15,110); }
H1.HeaderClassName
{
color: #BA0F6E;
}
.AnyTagClassName
{
color: #BA0F6E;
}
</style>
background-color css
<style>
a { background-color: #BA0F6E; }
a { background-color: rgb(186,15,110); }
div.DivClassName
{
background-color: #BA0F6E;
}
.BgClassName
{
background-color: #BA0F6E;
}
</style>
border-color css
<style>
span { border-color: #BA0F6E; }
span { border-color: rgb(186,15,110); }
td.TdClassName
{
border-color: #BA0F6E;
}
.TagClassName
{
border-color: #BA0F6E;
}
</style>