Shades of Jazzberry Jam #B80B67
Tints of Jazzberry Jam #B80B67
RGB
CMYK
RGB Variations
Color information
#B80B67 (or 0xB80B67) is known color: Jazzberry Jam. HEX triplet: B8, 0B and 67. RGB value is (184,11,103). Sum of RGB (Red+Green+Blue) = 184+11+103=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B67 is #47F498. Grayscale: #494949. Windows color (decimal): -4715673 or 6753208. OLE color: 6753208.
HSL color Cylindrical-coordinate representation of color #B80B67: hue angle of 328.09º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B67 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 103 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.28 |
| HSL | 328.09º | 0.89% | 0.38% | - |
| HSV(B) | 328.09º | 0.94% | 0.72% | - |
| XYZ | 22.34 | 11.41 | 13.86 | - |
| YUV | 73.22 | 144.81 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 103 | 0 | 0.94 | 0.44 | 0.28 | 328.09 | 0.89 | 0.38 |
| Hex | B8 | B | 67 | 0 | 5E | 2C | 1C | 148 | 59 | 26 |
| Octal | 270 | 13 | 147 | 0 | 136 | 54 | 34 | 510 | 131 | 46 |
| Binary | 10111000 | 1011 | 1100111 | 0 | 1011110 | 101100 | 11100 | 101001000 | 1011001 | 100110 |
Color Harmonies of #B80B67
Complementary color
Monochromatic Colors of #B80B67
Black with #B80B67
Text Example
Text Example
White with #B80B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B67; }
p { color: rgb(184,11,103); }
H1.HeaderClassName
{
color: #B80B67;
}
.AnyTagClassName
{
color: #B80B67;
}
</style>
background-color css
<style>
a { background-color: #B80B67; }
a { background-color: rgb(184,11,103); }
div.DivClassName
{
background-color: #B80B67;
}
.BgClassName
{
background-color: #B80B67;
}
</style>
border-color css
<style>
span { border-color: #B80B67; }
span { border-color: rgb(184,11,103); }
td.TdClassName
{
border-color: #B80B67;
}
.TagClassName
{
border-color: #B80B67;
}
</style>