Shades of Jazzberry Jam #B0085C
Tints of Jazzberry Jam #B0085C
RGB
CMYK
RGB Variations
Color information
#B0085C (or 0xB0085C) is known color: Jazzberry Jam. HEX triplet: B0, 08 and 5C. RGB value is (176,8,92). Sum of RGB (Red+Green+Blue) = 176+8+92=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0085C is #4FF7A3. Grayscale: #434343. Windows color (decimal): -5240740 or 6031536. OLE color: 6031536.
HSL color Cylindrical-coordinate representation of color #B0085C: hue angle of 330º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0085C is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 92 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.31 |
| HSL | 330º | 0.91% | 0.36% | - |
| HSV(B) | 330º | 0.95% | 0.69% | - |
| XYZ | 19.92 | 10.18 | 11.04 | - |
| YUV | 67.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 92 | 0 | 0.95 | 0.48 | 0.31 | 330 | 0.91 | 0.36 |
| Hex | B0 | 8 | 5C | 0 | 5F | 30 | 1F | 14A | 5B | 24 |
| Octal | 260 | 10 | 134 | 0 | 137 | 60 | 37 | 512 | 133 | 44 |
| Binary | 10110000 | 1000 | 1011100 | 0 | 1011111 | 110000 | 11111 | 101001010 | 1011011 | 100100 |
Color Harmonies of #B0085C
Complementary color
Monochromatic Colors of #B0085C
Black with #B0085C
Text Example
Text Example
White with #B0085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0085C; }
p { color: rgb(176,8,92); }
H1.HeaderClassName
{
color: #B0085C;
}
.AnyTagClassName
{
color: #B0085C;
}
</style>
background-color css
<style>
a { background-color: #B0085C; }
a { background-color: rgb(176,8,92); }
div.DivClassName
{
background-color: #B0085C;
}
.BgClassName
{
background-color: #B0085C;
}
</style>
border-color css
<style>
span { border-color: #B0085C; }
span { border-color: rgb(176,8,92); }
td.TdClassName
{
border-color: #B0085C;
}
.TagClassName
{
border-color: #B0085C;
}
</style>