Shades of Jazzberry Jam #B90169
Tints of Jazzberry Jam #B90169
RGB
CMYK
RGB Variations
Color information
#B90169 (or 0xB90169) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 69. RGB value is (185,1,105). Sum of RGB (Red+Green+Blue) = 185+1+105=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B90169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90169 is #46FE96. Grayscale: #434343. Windows color (decimal): -4652695 or 6881721. OLE color: 6881721.
HSL color Cylindrical-coordinate representation of color #B90169: hue angle of 326.09º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90169 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.27 |
| HSL | 326.09º | 0.99% | 0.36% | - |
| HSV(B) | 326.09º | 0.99% | 0.73% | - |
| XYZ | 22.57 | 11.36 | 14.37 | - |
| YUV | 67.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 105 | 0 | 0.99 | 0.43 | 0.27 | 326.09 | 0.99 | 0.36 |
| Hex | B9 | 1 | 69 | 0 | 63 | 2B | 1B | 146 | 63 | 24 |
| Octal | 271 | 1 | 151 | 0 | 143 | 53 | 33 | 506 | 143 | 44 |
| Binary | 10111001 | 1 | 1101001 | 0 | 1100011 | 101011 | 11011 | 101000110 | 1100011 | 100100 |
Color Harmonies of #B90169
Complementary color
Monochromatic Colors of #B90169
Black with #B90169
Text Example
Text Example
White with #B90169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90169; }
p { color: rgb(185,1,105); }
H1.HeaderClassName
{
color: #B90169;
}
.AnyTagClassName
{
color: #B90169;
}
</style>
background-color css
<style>
a { background-color: #B90169; }
a { background-color: rgb(185,1,105); }
div.DivClassName
{
background-color: #B90169;
}
.BgClassName
{
background-color: #B90169;
}
</style>
border-color css
<style>
span { border-color: #B90169; }
span { border-color: rgb(185,1,105); }
td.TdClassName
{
border-color: #B90169;
}
.TagClassName
{
border-color: #B90169;
}
</style>