Shades of Jazzberry Jam #B9206B
Tints of Jazzberry Jam #B9206B
RGB
CMYK
RGB Variations
Color information
#B9206B (or 0xB9206B) is known color: Jazzberry Jam. HEX triplet: B9, 20 and 6B. RGB value is (185,32,107). Sum of RGB (Red+Green+Blue) = 185+32+107=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B9206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9206B is #46DF94. Grayscale: #565656. Windows color (decimal): -4644757 or 7020729. OLE color: 7020729.
HSL color Cylindrical-coordinate representation of color #B9206B: hue angle of 330.59º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9206B is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 107 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.27 |
| HSL | 330.59º | 0.71% | 0.43% | - |
| HSV(B) | 330.59º | 0.83% | 0.73% | - |
| XYZ | 23.18 | 12.41 | 15.08 | - |
| YUV | 86.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 107 | 0 | 0.83 | 0.42 | 0.27 | 330.59 | 0.71 | 0.43 |
| Hex | B9 | 20 | 6B | 0 | 53 | 2A | 1B | 14B | 47 | 2B |
| Octal | 271 | 40 | 153 | 0 | 123 | 52 | 33 | 513 | 107 | 53 |
| Binary | 10111001 | 100000 | 1101011 | 0 | 1010011 | 101010 | 11011 | 101001011 | 1000111 | 101011 |
Color Harmonies of #B9206B
Complementary color
Monochromatic Colors of #B9206B
Black with #B9206B
Text Example
Text Example
White with #B9206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9206B; }
p { color: rgb(185,32,107); }
H1.HeaderClassName
{
color: #B9206B;
}
.AnyTagClassName
{
color: #B9206B;
}
</style>
background-color css
<style>
a { background-color: #B9206B; }
a { background-color: rgb(185,32,107); }
div.DivClassName
{
background-color: #B9206B;
}
.BgClassName
{
background-color: #B9206B;
}
</style>
border-color css
<style>
span { border-color: #B9206B; }
span { border-color: rgb(185,32,107); }
td.TdClassName
{
border-color: #B9206B;
}
.TagClassName
{
border-color: #B9206B;
}
</style>