Shades of Jazzberry Jam #B7165C
Tints of Jazzberry Jam #B7165C
RGB
CMYK
RGB Variations
Color information
#B7165C (or 0xB7165C) is known color: Jazzberry Jam. HEX triplet: B7, 16 and 5C. RGB value is (183,22,92). Sum of RGB (Red+Green+Blue) = 183+22+92=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7165C is #48E9A3. Grayscale: #4E4E4E. Windows color (decimal): -4778404 or 6035127. OLE color: 6035127.
HSL color Cylindrical-coordinate representation of color #B7165C: hue angle of 333.91º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7165C is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 92 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.28 |
| HSL | 333.91º | 0.79% | 0.4% | - |
| HSV(B) | 333.91º | 0.88% | 0.72% | - |
| XYZ | 21.75 | 11.41 | 11.18 | - |
| YUV | 78.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 92 | 0 | 0.88 | 0.50 | 0.28 | 333.91 | 0.79 | 0.4 |
| Hex | B7 | 16 | 5C | 0 | 58 | 32 | 1C | 14E | 4F | 28 |
| Octal | 267 | 26 | 134 | 0 | 130 | 62 | 34 | 516 | 117 | 50 |
| Binary | 10110111 | 10110 | 1011100 | 0 | 1011000 | 110010 | 11100 | 101001110 | 1001111 | 101000 |
Color Harmonies of #B7165C
Complementary color
Monochromatic Colors of #B7165C
Black with #B7165C
Text Example
Text Example
White with #B7165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7165C; }
p { color: rgb(183,22,92); }
H1.HeaderClassName
{
color: #B7165C;
}
.AnyTagClassName
{
color: #B7165C;
}
</style>
background-color css
<style>
a { background-color: #B7165C; }
a { background-color: rgb(183,22,92); }
div.DivClassName
{
background-color: #B7165C;
}
.BgClassName
{
background-color: #B7165C;
}
</style>
border-color css
<style>
span { border-color: #B7165C; }
span { border-color: rgb(183,22,92); }
td.TdClassName
{
border-color: #B7165C;
}
.TagClassName
{
border-color: #B7165C;
}
</style>