Shades of Jazzberry Jam #B90166
Tints of Jazzberry Jam #B90166
RGB
CMYK
RGB Variations
Color information
#B90166 (or 0xB90166) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 66. RGB value is (185,1,102). Sum of RGB (Red+Green+Blue) = 185+1+102=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B90166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90166 is #46FE99. Grayscale: #434343. Windows color (decimal): -4652698 or 6685113. OLE color: 6685113.
HSL color Cylindrical-coordinate representation of color #B90166: hue angle of 327.07º 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 #B90166 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.27 |
| HSL | 327.07º | 0.99% | 0.36% | - |
| HSV(B) | 327.07º | 0.99% | 0.73% | - |
| XYZ | 22.42 | 11.3 | 13.57 | - |
| YUV | 67.53 | 147.46 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 102 | 0 | 0.99 | 0.45 | 0.27 | 327.07 | 0.99 | 0.36 |
| Hex | B9 | 1 | 66 | 0 | 63 | 2D | 1B | 147 | 63 | 24 |
| Octal | 271 | 1 | 146 | 0 | 143 | 55 | 33 | 507 | 143 | 44 |
| Binary | 10111001 | 1 | 1100110 | 0 | 1100011 | 101101 | 11011 | 101000111 | 1100011 | 100100 |
Color Harmonies of #B90166
Complementary color
Monochromatic Colors of #B90166
Black with #B90166
Text Example
Text Example
White with #B90166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90166; }
p { color: rgb(185,1,102); }
H1.HeaderClassName
{
color: #B90166;
}
.AnyTagClassName
{
color: #B90166;
}
</style>
background-color css
<style>
a { background-color: #B90166; }
a { background-color: rgb(185,1,102); }
div.DivClassName
{
background-color: #B90166;
}
.BgClassName
{
background-color: #B90166;
}
</style>
border-color css
<style>
span { border-color: #B90166; }
span { border-color: rgb(185,1,102); }
td.TdClassName
{
border-color: #B90166;
}
.TagClassName
{
border-color: #B90166;
}
</style>