Shades of Jazzberry Jam #B7165D
Tints of Jazzberry Jam #B7165D
RGB
CMYK
RGB Variations
Color information
#B7165D (or 0xB7165D) is known color: Jazzberry Jam. HEX triplet: B7, 16 and 5D. RGB value is (183,22,93). Sum of RGB (Red+Green+Blue) = 183+22+93=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7165D is #48E9A2. Grayscale: #4E4E4E. Windows color (decimal): -4778403 or 6100663. OLE color: 6100663.
HSL color Cylindrical-coordinate representation of color #B7165D: hue angle of 333.54º 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 #B7165D is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 93 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.28 |
| HSL | 333.54º | 0.79% | 0.4% | - |
| HSV(B) | 333.54º | 0.88% | 0.72% | - |
| XYZ | 21.79 | 11.43 | 11.41 | - |
| YUV | 78.23 | 136.34 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 93 | 0 | 0.88 | 0.49 | 0.28 | 333.54 | 0.79 | 0.4 |
| Hex | B7 | 16 | 5D | 0 | 58 | 31 | 1C | 14E | 4F | 28 |
| Octal | 267 | 26 | 135 | 0 | 130 | 61 | 34 | 516 | 117 | 50 |
| Binary | 10110111 | 10110 | 1011101 | 0 | 1011000 | 110001 | 11100 | 101001110 | 1001111 | 101000 |
Color Harmonies of #B7165D
Complementary color
Monochromatic Colors of #B7165D
Black with #B7165D
Text Example
Text Example
White with #B7165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7165D; }
p { color: rgb(183,22,93); }
H1.HeaderClassName
{
color: #B7165D;
}
.AnyTagClassName
{
color: #B7165D;
}
</style>
background-color css
<style>
a { background-color: #B7165D; }
a { background-color: rgb(183,22,93); }
div.DivClassName
{
background-color: #B7165D;
}
.BgClassName
{
background-color: #B7165D;
}
</style>
border-color css
<style>
span { border-color: #B7165D; }
span { border-color: rgb(183,22,93); }
td.TdClassName
{
border-color: #B7165D;
}
.TagClassName
{
border-color: #B7165D;
}
</style>