Shades of Jazzberry Jam #B92365
Tints of Jazzberry Jam #B92365
RGB
CMYK
RGB Variations
Color information
#B92365 (or 0xB92365) is known color: Jazzberry Jam. HEX triplet: B9, 23 and 65. RGB value is (185,35,101). Sum of RGB (Red+Green+Blue) = 185+35+101=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B92365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92365 is #46DC9A. Grayscale: #575757. Windows color (decimal): -4643995 or 6628281. OLE color: 6628281.
HSL color Cylindrical-coordinate representation of color #B92365: hue angle of 333.6º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92365 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 101 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.27 |
| HSL | 333.6º | 0.68% | 0.43% | - |
| HSV(B) | 333.6º | 0.81% | 0.73% | - |
| XYZ | 22.96 | 12.46 | 13.51 | - |
| YUV | 87.37 | 135.7 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 101 | 0 | 0.81 | 0.45 | 0.27 | 333.6 | 0.68 | 0.43 |
| Hex | B9 | 23 | 65 | 0 | 51 | 2D | 1B | 14E | 44 | 2B |
| Octal | 271 | 43 | 145 | 0 | 121 | 55 | 33 | 516 | 104 | 53 |
| Binary | 10111001 | 100011 | 1100101 | 0 | 1010001 | 101101 | 11011 | 101001110 | 1000100 | 101011 |
Color Harmonies of #B92365
Complementary color
Monochromatic Colors of #B92365
Black with #B92365
Text Example
Text Example
White with #B92365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92365; }
p { color: rgb(185,35,101); }
H1.HeaderClassName
{
color: #B92365;
}
.AnyTagClassName
{
color: #B92365;
}
</style>
background-color css
<style>
a { background-color: #B92365; }
a { background-color: rgb(185,35,101); }
div.DivClassName
{
background-color: #B92365;
}
.BgClassName
{
background-color: #B92365;
}
</style>
border-color css
<style>
span { border-color: #B92365; }
span { border-color: rgb(185,35,101); }
td.TdClassName
{
border-color: #B92365;
}
.TagClassName
{
border-color: #B92365;
}
</style>