Shades of Jazzberry Jam #B81467
Tints of Jazzberry Jam #B81467
RGB
CMYK
RGB Variations
Color information
#B81467 (or 0xB81467) is known color: Jazzberry Jam. HEX triplet: B8, 14 and 67. RGB value is (184,20,103). Sum of RGB (Red+Green+Blue) = 184+20+103=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B81467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81467 is #47EB98. Grayscale: #4E4E4E. Windows color (decimal): -4713369 or 6755512. OLE color: 6755512.
HSL color Cylindrical-coordinate representation of color #B81467: hue angle of 329.63º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81467 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 103 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.28 |
| HSL | 329.63º | 0.8% | 0.4% | - |
| HSV(B) | 329.63º | 0.89% | 0.72% | - |
| XYZ | 22.47 | 11.67 | 13.9 | - |
| YUV | 78.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 103 | 0 | 0.89 | 0.44 | 0.28 | 329.63 | 0.8 | 0.4 |
| Hex | B8 | 14 | 67 | 0 | 59 | 2C | 1C | 14A | 50 | 28 |
| Octal | 270 | 24 | 147 | 0 | 131 | 54 | 34 | 512 | 120 | 50 |
| Binary | 10111000 | 10100 | 1100111 | 0 | 1011001 | 101100 | 11100 | 101001010 | 1010000 | 101000 |
Color Harmonies of #B81467
Complementary color
Monochromatic Colors of #B81467
Black with #B81467
Text Example
Text Example
White with #B81467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81467; }
p { color: rgb(184,20,103); }
H1.HeaderClassName
{
color: #B81467;
}
.AnyTagClassName
{
color: #B81467;
}
</style>
background-color css
<style>
a { background-color: #B81467; }
a { background-color: rgb(184,20,103); }
div.DivClassName
{
background-color: #B81467;
}
.BgClassName
{
background-color: #B81467;
}
</style>
border-color css
<style>
span { border-color: #B81467; }
span { border-color: rgb(184,20,103); }
td.TdClassName
{
border-color: #B81467;
}
.TagClassName
{
border-color: #B81467;
}
</style>