Shades of Jazzberry Jam #B8205F
Tints of Jazzberry Jam #B8205F
RGB
CMYK
RGB Variations
Color information
#B8205F (or 0xB8205F) is known color: Jazzberry Jam. HEX triplet: B8, 20 and 5F. RGB value is (184,32,95). Sum of RGB (Red+Green+Blue) = 184+32+95=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8205F is #47DFA0. Grayscale: #545454. Windows color (decimal): -4710305 or 6234296. OLE color: 6234296.
HSL color Cylindrical-coordinate representation of color #B8205F: hue angle of 335.13º 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 #B8205F is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 95 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.28 |
| HSL | 335.13º | 0.7% | 0.42% | - |
| HSV(B) | 335.13º | 0.83% | 0.72% | - |
| XYZ | 22.35 | 12.05 | 11.97 | - |
| YUV | 84.63 | 133.86 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 95 | 0 | 0.83 | 0.48 | 0.28 | 335.13 | 0.7 | 0.42 |
| Hex | B8 | 20 | 5F | 0 | 53 | 30 | 1C | 14F | 46 | 2A |
| Octal | 270 | 40 | 137 | 0 | 123 | 60 | 34 | 517 | 106 | 52 |
| Binary | 10111000 | 100000 | 1011111 | 0 | 1010011 | 110000 | 11100 | 101001111 | 1000110 | 101010 |
Color Harmonies of #B8205F
Complementary color
Monochromatic Colors of #B8205F
Black with #B8205F
Text Example
Text Example
White with #B8205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8205F; }
p { color: rgb(184,32,95); }
H1.HeaderClassName
{
color: #B8205F;
}
.AnyTagClassName
{
color: #B8205F;
}
</style>
background-color css
<style>
a { background-color: #B8205F; }
a { background-color: rgb(184,32,95); }
div.DivClassName
{
background-color: #B8205F;
}
.BgClassName
{
background-color: #B8205F;
}
</style>
border-color css
<style>
span { border-color: #B8205F; }
span { border-color: rgb(184,32,95); }
td.TdClassName
{
border-color: #B8205F;
}
.TagClassName
{
border-color: #B8205F;
}
</style>