Shades of Jazzberry Jam #BA186B
Tints of Jazzberry Jam #BA186B
RGB
CMYK
RGB Variations
Color information
#BA186B (or 0xBA186B) is known color: Jazzberry Jam. HEX triplet: BA, 18 and 6B. RGB value is (186,24,107). Sum of RGB (Red+Green+Blue) = 186+24+107=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA186B is #45E794. Grayscale: #515151. Windows color (decimal): -4581269 or 7018682. OLE color: 7018682.
HSL color Cylindrical-coordinate representation of color #BA186B: hue angle of 329.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA186B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 107 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.27 |
| HSL | 329.26º | 0.77% | 0.41% | - |
| HSV(B) | 329.26º | 0.87% | 0.73% | - |
| XYZ | 23.23 | 12.15 | 15.03 | - |
| YUV | 81.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 107 | 0 | 0.87 | 0.42 | 0.27 | 329.26 | 0.77 | 0.41 |
| Hex | BA | 18 | 6B | 0 | 57 | 2A | 1B | 149 | 4D | 29 |
| Octal | 272 | 30 | 153 | 0 | 127 | 52 | 33 | 511 | 115 | 51 |
| Binary | 10111010 | 11000 | 1101011 | 0 | 1010111 | 101010 | 11011 | 101001001 | 1001101 | 101001 |
Color Harmonies of #BA186B
Complementary color
Monochromatic Colors of #BA186B
Black with #BA186B
Text Example
Text Example
White with #BA186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA186B; }
p { color: rgb(186,24,107); }
H1.HeaderClassName
{
color: #BA186B;
}
.AnyTagClassName
{
color: #BA186B;
}
</style>
background-color css
<style>
a { background-color: #BA186B; }
a { background-color: rgb(186,24,107); }
div.DivClassName
{
background-color: #BA186B;
}
.BgClassName
{
background-color: #BA186B;
}
</style>
border-color css
<style>
span { border-color: #BA186B; }
span { border-color: rgb(186,24,107); }
td.TdClassName
{
border-color: #BA186B;
}
.TagClassName
{
border-color: #BA186B;
}
</style>