Shades of Jazzberry Jam #B5185C
Tints of Jazzberry Jam #B5185C
RGB
CMYK
RGB Variations
Color information
#B5185C (or 0xB5185C) is known color: Jazzberry Jam. HEX triplet: B5, 18 and 5C. RGB value is (181,24,92). Sum of RGB (Red+Green+Blue) = 181+24+92=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5185C is #4AE7A3. Grayscale: #4E4E4E. Windows color (decimal): -4908964 or 6035637. OLE color: 6035637.
HSL color Cylindrical-coordinate representation of color #B5185C: hue angle of 334.01º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5185C is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 92 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.29 |
| HSL | 334.01º | 0.77% | 0.4% | - |
| HSV(B) | 334.01º | 0.87% | 0.71% | - |
| XYZ | 21.31 | 11.25 | 11.17 | - |
| YUV | 78.7 | 135.51 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 92 | 0 | 0.87 | 0.49 | 0.29 | 334.01 | 0.77 | 0.4 |
| Hex | B5 | 18 | 5C | 0 | 57 | 31 | 1D | 14E | 4D | 28 |
| Octal | 265 | 30 | 134 | 0 | 127 | 61 | 35 | 516 | 115 | 50 |
| Binary | 10110101 | 11000 | 1011100 | 0 | 1010111 | 110001 | 11101 | 101001110 | 1001101 | 101000 |
Color Harmonies of #B5185C
Complementary color
Monochromatic Colors of #B5185C
Black with #B5185C
Text Example
Text Example
White with #B5185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5185C; }
p { color: rgb(181,24,92); }
H1.HeaderClassName
{
color: #B5185C;
}
.AnyTagClassName
{
color: #B5185C;
}
</style>
background-color css
<style>
a { background-color: #B5185C; }
a { background-color: rgb(181,24,92); }
div.DivClassName
{
background-color: #B5185C;
}
.BgClassName
{
background-color: #B5185C;
}
</style>
border-color css
<style>
span { border-color: #B5185C; }
span { border-color: rgb(181,24,92); }
td.TdClassName
{
border-color: #B5185C;
}
.TagClassName
{
border-color: #B5185C;
}
</style>