Shades of Jazzberry Jam #B9015B
Tints of Jazzberry Jam #B9015B
RGB
CMYK
RGB Variations
Color information
#B9015B (or 0xB9015B) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 5B. RGB value is (185,1,91). Sum of RGB (Red+Green+Blue) = 185+1+91=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B9015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9015B is #46FEA4. Grayscale: #424242. Windows color (decimal): -4652709 or 5964217. OLE color: 5964217.
HSL color Cylindrical-coordinate representation of color #B9015B: hue angle of 330.65º 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 #B9015B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.27 |
| HSL | 330.65º | 0.99% | 0.36% | - |
| HSV(B) | 330.65º | 0.99% | 0.73% | - |
| XYZ | 21.91 | 11.09 | 10.88 | - |
| YUV | 66.28 | 141.96 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 91 | 0 | 0.99 | 0.51 | 0.27 | 330.65 | 0.99 | 0.36 |
| Hex | B9 | 1 | 5B | 0 | 63 | 33 | 1B | 14B | 63 | 24 |
| Octal | 271 | 1 | 133 | 0 | 143 | 63 | 33 | 513 | 143 | 44 |
| Binary | 10111001 | 1 | 1011011 | 0 | 1100011 | 110011 | 11011 | 101001011 | 1100011 | 100100 |
Color Harmonies of #B9015B
Complementary color
Monochromatic Colors of #B9015B
Black with #B9015B
Text Example
Text Example
White with #B9015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9015B; }
p { color: rgb(185,1,91); }
H1.HeaderClassName
{
color: #B9015B;
}
.AnyTagClassName
{
color: #B9015B;
}
</style>
background-color css
<style>
a { background-color: #B9015B; }
a { background-color: rgb(185,1,91); }
div.DivClassName
{
background-color: #B9015B;
}
.BgClassName
{
background-color: #B9015B;
}
</style>
border-color css
<style>
span { border-color: #B9015B; }
span { border-color: rgb(185,1,91); }
td.TdClassName
{
border-color: #B9015B;
}
.TagClassName
{
border-color: #B9015B;
}
</style>