Shades of Jazzberry Jam #B80B5A
Tints of Jazzberry Jam #B80B5A
RGB
CMYK
RGB Variations
Color information
#B80B5A (or 0xB80B5A) is known color: Jazzberry Jam. HEX triplet: B8, 0B and 5A. RGB value is (184,11,90). Sum of RGB (Red+Green+Blue) = 184+11+90=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B5A is #47F4A5. Grayscale: #474747. Windows color (decimal): -4715686 or 5901240. OLE color: 5901240.
HSL color Cylindrical-coordinate representation of color #B80B5A: hue angle of 332.6º 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 #B80B5A is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 90 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.28 |
| HSL | 332.6º | 0.89% | 0.38% | - |
| HSV(B) | 332.6º | 0.94% | 0.72% | - |
| XYZ | 21.73 | 11.17 | 10.68 | - |
| YUV | 71.73 | 138.31 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 90 | 0 | 0.94 | 0.51 | 0.28 | 332.6 | 0.89 | 0.38 |
| Hex | B8 | B | 5A | 0 | 5E | 33 | 1C | 14D | 59 | 26 |
| Octal | 270 | 13 | 132 | 0 | 136 | 63 | 34 | 515 | 131 | 46 |
| Binary | 10111000 | 1011 | 1011010 | 0 | 1011110 | 110011 | 11100 | 101001101 | 1011001 | 100110 |
Color Harmonies of #B80B5A
Complementary color
Monochromatic Colors of #B80B5A
Black with #B80B5A
Text Example
Text Example
White with #B80B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B5A; }
p { color: rgb(184,11,90); }
H1.HeaderClassName
{
color: #B80B5A;
}
.AnyTagClassName
{
color: #B80B5A;
}
</style>
background-color css
<style>
a { background-color: #B80B5A; }
a { background-color: rgb(184,11,90); }
div.DivClassName
{
background-color: #B80B5A;
}
.BgClassName
{
background-color: #B80B5A;
}
</style>
border-color css
<style>
span { border-color: #B80B5A; }
span { border-color: rgb(184,11,90); }
td.TdClassName
{
border-color: #B80B5A;
}
.TagClassName
{
border-color: #B80B5A;
}
</style>