Shades of Jazzberry Jam #B8096A
Tints of Jazzberry Jam #B8096A
RGB
CMYK
RGB Variations
Color information
#B8096A (or 0xB8096A) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 6A. RGB value is (184,9,106). Sum of RGB (Red+Green+Blue) = 184+9+106=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8096A is #47F695. Grayscale: #484848. Windows color (decimal): -4716182 or 6949304. OLE color: 6949304.
HSL color Cylindrical-coordinate representation of color #B8096A: hue angle of 326.74º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8096A is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 106 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.28 |
| HSL | 326.74º | 0.91% | 0.38% | - |
| HSV(B) | 326.74º | 0.95% | 0.72% | - |
| XYZ | 22.47 | 11.43 | 14.66 | - |
| YUV | 72.38 | 146.98 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 106 | 0 | 0.95 | 0.42 | 0.28 | 326.74 | 0.91 | 0.38 |
| Hex | B8 | 9 | 6A | 0 | 5F | 2A | 1C | 147 | 5B | 26 |
| Octal | 270 | 11 | 152 | 0 | 137 | 52 | 34 | 507 | 133 | 46 |
| Binary | 10111000 | 1001 | 1101010 | 0 | 1011111 | 101010 | 11100 | 101000111 | 1011011 | 100110 |
Color Harmonies of #B8096A
Complementary color
Monochromatic Colors of #B8096A
Black with #B8096A
Text Example
Text Example
White with #B8096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8096A; }
p { color: rgb(184,9,106); }
H1.HeaderClassName
{
color: #B8096A;
}
.AnyTagClassName
{
color: #B8096A;
}
</style>
background-color css
<style>
a { background-color: #B8096A; }
a { background-color: rgb(184,9,106); }
div.DivClassName
{
background-color: #B8096A;
}
.BgClassName
{
background-color: #B8096A;
}
</style>
border-color css
<style>
span { border-color: #B8096A; }
span { border-color: rgb(184,9,106); }
td.TdClassName
{
border-color: #B8096A;
}
.TagClassName
{
border-color: #B8096A;
}
</style>