Shades of Jazzberry Jam #B80867
Tints of Jazzberry Jam #B80867
RGB
CMYK
RGB Variations
Color information
#B80867 (or 0xB80867) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 67. RGB value is (184,8,103). Sum of RGB (Red+Green+Blue) = 184+8+103=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B80867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80867 is #47F798. Grayscale: #474747. Windows color (decimal): -4716441 or 6752440. OLE color: 6752440.
HSL color Cylindrical-coordinate representation of color #B80867: hue angle of 327.61º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80867 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 103 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.28 |
| HSL | 327.61º | 0.92% | 0.38% | - |
| HSV(B) | 327.61º | 0.96% | 0.72% | - |
| XYZ | 22.3 | 11.34 | 13.85 | - |
| YUV | 71.45 | 145.81 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 103 | 0 | 0.96 | 0.44 | 0.28 | 327.61 | 0.92 | 0.38 |
| Hex | B8 | 8 | 67 | 0 | 60 | 2C | 1C | 148 | 5C | 26 |
| Octal | 270 | 10 | 147 | 0 | 140 | 54 | 34 | 510 | 134 | 46 |
| Binary | 10111000 | 1000 | 1100111 | 0 | 1100000 | 101100 | 11100 | 101001000 | 1011100 | 100110 |
Color Harmonies of #B80867
Complementary color
Monochromatic Colors of #B80867
Black with #B80867
Text Example
Text Example
White with #B80867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80867; }
p { color: rgb(184,8,103); }
H1.HeaderClassName
{
color: #B80867;
}
.AnyTagClassName
{
color: #B80867;
}
</style>
background-color css
<style>
a { background-color: #B80867; }
a { background-color: rgb(184,8,103); }
div.DivClassName
{
background-color: #B80867;
}
.BgClassName
{
background-color: #B80867;
}
</style>
border-color css
<style>
span { border-color: #B80867; }
span { border-color: rgb(184,8,103); }
td.TdClassName
{
border-color: #B80867;
}
.TagClassName
{
border-color: #B80867;
}
</style>