Shades of Jazzberry Jam #B90767
Tints of Jazzberry Jam #B90767
RGB
CMYK
RGB Variations
Color information
#B90767 (or 0xB90767) is known color: Jazzberry Jam. HEX triplet: B9, 07 and 67. RGB value is (185,7,103). Sum of RGB (Red+Green+Blue) = 185+7+103=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B90767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90767 is #46F898. Grayscale: #464646. Windows color (decimal): -4651161 or 6752185. OLE color: 6752185.
HSL color Cylindrical-coordinate representation of color #B90767: hue angle of 327.64º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90767 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 103 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.27 |
| HSL | 327.64º | 0.93% | 0.38% | - |
| HSV(B) | 327.64º | 0.96% | 0.73% | - |
| XYZ | 22.53 | 11.45 | 13.85 | - |
| YUV | 71.17 | 145.97 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 103 | 0 | 0.96 | 0.44 | 0.27 | 327.64 | 0.93 | 0.38 |
| Hex | B9 | 7 | 67 | 0 | 60 | 2C | 1B | 148 | 5D | 26 |
| Octal | 271 | 7 | 147 | 0 | 140 | 54 | 33 | 510 | 135 | 46 |
| Binary | 10111001 | 111 | 1100111 | 0 | 1100000 | 101100 | 11011 | 101001000 | 1011101 | 100110 |
Color Harmonies of #B90767
Complementary color
Monochromatic Colors of #B90767
Black with #B90767
Text Example
Text Example
White with #B90767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90767; }
p { color: rgb(185,7,103); }
H1.HeaderClassName
{
color: #B90767;
}
.AnyTagClassName
{
color: #B90767;
}
</style>
background-color css
<style>
a { background-color: #B90767; }
a { background-color: rgb(185,7,103); }
div.DivClassName
{
background-color: #B90767;
}
.BgClassName
{
background-color: #B90767;
}
</style>
border-color css
<style>
span { border-color: #B90767; }
span { border-color: rgb(185,7,103); }
td.TdClassName
{
border-color: #B90767;
}
.TagClassName
{
border-color: #B90767;
}
</style>