Shades of Jazzberry Jam #B81067
Tints of Jazzberry Jam #B81067
RGB
CMYK
RGB Variations
Color information
#B81067 (or 0xB81067) is known color: Jazzberry Jam. HEX triplet: B8, 10 and 67. RGB value is (184,16,103). Sum of RGB (Red+Green+Blue) = 184+16+103=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B81067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81067 is #47EF98. Grayscale: #4B4B4B. Windows color (decimal): -4714393 or 6754488. OLE color: 6754488.
HSL color Cylindrical-coordinate representation of color #B81067: hue angle of 328.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81067 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 103 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.28 |
| HSL | 328.93º | 0.84% | 0.39% | - |
| HSV(B) | 328.93º | 0.91% | 0.72% | - |
| XYZ | 22.4 | 11.54 | 13.88 | - |
| YUV | 76.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 103 | 0 | 0.91 | 0.44 | 0.28 | 328.93 | 0.84 | 0.39 |
| Hex | B8 | 10 | 67 | 0 | 5B | 2C | 1C | 149 | 54 | 27 |
| Octal | 270 | 20 | 147 | 0 | 133 | 54 | 34 | 511 | 124 | 47 |
| Binary | 10111000 | 10000 | 1100111 | 0 | 1011011 | 101100 | 11100 | 101001001 | 1010100 | 100111 |
Color Harmonies of #B81067
Complementary color
Monochromatic Colors of #B81067
Black with #B81067
Text Example
Text Example
White with #B81067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81067; }
p { color: rgb(184,16,103); }
H1.HeaderClassName
{
color: #B81067;
}
.AnyTagClassName
{
color: #B81067;
}
</style>
background-color css
<style>
a { background-color: #B81067; }
a { background-color: rgb(184,16,103); }
div.DivClassName
{
background-color: #B81067;
}
.BgClassName
{
background-color: #B81067;
}
</style>
border-color css
<style>
span { border-color: #B81067; }
span { border-color: rgb(184,16,103); }
td.TdClassName
{
border-color: #B81067;
}
.TagClassName
{
border-color: #B81067;
}
</style>