Shades of Jazzberry Jam #B0095D
Tints of Jazzberry Jam #B0095D
RGB
CMYK
RGB Variations
Color information
#B0095D (or 0xB0095D) is known color: Jazzberry Jam. HEX triplet: B0, 09 and 5D. RGB value is (176,9,93). Sum of RGB (Red+Green+Blue) = 176+9+93=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B0095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0095D is #4FF6A2. Grayscale: #444444. Windows color (decimal): -5240483 or 6097328. OLE color: 6097328.
HSL color Cylindrical-coordinate representation of color #B0095D: hue angle of 329.82º degrees, saturation: 0.9, 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 #B0095D is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 9 | 93 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.31 |
| HSL | 329.82º | 0.9% | 0.36% | - |
| HSV(B) | 329.82º | 0.95% | 0.69% | - |
| XYZ | 19.98 | 10.22 | 11.27 | - |
| YUV | 68.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 9 | 93 | 0 | 0.95 | 0.47 | 0.31 | 329.82 | 0.9 | 0.36 |
| Hex | B0 | 9 | 5D | 0 | 5F | 2F | 1F | 14A | 5A | 24 |
| Octal | 260 | 11 | 135 | 0 | 137 | 57 | 37 | 512 | 132 | 44 |
| Binary | 10110000 | 1001 | 1011101 | 0 | 1011111 | 101111 | 11111 | 101001010 | 1011010 | 100100 |
Color Harmonies of #B0095D
Complementary color
Monochromatic Colors of #B0095D
Black with #B0095D
Text Example
Text Example
White with #B0095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0095D; }
p { color: rgb(176,9,93); }
H1.HeaderClassName
{
color: #B0095D;
}
.AnyTagClassName
{
color: #B0095D;
}
</style>
background-color css
<style>
a { background-color: #B0095D; }
a { background-color: rgb(176,9,93); }
div.DivClassName
{
background-color: #B0095D;
}
.BgClassName
{
background-color: #B0095D;
}
</style>
border-color css
<style>
span { border-color: #B0095D; }
span { border-color: rgb(176,9,93); }
td.TdClassName
{
border-color: #B0095D;
}
.TagClassName
{
border-color: #B0095D;
}
</style>