Shades of Jazzberry Jam #B9125C
Tints of Jazzberry Jam #B9125C
RGB
CMYK
RGB Variations
Color information
#B9125C (or 0xB9125C) is known color: Jazzberry Jam. HEX triplet: B9, 12 and 5C. RGB value is (185,18,92). Sum of RGB (Red+Green+Blue) = 185+18+92=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9125C is #46EDA3. Grayscale: #4C4C4C. Windows color (decimal): -4648356 or 6034105. OLE color: 6034105.
HSL color Cylindrical-coordinate representation of color #B9125C: hue angle of 333.41º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9125C is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 92 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.27 |
| HSL | 333.41º | 0.82% | 0.4% | - |
| HSV(B) | 333.41º | 0.9% | 0.73% | - |
| XYZ | 22.16 | 11.52 | 11.18 | - |
| YUV | 76.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 92 | 0 | 0.90 | 0.50 | 0.27 | 333.41 | 0.82 | 0.4 |
| Hex | B9 | 12 | 5C | 0 | 5A | 32 | 1B | 14D | 52 | 28 |
| Octal | 271 | 22 | 134 | 0 | 132 | 62 | 33 | 515 | 122 | 50 |
| Binary | 10111001 | 10010 | 1011100 | 0 | 1011010 | 110010 | 11011 | 101001101 | 1010010 | 101000 |
Color Harmonies of #B9125C
Complementary color
Monochromatic Colors of #B9125C
Black with #B9125C
Text Example
Text Example
White with #B9125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9125C; }
p { color: rgb(185,18,92); }
H1.HeaderClassName
{
color: #B9125C;
}
.AnyTagClassName
{
color: #B9125C;
}
</style>
background-color css
<style>
a { background-color: #B9125C; }
a { background-color: rgb(185,18,92); }
div.DivClassName
{
background-color: #B9125C;
}
.BgClassName
{
background-color: #B9125C;
}
</style>
border-color css
<style>
span { border-color: #B9125C; }
span { border-color: rgb(185,18,92); }
td.TdClassName
{
border-color: #B9125C;
}
.TagClassName
{
border-color: #B9125C;
}
</style>