Shades of Jazzberry Jam #B9105C
Tints of Jazzberry Jam #B9105C
RGB
CMYK
RGB Variations
Color information
#B9105C (or 0xB9105C) is known color: Jazzberry Jam. HEX triplet: B9, 10 and 5C. RGB value is (185,16,92). Sum of RGB (Red+Green+Blue) = 185+16+92=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B9105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9105C is #46EFA3. Grayscale: #4B4B4B. Windows color (decimal): -4648868 or 6033593. OLE color: 6033593.
HSL color Cylindrical-coordinate representation of color #B9105C: hue angle of 333.02º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9105C is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 92 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.27 |
| HSL | 333.02º | 0.84% | 0.39% | - |
| HSV(B) | 333.02º | 0.91% | 0.73% | - |
| XYZ | 22.12 | 11.46 | 11.17 | - |
| YUV | 75.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 92 | 0 | 0.91 | 0.50 | 0.27 | 333.02 | 0.84 | 0.39 |
| Hex | B9 | 10 | 5C | 0 | 5B | 32 | 1B | 14D | 54 | 27 |
| Octal | 271 | 20 | 134 | 0 | 133 | 62 | 33 | 515 | 124 | 47 |
| Binary | 10111001 | 10000 | 1011100 | 0 | 1011011 | 110010 | 11011 | 101001101 | 1010100 | 100111 |
Color Harmonies of #B9105C
Complementary color
Monochromatic Colors of #B9105C
Black with #B9105C
Text Example
Text Example
White with #B9105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9105C; }
p { color: rgb(185,16,92); }
H1.HeaderClassName
{
color: #B9105C;
}
.AnyTagClassName
{
color: #B9105C;
}
</style>
background-color css
<style>
a { background-color: #B9105C; }
a { background-color: rgb(185,16,92); }
div.DivClassName
{
background-color: #B9105C;
}
.BgClassName
{
background-color: #B9105C;
}
</style>
border-color css
<style>
span { border-color: #B9105C; }
span { border-color: rgb(185,16,92); }
td.TdClassName
{
border-color: #B9105C;
}
.TagClassName
{
border-color: #B9105C;
}
</style>