Shades of Jazzberry Jam #B81B60
Tints of Jazzberry Jam #B81B60
RGB
CMYK
RGB Variations
Color information
#B81B60 (or 0xB81B60) is known color: Jazzberry Jam. HEX triplet: B8, 1B and 60. RGB value is (184,27,96). Sum of RGB (Red+Green+Blue) = 184+27+96=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81B60 is #47E49F. Grayscale: #515151. Windows color (decimal): -4711584 or 6298552. OLE color: 6298552.
HSL color Cylindrical-coordinate representation of color #B81B60: hue angle of 333.63º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81B60 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 96 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.28 |
| HSL | 333.63º | 0.74% | 0.41% | - |
| HSV(B) | 333.63º | 0.85% | 0.72% | - |
| XYZ | 22.27 | 11.82 | 12.17 | - |
| YUV | 81.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 96 | 0 | 0.85 | 0.48 | 0.28 | 333.63 | 0.74 | 0.41 |
| Hex | B8 | 1B | 60 | 0 | 55 | 30 | 1C | 14E | 4A | 29 |
| Octal | 270 | 33 | 140 | 0 | 125 | 60 | 34 | 516 | 112 | 51 |
| Binary | 10111000 | 11011 | 1100000 | 0 | 1010101 | 110000 | 11100 | 101001110 | 1001010 | 101001 |
Color Harmonies of #B81B60
Complementary color
Monochromatic Colors of #B81B60
Black with #B81B60
Text Example
Text Example
White with #B81B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B60; }
p { color: rgb(184,27,96); }
H1.HeaderClassName
{
color: #B81B60;
}
.AnyTagClassName
{
color: #B81B60;
}
</style>
background-color css
<style>
a { background-color: #B81B60; }
a { background-color: rgb(184,27,96); }
div.DivClassName
{
background-color: #B81B60;
}
.BgClassName
{
background-color: #B81B60;
}
</style>
border-color css
<style>
span { border-color: #B81B60; }
span { border-color: rgb(184,27,96); }
td.TdClassName
{
border-color: #B81B60;
}
.TagClassName
{
border-color: #B81B60;
}
</style>