Shades of Jazzberry Jam #B0075C
Tints of Jazzberry Jam #B0075C
RGB
CMYK
RGB Variations
Color information
#B0075C (or 0xB0075C) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 5C. RGB value is (176,7,92). Sum of RGB (Red+Green+Blue) = 176+7+92=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0075C is #4FF8A3. Grayscale: #434343. Windows color (decimal): -5240996 or 6031280. OLE color: 6031280.
HSL color Cylindrical-coordinate representation of color #B0075C: hue angle of 329.82º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0075C is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 92 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.31 |
| HSL | 329.82º | 0.92% | 0.36% | - |
| HSV(B) | 329.82º | 0.96% | 0.69% | - |
| XYZ | 19.91 | 10.15 | 11.04 | - |
| YUV | 67.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 92 | 0 | 0.96 | 0.48 | 0.31 | 329.82 | 0.92 | 0.36 |
| Hex | B0 | 7 | 5C | 0 | 60 | 30 | 1F | 14A | 5C | 24 |
| Octal | 260 | 7 | 134 | 0 | 140 | 60 | 37 | 512 | 134 | 44 |
| Binary | 10110000 | 111 | 1011100 | 0 | 1100000 | 110000 | 11111 | 101001010 | 1011100 | 100100 |
Color Harmonies of #B0075C
Complementary color
Monochromatic Colors of #B0075C
Black with #B0075C
Text Example
Text Example
White with #B0075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0075C; }
p { color: rgb(176,7,92); }
H1.HeaderClassName
{
color: #B0075C;
}
.AnyTagClassName
{
color: #B0075C;
}
</style>
background-color css
<style>
a { background-color: #B0075C; }
a { background-color: rgb(176,7,92); }
div.DivClassName
{
background-color: #B0075C;
}
.BgClassName
{
background-color: #B0075C;
}
</style>
border-color css
<style>
span { border-color: #B0075C; }
span { border-color: rgb(176,7,92); }
td.TdClassName
{
border-color: #B0075C;
}
.TagClassName
{
border-color: #B0075C;
}
</style>