Shades of Jazzberry Jam #B2094C
Tints of Jazzberry Jam #B2094C
RGB
CMYK
RGB Variations
Color information
#B2094C (or 0xB2094C) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 4C. RGB value is (178,9,76). Sum of RGB (Red+Green+Blue) = 178+9+76=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B2094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2094C is #4DF6B3. Grayscale: #434343. Windows color (decimal): -5109428 or 4983218. OLE color: 4983218.
HSL color Cylindrical-coordinate representation of color #B2094C: hue angle of 336.21º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2094C is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 76 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.30 |
| HSL | 336.21º | 0.9% | 0.37% | - |
| HSV(B) | 336.21º | 0.95% | 0.7% | - |
| XYZ | 19.76 | 10.18 | 7.76 | - |
| YUV | 67.17 | 132.99 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 76 | 0 | 0.95 | 0.57 | 0.30 | 336.21 | 0.9 | 0.37 |
| Hex | B2 | 9 | 4C | 0 | 5F | 39 | 1E | 150 | 5A | 25 |
| Octal | 262 | 11 | 114 | 0 | 137 | 71 | 36 | 520 | 132 | 45 |
| Binary | 10110010 | 1001 | 1001100 | 0 | 1011111 | 111001 | 11110 | 101010000 | 1011010 | 100101 |
Color Harmonies of #B2094C
Complementary color
Monochromatic Colors of #B2094C
Black with #B2094C
Text Example
Text Example
White with #B2094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2094C; }
p { color: rgb(178,9,76); }
H1.HeaderClassName
{
color: #B2094C;
}
.AnyTagClassName
{
color: #B2094C;
}
</style>
background-color css
<style>
a { background-color: #B2094C; }
a { background-color: rgb(178,9,76); }
div.DivClassName
{
background-color: #B2094C;
}
.BgClassName
{
background-color: #B2094C;
}
</style>
border-color css
<style>
span { border-color: #B2094C; }
span { border-color: rgb(178,9,76); }
td.TdClassName
{
border-color: #B2094C;
}
.TagClassName
{
border-color: #B2094C;
}
</style>