Shades of Jazzberry Jam #B90F6B
Tints of Jazzberry Jam #B90F6B
RGB
CMYK
RGB Variations
Color information
#B90F6B (or 0xB90F6B) is known color: Jazzberry Jam. HEX triplet: B9, 0F and 6B. RGB value is (185,15,107). Sum of RGB (Red+Green+Blue) = 185+15+107=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90F6B is #46F094. Grayscale: #4C4C4C. Windows color (decimal): -4649109 or 7016377. OLE color: 7016377.
HSL color Cylindrical-coordinate representation of color #B90F6B: hue angle of 327.53º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90F6B is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 107 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.27 |
| HSL | 327.53º | 0.85% | 0.39% | - |
| HSV(B) | 327.53º | 0.92% | 0.73% | - |
| XYZ | 22.83 | 11.72 | 14.97 | - |
| YUV | 76.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 107 | 0 | 0.92 | 0.42 | 0.27 | 327.53 | 0.85 | 0.39 |
| Hex | B9 | F | 6B | 0 | 5C | 2A | 1B | 148 | 55 | 27 |
| Octal | 271 | 17 | 153 | 0 | 134 | 52 | 33 | 510 | 125 | 47 |
| Binary | 10111001 | 1111 | 1101011 | 0 | 1011100 | 101010 | 11011 | 101001000 | 1010101 | 100111 |
Color Harmonies of #B90F6B
Complementary color
Monochromatic Colors of #B90F6B
Black with #B90F6B
Text Example
Text Example
White with #B90F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90F6B; }
p { color: rgb(185,15,107); }
H1.HeaderClassName
{
color: #B90F6B;
}
.AnyTagClassName
{
color: #B90F6B;
}
</style>
background-color css
<style>
a { background-color: #B90F6B; }
a { background-color: rgb(185,15,107); }
div.DivClassName
{
background-color: #B90F6B;
}
.BgClassName
{
background-color: #B90F6B;
}
</style>
border-color css
<style>
span { border-color: #B90F6B; }
span { border-color: rgb(185,15,107); }
td.TdClassName
{
border-color: #B90F6B;
}
.TagClassName
{
border-color: #B90F6B;
}
</style>