Shades of Jazzberry Jam #B92168
Tints of Jazzberry Jam #B92168
RGB
CMYK
RGB Variations
Color information
#B92168 (or 0xB92168) is known color: Jazzberry Jam. HEX triplet: B9, 21 and 68. RGB value is (185,33,104). Sum of RGB (Red+Green+Blue) = 185+33+104=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B92168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92168 is #46DE97. Grayscale: #565656. Windows color (decimal): -4644504 or 6824377. OLE color: 6824377.
HSL color Cylindrical-coordinate representation of color #B92168: hue angle of 331.97º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92168 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 104 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.27 |
| HSL | 331.97º | 0.7% | 0.43% | - |
| HSV(B) | 331.97º | 0.82% | 0.73% | - |
| XYZ | 23.05 | 12.4 | 14.28 | - |
| YUV | 86.54 | 137.86 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 104 | 0 | 0.82 | 0.44 | 0.27 | 331.97 | 0.7 | 0.43 |
| Hex | B9 | 21 | 68 | 0 | 52 | 2C | 1B | 14C | 46 | 2B |
| Octal | 271 | 41 | 150 | 0 | 122 | 54 | 33 | 514 | 106 | 53 |
| Binary | 10111001 | 100001 | 1101000 | 0 | 1010010 | 101100 | 11011 | 101001100 | 1000110 | 101011 |
Color Harmonies of #B92168
Complementary color
Monochromatic Colors of #B92168
Black with #B92168
Text Example
Text Example
White with #B92168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92168; }
p { color: rgb(185,33,104); }
H1.HeaderClassName
{
color: #B92168;
}
.AnyTagClassName
{
color: #B92168;
}
</style>
background-color css
<style>
a { background-color: #B92168; }
a { background-color: rgb(185,33,104); }
div.DivClassName
{
background-color: #B92168;
}
.BgClassName
{
background-color: #B92168;
}
</style>
border-color css
<style>
span { border-color: #B92168; }
span { border-color: rgb(185,33,104); }
td.TdClassName
{
border-color: #B92168;
}
.TagClassName
{
border-color: #B92168;
}
</style>