Shades of Jazzberry Jam #B8085C
Tints of Jazzberry Jam #B8085C
RGB
CMYK
RGB Variations
Color information
#B8085C (or 0xB8085C) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 5C. RGB value is (184,8,92). Sum of RGB (Red+Green+Blue) = 184+8+92=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8085C is #47F7A3. Grayscale: #464646. Windows color (decimal): -4716452 or 6031544. OLE color: 6031544.
HSL color Cylindrical-coordinate representation of color #B8085C: hue angle of 331.36º 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 #B8085C is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.28 |
| HSL | 331.36º | 0.92% | 0.38% | - |
| HSV(B) | 331.36º | 0.96% | 0.72% | - |
| XYZ | 21.79 | 11.14 | 11.13 | - |
| YUV | 70.2 | 140.31 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 92 | 0 | 0.96 | 0.50 | 0.28 | 331.36 | 0.92 | 0.38 |
| Hex | B8 | 8 | 5C | 0 | 60 | 32 | 1C | 14B | 5C | 26 |
| Octal | 270 | 10 | 134 | 0 | 140 | 62 | 34 | 513 | 134 | 46 |
| Binary | 10111000 | 1000 | 1011100 | 0 | 1100000 | 110010 | 11100 | 101001011 | 1011100 | 100110 |
Color Harmonies of #B8085C
Complementary color
Monochromatic Colors of #B8085C
Black with #B8085C
Text Example
Text Example
White with #B8085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8085C; }
p { color: rgb(184,8,92); }
H1.HeaderClassName
{
color: #B8085C;
}
.AnyTagClassName
{
color: #B8085C;
}
</style>
background-color css
<style>
a { background-color: #B8085C; }
a { background-color: rgb(184,8,92); }
div.DivClassName
{
background-color: #B8085C;
}
.BgClassName
{
background-color: #B8085C;
}
</style>
border-color css
<style>
span { border-color: #B8085C; }
span { border-color: rgb(184,8,92); }
td.TdClassName
{
border-color: #B8085C;
}
.TagClassName
{
border-color: #B8085C;
}
</style>