Shades of Jazzberry Jam #B9065C
Tints of Jazzberry Jam #B9065C
RGB
CMYK
RGB Variations
Color information
#B9065C (or 0xB9065C) is known color: Jazzberry Jam. HEX triplet: B9, 06 and 5C. RGB value is (185,6,92). Sum of RGB (Red+Green+Blue) = 185+6+92=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9065C is #46F9A3. Grayscale: #454545. Windows color (decimal): -4651428 or 6031033. OLE color: 6031033.
HSL color Cylindrical-coordinate representation of color #B9065C: hue angle of 331.17º 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 #B9065C is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.27 |
| HSL | 331.17º | 0.94% | 0.37% | - |
| HSV(B) | 331.17º | 0.97% | 0.73% | - |
| XYZ | 22 | 11.22 | 11.13 | - |
| YUV | 69.33 | 140.8 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 92 | 0 | 0.97 | 0.50 | 0.27 | 331.17 | 0.94 | 0.37 |
| Hex | B9 | 6 | 5C | 0 | 61 | 32 | 1B | 14B | 5E | 25 |
| Octal | 271 | 6 | 134 | 0 | 141 | 62 | 33 | 513 | 136 | 45 |
| Binary | 10111001 | 110 | 1011100 | 0 | 1100001 | 110010 | 11011 | 101001011 | 1011110 | 100101 |
Color Harmonies of #B9065C
Complementary color
Monochromatic Colors of #B9065C
Black with #B9065C
Text Example
Text Example
White with #B9065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9065C; }
p { color: rgb(185,6,92); }
H1.HeaderClassName
{
color: #B9065C;
}
.AnyTagClassName
{
color: #B9065C;
}
</style>
background-color css
<style>
a { background-color: #B9065C; }
a { background-color: rgb(185,6,92); }
div.DivClassName
{
background-color: #B9065C;
}
.BgClassName
{
background-color: #B9065C;
}
</style>
border-color css
<style>
span { border-color: #B9065C; }
span { border-color: rgb(185,6,92); }
td.TdClassName
{
border-color: #B9065C;
}
.TagClassName
{
border-color: #B9065C;
}
</style>