Shades of Jazzberry Jam #B8165B
Tints of Jazzberry Jam #B8165B
RGB
CMYK
RGB Variations
Color information
#B8165B (or 0xB8165B) is known color: Jazzberry Jam. HEX triplet: B8, 16 and 5B. RGB value is (184,22,91). Sum of RGB (Red+Green+Blue) = 184+22+91=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8165B is #47E9A4. Grayscale: #4E4E4E. Windows color (decimal): -4712869 or 5969592. OLE color: 5969592.
HSL color Cylindrical-coordinate representation of color #B8165B: hue angle of 334.44º 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 #B8165B is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 91 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.28 |
| HSL | 334.44º | 0.79% | 0.4% | - |
| HSV(B) | 334.44º | 0.88% | 0.72% | - |
| XYZ | 21.94 | 11.52 | 10.96 | - |
| YUV | 78.3 | 135.17 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 91 | 0 | 0.88 | 0.51 | 0.28 | 334.44 | 0.79 | 0.4 |
| Hex | B8 | 16 | 5B | 0 | 58 | 33 | 1C | 14E | 4F | 28 |
| Octal | 270 | 26 | 133 | 0 | 130 | 63 | 34 | 516 | 117 | 50 |
| Binary | 10111000 | 10110 | 1011011 | 0 | 1011000 | 110011 | 11100 | 101001110 | 1001111 | 101000 |
Color Harmonies of #B8165B
Complementary color
Monochromatic Colors of #B8165B
Black with #B8165B
Text Example
Text Example
White with #B8165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8165B; }
p { color: rgb(184,22,91); }
H1.HeaderClassName
{
color: #B8165B;
}
.AnyTagClassName
{
color: #B8165B;
}
</style>
background-color css
<style>
a { background-color: #B8165B; }
a { background-color: rgb(184,22,91); }
div.DivClassName
{
background-color: #B8165B;
}
.BgClassName
{
background-color: #B8165B;
}
</style>
border-color css
<style>
span { border-color: #B8165B; }
span { border-color: rgb(184,22,91); }
td.TdClassName
{
border-color: #B8165B;
}
.TagClassName
{
border-color: #B8165B;
}
</style>