Shades of Jazzberry Jam #B9005B
Tints of Jazzberry Jam #B9005B
RGB
CMYK
RGB Variations
Color information
#B9005B (or 0xB9005B) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 5B. RGB value is (185,0,91). Sum of RGB (Red+Green+Blue) = 185+0+91=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B9005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9005B is #46FFA4. Grayscale: #414141. Windows color (decimal): -4652965 or 5963961. OLE color: 5963961.
HSL color Cylindrical-coordinate representation of color #B9005B: hue angle of 330.49º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9005B is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.51 | 0.27 |
| HSL | 330.49º | 1% | 0.36% | - |
| HSV(B) | 330.49º | 1% | 0.73% | - |
| XYZ | 21.9 | 11.07 | 10.88 | - |
| YUV | 65.69 | 142.29 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 91 | 0 | 1 | 0.51 | 0.27 | 330.49 | 1 | 0.36 |
| Hex | B9 | 0 | 5B | 0 | 64 | 33 | 1B | 14A | 64 | 24 |
| Octal | 271 | 0 | 133 | 0 | 144 | 63 | 33 | 512 | 144 | 44 |
| Binary | 10111001 | 0 | 1011011 | 0 | 1100100 | 110011 | 11011 | 101001010 | 1100100 | 100100 |
Color Harmonies of #B9005B
Complementary color
Monochromatic Colors of #B9005B
Black with #B9005B
Text Example
Text Example
White with #B9005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9005B; }
p { color: rgb(185,0,91); }
H1.HeaderClassName
{
color: #B9005B;
}
.AnyTagClassName
{
color: #B9005B;
}
</style>
background-color css
<style>
a { background-color: #B9005B; }
a { background-color: rgb(185,0,91); }
div.DivClassName
{
background-color: #B9005B;
}
.BgClassName
{
background-color: #B9005B;
}
</style>
border-color css
<style>
span { border-color: #B9005B; }
span { border-color: rgb(185,0,91); }
td.TdClassName
{
border-color: #B9005B;
}
.TagClassName
{
border-color: #B9005B;
}
</style>