Shades of Jazzberry Jam #B90072
Tints of Jazzberry Jam #B90072
RGB
CMYK
RGB Variations
Color information
#B90072 (or 0xB90072) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 72. RGB value is (185,0,114). Sum of RGB (Red+Green+Blue) = 185+0+114=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B90072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90072 is #46FF8D. Grayscale: #444444. Windows color (decimal): -4652942 or 7471289. OLE color: 7471289.
HSL color Cylindrical-coordinate representation of color #B90072: hue angle of 323.03º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90072 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.38 | 0.27 |
| HSL | 323.03º | 1% | 0.36% | - |
| HSV(B) | 323.03º | 1% | 0.73% | - |
| XYZ | 23.04 | 11.53 | 16.93 | - |
| YUV | 68.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 114 | 0 | 1 | 0.38 | 0.27 | 323.03 | 1 | 0.36 |
| Hex | B9 | 0 | 72 | 0 | 64 | 26 | 1B | 143 | 64 | 24 |
| Octal | 271 | 0 | 162 | 0 | 144 | 46 | 33 | 503 | 144 | 44 |
| Binary | 10111001 | 0 | 1110010 | 0 | 1100100 | 100110 | 11011 | 101000011 | 1100100 | 100100 |
Color Harmonies of #B90072
Complementary color
Monochromatic Colors of #B90072
Black with #B90072
Text Example
Text Example
White with #B90072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90072; }
p { color: rgb(185,0,114); }
H1.HeaderClassName
{
color: #B90072;
}
.AnyTagClassName
{
color: #B90072;
}
</style>
background-color css
<style>
a { background-color: #B90072; }
a { background-color: rgb(185,0,114); }
div.DivClassName
{
background-color: #B90072;
}
.BgClassName
{
background-color: #B90072;
}
</style>
border-color css
<style>
span { border-color: #B90072; }
span { border-color: rgb(185,0,114); }
td.TdClassName
{
border-color: #B90072;
}
.TagClassName
{
border-color: #B90072;
}
</style>