Shades of Jazzberry Jam #B9015A
Tints of Jazzberry Jam #B9015A
RGB
CMYK
RGB Variations
Color information
#B9015A (or 0xB9015A) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 5A. RGB value is (185,1,90). Sum of RGB (Red+Green+Blue) = 185+1+90=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B9015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9015A is #46FEA5. Grayscale: #414141. Windows color (decimal): -4652710 or 5898681. OLE color: 5898681.
HSL color Cylindrical-coordinate representation of color #B9015A: hue angle of 330.98º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9015A is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.27 |
| HSL | 330.98º | 0.99% | 0.36% | - |
| HSV(B) | 330.98º | 0.99% | 0.73% | - |
| XYZ | 21.86 | 11.07 | 10.66 | - |
| YUV | 66.16 | 141.46 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 90 | 0 | 0.99 | 0.51 | 0.27 | 330.98 | 0.99 | 0.36 |
| Hex | B9 | 1 | 5A | 0 | 63 | 33 | 1B | 14B | 63 | 24 |
| Octal | 271 | 1 | 132 | 0 | 143 | 63 | 33 | 513 | 143 | 44 |
| Binary | 10111001 | 1 | 1011010 | 0 | 1100011 | 110011 | 11011 | 101001011 | 1100011 | 100100 |
Color Harmonies of #B9015A
Complementary color
Monochromatic Colors of #B9015A
Black with #B9015A
Text Example
Text Example
White with #B9015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9015A; }
p { color: rgb(185,1,90); }
H1.HeaderClassName
{
color: #B9015A;
}
.AnyTagClassName
{
color: #B9015A;
}
</style>
background-color css
<style>
a { background-color: #B9015A; }
a { background-color: rgb(185,1,90); }
div.DivClassName
{
background-color: #B9015A;
}
.BgClassName
{
background-color: #B9015A;
}
</style>
border-color css
<style>
span { border-color: #B9015A; }
span { border-color: rgb(185,1,90); }
td.TdClassName
{
border-color: #B9015A;
}
.TagClassName
{
border-color: #B9015A;
}
</style>