Shades of Jazzberry Jam #B9195C
Tints of Jazzberry Jam #B9195C
RGB
CMYK
RGB Variations
Color information
#B9195C (or 0xB9195C) is known color: Jazzberry Jam. HEX triplet: B9, 19 and 5C. RGB value is (185,25,92). Sum of RGB (Red+Green+Blue) = 185+25+92=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9195C is #46E6A3. Grayscale: #505050. Windows color (decimal): -4646564 or 6035897. OLE color: 6035897.
HSL color Cylindrical-coordinate representation of color #B9195C: hue angle of 334.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9195C is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 92 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.27 |
| HSL | 334.88º | 0.76% | 0.41% | - |
| HSV(B) | 334.88º | 0.86% | 0.73% | - |
| XYZ | 22.29 | 11.78 | 11.22 | - |
| YUV | 80.48 | 134.51 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 92 | 0 | 0.86 | 0.50 | 0.27 | 334.88 | 0.76 | 0.41 |
| Hex | B9 | 19 | 5C | 0 | 56 | 32 | 1B | 14F | 4C | 29 |
| Octal | 271 | 31 | 134 | 0 | 126 | 62 | 33 | 517 | 114 | 51 |
| Binary | 10111001 | 11001 | 1011100 | 0 | 1010110 | 110010 | 11011 | 101001111 | 1001100 | 101001 |
Color Harmonies of #B9195C
Complementary color
Monochromatic Colors of #B9195C
Black with #B9195C
Text Example
Text Example
White with #B9195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9195C; }
p { color: rgb(185,25,92); }
H1.HeaderClassName
{
color: #B9195C;
}
.AnyTagClassName
{
color: #B9195C;
}
</style>
background-color css
<style>
a { background-color: #B9195C; }
a { background-color: rgb(185,25,92); }
div.DivClassName
{
background-color: #B9195C;
}
.BgClassName
{
background-color: #B9195C;
}
</style>
border-color css
<style>
span { border-color: #B9195C; }
span { border-color: rgb(185,25,92); }
td.TdClassName
{
border-color: #B9195C;
}
.TagClassName
{
border-color: #B9195C;
}
</style>