Shades of Jazzberry Jam #B8085F
Tints of Jazzberry Jam #B8085F
RGB
CMYK
RGB Variations
Color information
#B8085F (or 0xB8085F) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 5F. RGB value is (184,8,95). Sum of RGB (Red+Green+Blue) = 184+8+95=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B8085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8085F is #47F7A0. Grayscale: #464646. Windows color (decimal): -4716449 or 6228152. OLE color: 6228152.
HSL color Cylindrical-coordinate representation of color #B8085F: hue angle of 330.34º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8085F is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 95 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.28 |
| HSL | 330.34º | 0.92% | 0.38% | - |
| HSV(B) | 330.34º | 0.96% | 0.72% | - |
| XYZ | 21.92 | 11.19 | 11.83 | - |
| YUV | 70.54 | 141.81 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 95 | 0 | 0.96 | 0.48 | 0.28 | 330.34 | 0.92 | 0.38 |
| Hex | B8 | 8 | 5F | 0 | 60 | 30 | 1C | 14A | 5C | 26 |
| Octal | 270 | 10 | 137 | 0 | 140 | 60 | 34 | 512 | 134 | 46 |
| Binary | 10111000 | 1000 | 1011111 | 0 | 1100000 | 110000 | 11100 | 101001010 | 1011100 | 100110 |
Color Harmonies of #B8085F
Complementary color
Monochromatic Colors of #B8085F
Black with #B8085F
Text Example
Text Example
White with #B8085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8085F; }
p { color: rgb(184,8,95); }
H1.HeaderClassName
{
color: #B8085F;
}
.AnyTagClassName
{
color: #B8085F;
}
</style>
background-color css
<style>
a { background-color: #B8085F; }
a { background-color: rgb(184,8,95); }
div.DivClassName
{
background-color: #B8085F;
}
.BgClassName
{
background-color: #B8085F;
}
</style>
border-color css
<style>
span { border-color: #B8085F; }
span { border-color: rgb(184,8,95); }
td.TdClassName
{
border-color: #B8085F;
}
.TagClassName
{
border-color: #B8085F;
}
</style>