Shades of Jazzberry Jam #B90D68
Tints of Jazzberry Jam #B90D68
RGB
CMYK
RGB Variations
Color information
#B90D68 (or 0xB90D68) is known color: Jazzberry Jam. HEX triplet: B9, 0D and 68. RGB value is (185,13,104). Sum of RGB (Red+Green+Blue) = 185+13+104=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90D68 is #46F297. Grayscale: #4A4A4A. Windows color (decimal): -4649624 or 6819257. OLE color: 6819257.
HSL color Cylindrical-coordinate representation of color #B90D68: hue angle of 328.26º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90D68 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 13 | 104 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.27 |
| HSL | 328.26º | 0.87% | 0.39% | - |
| HSV(B) | 328.26º | 0.93% | 0.73% | - |
| XYZ | 22.65 | 11.6 | 14.14 | - |
| YUV | 74.8 | 144.48 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 104 | 0 | 0.93 | 0.44 | 0.27 | 328.26 | 0.87 | 0.39 |
| Hex | B9 | D | 68 | 0 | 5D | 2C | 1B | 148 | 57 | 27 |
| Octal | 271 | 15 | 150 | 0 | 135 | 54 | 33 | 510 | 127 | 47 |
| Binary | 10111001 | 1101 | 1101000 | 0 | 1011101 | 101100 | 11011 | 101001000 | 1010111 | 100111 |
Color Harmonies of #B90D68
Complementary color
Monochromatic Colors of #B90D68
Black with #B90D68
Text Example
Text Example
White with #B90D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90D68; }
p { color: rgb(185,13,104); }
H1.HeaderClassName
{
color: #B90D68;
}
.AnyTagClassName
{
color: #B90D68;
}
</style>
background-color css
<style>
a { background-color: #B90D68; }
a { background-color: rgb(185,13,104); }
div.DivClassName
{
background-color: #B90D68;
}
.BgClassName
{
background-color: #B90D68;
}
</style>
border-color css
<style>
span { border-color: #B90D68; }
span { border-color: rgb(185,13,104); }
td.TdClassName
{
border-color: #B90D68;
}
.TagClassName
{
border-color: #B90D68;
}
</style>