Shades of Jazzberry Jam #B9055D
Tints of Jazzberry Jam #B9055D
RGB
CMYK
RGB Variations
Color information
#B9055D (or 0xB9055D) is known color: Jazzberry Jam. HEX triplet: B9, 05 and 5D. RGB value is (185,5,93). Sum of RGB (Red+Green+Blue) = 185+5+93=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9055D is #46FAA2. Grayscale: #444444. Windows color (decimal): -4651683 or 6096313. OLE color: 6096313.
HSL color Cylindrical-coordinate representation of color #B9055D: hue angle of 330.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9055D is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 93 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.27 |
| HSL | 330.67º | 0.95% | 0.37% | - |
| HSV(B) | 330.67º | 0.97% | 0.73% | - |
| XYZ | 22.04 | 11.21 | 11.36 | - |
| YUV | 68.85 | 141.63 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 93 | 0 | 0.97 | 0.50 | 0.27 | 330.67 | 0.95 | 0.37 |
| Hex | B9 | 5 | 5D | 0 | 61 | 32 | 1B | 14B | 5F | 25 |
| Octal | 271 | 5 | 135 | 0 | 141 | 62 | 33 | 513 | 137 | 45 |
| Binary | 10111001 | 101 | 1011101 | 0 | 1100001 | 110010 | 11011 | 101001011 | 1011111 | 100101 |
Color Harmonies of #B9055D
Complementary color
Monochromatic Colors of #B9055D
Black with #B9055D
Text Example
Text Example
White with #B9055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9055D; }
p { color: rgb(185,5,93); }
H1.HeaderClassName
{
color: #B9055D;
}
.AnyTagClassName
{
color: #B9055D;
}
</style>
background-color css
<style>
a { background-color: #B9055D; }
a { background-color: rgb(185,5,93); }
div.DivClassName
{
background-color: #B9055D;
}
.BgClassName
{
background-color: #B9055D;
}
</style>
border-color css
<style>
span { border-color: #B9055D; }
span { border-color: rgb(185,5,93); }
td.TdClassName
{
border-color: #B9055D;
}
.TagClassName
{
border-color: #B9055D;
}
</style>