Shades of Jazzberry Jam #B80D65
Tints of Jazzberry Jam #B80D65
RGB
CMYK
RGB Variations
Color information
#B80D65 (or 0xB80D65) is known color: Jazzberry Jam. HEX triplet: B8, 0D and 65. RGB value is (184,13,101). Sum of RGB (Red+Green+Blue) = 184+13+101=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80D65 is #47F29A. Grayscale: #494949. Windows color (decimal): -4715163 or 6622648. OLE color: 6622648.
HSL color Cylindrical-coordinate representation of color #B80D65: hue angle of 329.12º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80D65 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 101 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.28 |
| HSL | 329.12º | 0.87% | 0.39% | - |
| HSV(B) | 329.12º | 0.93% | 0.72% | - |
| XYZ | 22.26 | 11.42 | 13.34 | - |
| YUV | 74.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 101 | 0 | 0.93 | 0.45 | 0.28 | 329.12 | 0.87 | 0.39 |
| Hex | B8 | D | 65 | 0 | 5D | 2D | 1C | 149 | 57 | 27 |
| Octal | 270 | 15 | 145 | 0 | 135 | 55 | 34 | 511 | 127 | 47 |
| Binary | 10111000 | 1101 | 1100101 | 0 | 1011101 | 101101 | 11100 | 101001001 | 1010111 | 100111 |
Color Harmonies of #B80D65
Complementary color
Monochromatic Colors of #B80D65
Black with #B80D65
Text Example
Text Example
White with #B80D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80D65; }
p { color: rgb(184,13,101); }
H1.HeaderClassName
{
color: #B80D65;
}
.AnyTagClassName
{
color: #B80D65;
}
</style>
background-color css
<style>
a { background-color: #B80D65; }
a { background-color: rgb(184,13,101); }
div.DivClassName
{
background-color: #B80D65;
}
.BgClassName
{
background-color: #B80D65;
}
</style>
border-color css
<style>
span { border-color: #B80D65; }
span { border-color: rgb(184,13,101); }
td.TdClassName
{
border-color: #B80D65;
}
.TagClassName
{
border-color: #B80D65;
}
</style>