Shades of Jazzberry Jam #B9064C
Tints of Jazzberry Jam #B9064C
RGB
CMYK
RGB Variations
Color information
#B9064C (or 0xB9064C) is known color: Jazzberry Jam. HEX triplet: B9, 06 and 4C. RGB value is (185,6,76). Sum of RGB (Red+Green+Blue) = 185+6+76=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B9064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9064C is #46F9B3. Grayscale: #434343. Windows color (decimal): -4651444 or 4982457. OLE color: 4982457.
HSL color Cylindrical-coordinate representation of color #B9064C: hue angle of 336.54º degrees, saturation: 0.94, 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 #B9064C is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 6 | 76 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.27 |
| HSL | 336.54º | 0.94% | 0.37% | - |
| HSV(B) | 336.54º | 0.97% | 0.73% | - |
| XYZ | 21.38 | 10.97 | 7.83 | - |
| YUV | 67.5 | 132.8 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 76 | 0 | 0.97 | 0.59 | 0.27 | 336.54 | 0.94 | 0.37 |
| Hex | B9 | 6 | 4C | 0 | 61 | 3B | 1B | 151 | 5E | 25 |
| Octal | 271 | 6 | 114 | 0 | 141 | 73 | 33 | 521 | 136 | 45 |
| Binary | 10111001 | 110 | 1001100 | 0 | 1100001 | 111011 | 11011 | 101010001 | 1011110 | 100101 |
Color Harmonies of #B9064C
Complementary color
Monochromatic Colors of #B9064C
Black with #B9064C
Text Example
Text Example
White with #B9064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9064C; }
p { color: rgb(185,6,76); }
H1.HeaderClassName
{
color: #B9064C;
}
.AnyTagClassName
{
color: #B9064C;
}
</style>
background-color css
<style>
a { background-color: #B9064C; }
a { background-color: rgb(185,6,76); }
div.DivClassName
{
background-color: #B9064C;
}
.BgClassName
{
background-color: #B9064C;
}
</style>
border-color css
<style>
span { border-color: #B9064C; }
span { border-color: rgb(185,6,76); }
td.TdClassName
{
border-color: #B9064C;
}
.TagClassName
{
border-color: #B9064C;
}
</style>