Shades of Jazzberry Jam #B9094D
Tints of Jazzberry Jam #B9094D
RGB
CMYK
RGB Variations
Color information
#B9094D (or 0xB9094D) is known color: Jazzberry Jam. HEX triplet: B9, 09 and 4D. RGB value is (185,9,77). Sum of RGB (Red+Green+Blue) = 185+9+77=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B9094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9094D is #46F6B2. Grayscale: #454545. Windows color (decimal): -4650675 or 5048761. OLE color: 5048761.
HSL color Cylindrical-coordinate representation of color #B9094D: hue angle of 336.82º 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 #B9094D is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 9 | 77 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.27 |
| HSL | 336.82º | 0.91% | 0.38% | - |
| HSV(B) | 336.82º | 0.95% | 0.73% | - |
| XYZ | 21.44 | 11.05 | 8.02 | - |
| YUV | 69.38 | 132.31 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 9 | 77 | 0 | 0.95 | 0.58 | 0.27 | 336.82 | 0.91 | 0.38 |
| Hex | B9 | 9 | 4D | 0 | 5F | 3A | 1B | 151 | 5B | 26 |
| Octal | 271 | 11 | 115 | 0 | 137 | 72 | 33 | 521 | 133 | 46 |
| Binary | 10111001 | 1001 | 1001101 | 0 | 1011111 | 111010 | 11011 | 101010001 | 1011011 | 100110 |
Color Harmonies of #B9094D
Complementary color
Monochromatic Colors of #B9094D
Black with #B9094D
Text Example
Text Example
White with #B9094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9094D; }
p { color: rgb(185,9,77); }
H1.HeaderClassName
{
color: #B9094D;
}
.AnyTagClassName
{
color: #B9094D;
}
</style>
background-color css
<style>
a { background-color: #B9094D; }
a { background-color: rgb(185,9,77); }
div.DivClassName
{
background-color: #B9094D;
}
.BgClassName
{
background-color: #B9094D;
}
</style>
border-color css
<style>
span { border-color: #B9094D; }
span { border-color: rgb(185,9,77); }
td.TdClassName
{
border-color: #B9094D;
}
.TagClassName
{
border-color: #B9094D;
}
</style>