Shades of Jazzberry Jam #B2086D
Tints of Jazzberry Jam #B2086D
RGB
CMYK
RGB Variations
Color information
#B2086D (or 0xB2086D) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 6D. RGB value is (178,8,109). Sum of RGB (Red+Green+Blue) = 178+8+109=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2086D is #4DF792. Grayscale: #464646. Windows color (decimal): -5109651 or 7145650. OLE color: 7145650.
HSL color Cylindrical-coordinate representation of color #B2086D: hue angle of 324.35º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2086D is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 8 | 109 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.30 |
| HSL | 324.35º | 0.91% | 0.36% | - |
| HSV(B) | 324.35º | 0.96% | 0.7% | - |
| XYZ | 21.21 | 10.74 | 15.42 | - |
| YUV | 70.34 | 149.82 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 109 | 0 | 0.96 | 0.39 | 0.30 | 324.35 | 0.91 | 0.36 |
| Hex | B2 | 8 | 6D | 0 | 60 | 27 | 1E | 144 | 5B | 24 |
| Octal | 262 | 10 | 155 | 0 | 140 | 47 | 36 | 504 | 133 | 44 |
| Binary | 10110010 | 1000 | 1101101 | 0 | 1100000 | 100111 | 11110 | 101000100 | 1011011 | 100100 |
Color Harmonies of #B2086D
Complementary color
Monochromatic Colors of #B2086D
Black with #B2086D
Text Example
Text Example
White with #B2086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2086D; }
p { color: rgb(178,8,109); }
H1.HeaderClassName
{
color: #B2086D;
}
.AnyTagClassName
{
color: #B2086D;
}
</style>
background-color css
<style>
a { background-color: #B2086D; }
a { background-color: rgb(178,8,109); }
div.DivClassName
{
background-color: #B2086D;
}
.BgClassName
{
background-color: #B2086D;
}
</style>
border-color css
<style>
span { border-color: #B2086D; }
span { border-color: rgb(178,8,109); }
td.TdClassName
{
border-color: #B2086D;
}
.TagClassName
{
border-color: #B2086D;
}
</style>