Shades of Jazzberry Jam #B81669
Tints of Jazzberry Jam #B81669
RGB
CMYK
RGB Variations
Color information
#B81669 (or 0xB81669) is known color: Jazzberry Jam. HEX triplet: B8, 16 and 69. RGB value is (184,22,105). Sum of RGB (Red+Green+Blue) = 184+22+105=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B81669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81669 is #47E996. Grayscale: #4F4F4F. Windows color (decimal): -4712855 or 6887096. OLE color: 6887096.
HSL color Cylindrical-coordinate representation of color #B81669: hue angle of 329.26º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81669 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 105 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.28 |
| HSL | 329.26º | 0.79% | 0.4% | - |
| HSV(B) | 329.26º | 0.88% | 0.72% | - |
| XYZ | 22.6 | 11.78 | 14.45 | - |
| YUV | 79.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 105 | 0 | 0.88 | 0.43 | 0.28 | 329.26 | 0.79 | 0.4 |
| Hex | B8 | 16 | 69 | 0 | 58 | 2B | 1C | 149 | 4F | 28 |
| Octal | 270 | 26 | 151 | 0 | 130 | 53 | 34 | 511 | 117 | 50 |
| Binary | 10111000 | 10110 | 1101001 | 0 | 1011000 | 101011 | 11100 | 101001001 | 1001111 | 101000 |
Color Harmonies of #B81669
Complementary color
Monochromatic Colors of #B81669
Black with #B81669
Text Example
Text Example
White with #B81669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81669; }
p { color: rgb(184,22,105); }
H1.HeaderClassName
{
color: #B81669;
}
.AnyTagClassName
{
color: #B81669;
}
</style>
background-color css
<style>
a { background-color: #B81669; }
a { background-color: rgb(184,22,105); }
div.DivClassName
{
background-color: #B81669;
}
.BgClassName
{
background-color: #B81669;
}
</style>
border-color css
<style>
span { border-color: #B81669; }
span { border-color: rgb(184,22,105); }
td.TdClassName
{
border-color: #B81669;
}
.TagClassName
{
border-color: #B81669;
}
</style>