Shades of Jazzberry Jam #B5195A
Tints of Jazzberry Jam #B5195A
RGB
CMYK
RGB Variations
Color information
#B5195A (or 0xB5195A) is known color: Jazzberry Jam. HEX triplet: B5, 19 and 5A. RGB value is (181,25,90). Sum of RGB (Red+Green+Blue) = 181+25+90=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5195A is #4AE6A5. Grayscale: #4E4E4E. Windows color (decimal): -4908710 or 5904821. OLE color: 5904821.
HSL color Cylindrical-coordinate representation of color #B5195A: hue angle of 335º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5195A is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 90 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.29 |
| HSL | 335º | 0.76% | 0.4% | - |
| HSV(B) | 335º | 0.86% | 0.71% | - |
| XYZ | 21.25 | 11.26 | 10.73 | - |
| YUV | 79.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 90 | 0 | 0.86 | 0.50 | 0.29 | 335 | 0.76 | 0.4 |
| Hex | B5 | 19 | 5A | 0 | 56 | 32 | 1D | 14F | 4C | 28 |
| Octal | 265 | 31 | 132 | 0 | 126 | 62 | 35 | 517 | 114 | 50 |
| Binary | 10110101 | 11001 | 1011010 | 0 | 1010110 | 110010 | 11101 | 101001111 | 1001100 | 101000 |
Color Harmonies of #B5195A
Complementary color
Monochromatic Colors of #B5195A
Black with #B5195A
Text Example
Text Example
White with #B5195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5195A; }
p { color: rgb(181,25,90); }
H1.HeaderClassName
{
color: #B5195A;
}
.AnyTagClassName
{
color: #B5195A;
}
</style>
background-color css
<style>
a { background-color: #B5195A; }
a { background-color: rgb(181,25,90); }
div.DivClassName
{
background-color: #B5195A;
}
.BgClassName
{
background-color: #B5195A;
}
</style>
border-color css
<style>
span { border-color: #B5195A; }
span { border-color: rgb(181,25,90); }
td.TdClassName
{
border-color: #B5195A;
}
.TagClassName
{
border-color: #B5195A;
}
</style>