Shades of Jazzberry Jam #B5076D
Tints of Jazzberry Jam #B5076D
RGB
CMYK
RGB Variations
Color information
#B5076D (or 0xB5076D) is known color: Jazzberry Jam. HEX triplet: B5, 07 and 6D. RGB value is (181,7,109). Sum of RGB (Red+Green+Blue) = 181+7+109=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5076D is #4AF892. Grayscale: #464646. Windows color (decimal): -4913299 or 7145397. OLE color: 7145397.
HSL color Cylindrical-coordinate representation of color #B5076D: hue angle of 324.83º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5076D is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 109 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.29 |
| HSL | 324.83º | 0.93% | 0.37% | - |
| HSV(B) | 324.83º | 0.96% | 0.71% | - |
| XYZ | 21.89 | 11.08 | 15.45 | - |
| YUV | 70.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 109 | 0 | 0.96 | 0.40 | 0.29 | 324.83 | 0.93 | 0.37 |
| Hex | B5 | 7 | 6D | 0 | 60 | 28 | 1D | 145 | 5D | 25 |
| Octal | 265 | 7 | 155 | 0 | 140 | 50 | 35 | 505 | 135 | 45 |
| Binary | 10110101 | 111 | 1101101 | 0 | 1100000 | 101000 | 11101 | 101000101 | 1011101 | 100101 |
Color Harmonies of #B5076D
Complementary color
Monochromatic Colors of #B5076D
Black with #B5076D
Text Example
Text Example
White with #B5076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5076D; }
p { color: rgb(181,7,109); }
H1.HeaderClassName
{
color: #B5076D;
}
.AnyTagClassName
{
color: #B5076D;
}
</style>
background-color css
<style>
a { background-color: #B5076D; }
a { background-color: rgb(181,7,109); }
div.DivClassName
{
background-color: #B5076D;
}
.BgClassName
{
background-color: #B5076D;
}
</style>
border-color css
<style>
span { border-color: #B5076D; }
span { border-color: rgb(181,7,109); }
td.TdClassName
{
border-color: #B5076D;
}
.TagClassName
{
border-color: #B5076D;
}
</style>