Shades of Jazzberry Jam #B7195E
Tints of Jazzberry Jam #B7195E
RGB
CMYK
RGB Variations
Color information
#B7195E (or 0xB7195E) is known color: Jazzberry Jam. HEX triplet: B7, 19 and 5E. RGB value is (183,25,94). Sum of RGB (Red+Green+Blue) = 183+25+94=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B7195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7195E is #48E6A1. Grayscale: #4F4F4F. Windows color (decimal): -4777634 or 6166967. OLE color: 6166967.
HSL color Cylindrical-coordinate representation of color #B7195E: hue angle of 333.8º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7195E is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 94 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.28 |
| HSL | 333.8º | 0.76% | 0.41% | - |
| HSV(B) | 333.8º | 0.86% | 0.72% | - |
| XYZ | 21.9 | 11.57 | 11.67 | - |
| YUV | 80.11 | 135.85 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 94 | 0 | 0.86 | 0.49 | 0.28 | 333.8 | 0.76 | 0.41 |
| Hex | B7 | 19 | 5E | 0 | 56 | 31 | 1C | 14E | 4C | 29 |
| Octal | 267 | 31 | 136 | 0 | 126 | 61 | 34 | 516 | 114 | 51 |
| Binary | 10110111 | 11001 | 1011110 | 0 | 1010110 | 110001 | 11100 | 101001110 | 1001100 | 101001 |
Color Harmonies of #B7195E
Complementary color
Monochromatic Colors of #B7195E
Black with #B7195E
Text Example
Text Example
White with #B7195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7195E; }
p { color: rgb(183,25,94); }
H1.HeaderClassName
{
color: #B7195E;
}
.AnyTagClassName
{
color: #B7195E;
}
</style>
background-color css
<style>
a { background-color: #B7195E; }
a { background-color: rgb(183,25,94); }
div.DivClassName
{
background-color: #B7195E;
}
.BgClassName
{
background-color: #B7195E;
}
</style>
border-color css
<style>
span { border-color: #B7195E; }
span { border-color: rgb(183,25,94); }
td.TdClassName
{
border-color: #B7195E;
}
.TagClassName
{
border-color: #B7195E;
}
</style>