Shades of Jazzberry Jam #B8206A
Tints of Jazzberry Jam #B8206A
RGB
CMYK
RGB Variations
Color information
#B8206A (or 0xB8206A) is known color: Jazzberry Jam. HEX triplet: B8, 20 and 6A. RGB value is (184,32,106). Sum of RGB (Red+Green+Blue) = 184+32+106=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B8206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8206A is #47DF95. Grayscale: #555555. Windows color (decimal): -4710294 or 6955192. OLE color: 6955192.
HSL color Cylindrical-coordinate representation of color #B8206A: hue angle of 330.79º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8206A is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 106 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.28 |
| HSL | 330.79º | 0.7% | 0.42% | - |
| HSV(B) | 330.79º | 0.83% | 0.72% | - |
| XYZ | 22.89 | 12.26 | 14.8 | - |
| YUV | 85.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 106 | 0 | 0.83 | 0.42 | 0.28 | 330.79 | 0.7 | 0.42 |
| Hex | B8 | 20 | 6A | 0 | 53 | 2A | 1C | 14B | 46 | 2A |
| Octal | 270 | 40 | 152 | 0 | 123 | 52 | 34 | 513 | 106 | 52 |
| Binary | 10111000 | 100000 | 1101010 | 0 | 1010011 | 101010 | 11100 | 101001011 | 1000110 | 101010 |
Color Harmonies of #B8206A
Complementary color
Monochromatic Colors of #B8206A
Black with #B8206A
Text Example
Text Example
White with #B8206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8206A; }
p { color: rgb(184,32,106); }
H1.HeaderClassName
{
color: #B8206A;
}
.AnyTagClassName
{
color: #B8206A;
}
</style>
background-color css
<style>
a { background-color: #B8206A; }
a { background-color: rgb(184,32,106); }
div.DivClassName
{
background-color: #B8206A;
}
.BgClassName
{
background-color: #B8206A;
}
</style>
border-color css
<style>
span { border-color: #B8206A; }
span { border-color: rgb(184,32,106); }
td.TdClassName
{
border-color: #B8206A;
}
.TagClassName
{
border-color: #B8206A;
}
</style>