Shades of Jazzberry Jam #B5246A
Tints of Jazzberry Jam #B5246A
RGB
CMYK
RGB Variations
Color information
#B5246A (or 0xB5246A) is known color: Jazzberry Jam. HEX triplet: B5, 24 and 6A. RGB value is (181,36,106). Sum of RGB (Red+Green+Blue) = 181+36+106=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5246A is #4ADB95. Grayscale: #575757. Windows color (decimal): -4905878 or 6956213. OLE color: 6956213.
HSL color Cylindrical-coordinate representation of color #B5246A: hue angle of 331.03º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5246A is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 106 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.29 |
| HSL | 331.03º | 0.67% | 0.43% | - |
| HSV(B) | 331.03º | 0.8% | 0.71% | - |
| XYZ | 22.29 | 12.13 | 14.8 | - |
| YUV | 87.34 | 138.54 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 106 | 0 | 0.80 | 0.41 | 0.29 | 331.03 | 0.67 | 0.43 |
| Hex | B5 | 24 | 6A | 0 | 50 | 29 | 1D | 14B | 43 | 2B |
| Octal | 265 | 44 | 152 | 0 | 120 | 51 | 35 | 513 | 103 | 53 |
| Binary | 10110101 | 100100 | 1101010 | 0 | 1010000 | 101001 | 11101 | 101001011 | 1000011 | 101011 |
Color Harmonies of #B5246A
Complementary color
Monochromatic Colors of #B5246A
Black with #B5246A
Text Example
Text Example
White with #B5246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5246A; }
p { color: rgb(181,36,106); }
H1.HeaderClassName
{
color: #B5246A;
}
.AnyTagClassName
{
color: #B5246A;
}
</style>
background-color css
<style>
a { background-color: #B5246A; }
a { background-color: rgb(181,36,106); }
div.DivClassName
{
background-color: #B5246A;
}
.BgClassName
{
background-color: #B5246A;
}
</style>
border-color css
<style>
span { border-color: #B5246A; }
span { border-color: rgb(181,36,106); }
td.TdClassName
{
border-color: #B5246A;
}
.TagClassName
{
border-color: #B5246A;
}
</style>