Shades of Jazzberry Jam #BA094B
Tints of Jazzberry Jam #BA094B
RGB
CMYK
RGB Variations
Color information
#BA094B (or 0xBA094B) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 4B. RGB value is (186,9,75). Sum of RGB (Red+Green+Blue) = 186+9+75=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA094B is #45F6B4. Grayscale: #454545. Windows color (decimal): -4585141 or 4917690. OLE color: 4917690.
HSL color Cylindrical-coordinate representation of color #BA094B: hue angle of 337.63º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA094B is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 75 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.27 |
| HSL | 337.63º | 0.91% | 0.38% | - |
| HSV(B) | 337.63º | 0.95% | 0.73% | - |
| XYZ | 21.62 | 11.14 | 7.67 | - |
| YUV | 69.45 | 131.14 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 75 | 0 | 0.95 | 0.60 | 0.27 | 337.63 | 0.91 | 0.38 |
| Hex | BA | 9 | 4B | 0 | 5F | 3C | 1B | 152 | 5B | 26 |
| Octal | 272 | 11 | 113 | 0 | 137 | 74 | 33 | 522 | 133 | 46 |
| Binary | 10111010 | 1001 | 1001011 | 0 | 1011111 | 111100 | 11011 | 101010010 | 1011011 | 100110 |
Color Harmonies of #BA094B
Complementary color
Monochromatic Colors of #BA094B
Black with #BA094B
Text Example
Text Example
White with #BA094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA094B; }
p { color: rgb(186,9,75); }
H1.HeaderClassName
{
color: #BA094B;
}
.AnyTagClassName
{
color: #BA094B;
}
</style>
background-color css
<style>
a { background-color: #BA094B; }
a { background-color: rgb(186,9,75); }
div.DivClassName
{
background-color: #BA094B;
}
.BgClassName
{
background-color: #BA094B;
}
</style>
border-color css
<style>
span { border-color: #BA094B; }
span { border-color: rgb(186,9,75); }
td.TdClassName
{
border-color: #BA094B;
}
.TagClassName
{
border-color: #BA094B;
}
</style>