Shades of Jazzberry Jam #B0084B
Tints of Jazzberry Jam #B0084B
RGB
CMYK
RGB Variations
Color information
#B0084B (or 0xB0084B) is known color: Jazzberry Jam. HEX triplet: B0, 08 and 4B. RGB value is (176,8,75). Sum of RGB (Red+Green+Blue) = 176+8+75=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0084B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0084B is #4FF7B4. Grayscale: #414141. Windows color (decimal): -5240757 or 4917424. OLE color: 4917424.
HSL color Cylindrical-coordinate representation of color #B0084B: hue angle of 336.07º 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 #B0084B is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 75 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.31 |
| HSL | 336.07º | 0.91% | 0.36% | - |
| HSV(B) | 336.07º | 0.95% | 0.69% | - |
| XYZ | 19.26 | 9.91 | 7.55 | - |
| YUV | 65.87 | 133.16 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 75 | 0 | 0.95 | 0.57 | 0.31 | 336.07 | 0.91 | 0.36 |
| Hex | B0 | 8 | 4B | 0 | 5F | 39 | 1F | 150 | 5B | 24 |
| Octal | 260 | 10 | 113 | 0 | 137 | 71 | 37 | 520 | 133 | 44 |
| Binary | 10110000 | 1000 | 1001011 | 0 | 1011111 | 111001 | 11111 | 101010000 | 1011011 | 100100 |
Color Harmonies of #B0084B
Complementary color
Monochromatic Colors of #B0084B
Black with #B0084B
Text Example
Text Example
White with #B0084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0084B; }
p { color: rgb(176,8,75); }
H1.HeaderClassName
{
color: #B0084B;
}
.AnyTagClassName
{
color: #B0084B;
}
</style>
background-color css
<style>
a { background-color: #B0084B; }
a { background-color: rgb(176,8,75); }
div.DivClassName
{
background-color: #B0084B;
}
.BgClassName
{
background-color: #B0084B;
}
</style>
border-color css
<style>
span { border-color: #B0084B; }
span { border-color: rgb(176,8,75); }
td.TdClassName
{
border-color: #B0084B;
}
.TagClassName
{
border-color: #B0084B;
}
</style>