Shades of Jazzberry Jam #B7145A
Tints of Jazzberry Jam #B7145A
RGB
CMYK
RGB Variations
Color information
#B7145A (or 0xB7145A) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 5A. RGB value is (183,20,90). Sum of RGB (Red+Green+Blue) = 183+20+90=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7145A is #48EBA5. Grayscale: #4C4C4C. Windows color (decimal): -4778918 or 5903543. OLE color: 5903543.
HSL color Cylindrical-coordinate representation of color #B7145A: hue angle of 334.23º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7145A is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 90 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.28 |
| HSL | 334.23º | 0.8% | 0.4% | - |
| HSV(B) | 334.23º | 0.89% | 0.72% | - |
| XYZ | 21.62 | 11.31 | 10.72 | - |
| YUV | 76.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 90 | 0 | 0.89 | 0.51 | 0.28 | 334.23 | 0.8 | 0.4 |
| Hex | B7 | 14 | 5A | 0 | 59 | 33 | 1C | 14E | 50 | 28 |
| Octal | 267 | 24 | 132 | 0 | 131 | 63 | 34 | 516 | 120 | 50 |
| Binary | 10110111 | 10100 | 1011010 | 0 | 1011001 | 110011 | 11100 | 101001110 | 1010000 | 101000 |
Color Harmonies of #B7145A
Complementary color
Monochromatic Colors of #B7145A
Black with #B7145A
Text Example
Text Example
White with #B7145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7145A; }
p { color: rgb(183,20,90); }
H1.HeaderClassName
{
color: #B7145A;
}
.AnyTagClassName
{
color: #B7145A;
}
</style>
background-color css
<style>
a { background-color: #B7145A; }
a { background-color: rgb(183,20,90); }
div.DivClassName
{
background-color: #B7145A;
}
.BgClassName
{
background-color: #B7145A;
}
</style>
border-color css
<style>
span { border-color: #B7145A; }
span { border-color: rgb(183,20,90); }
td.TdClassName
{
border-color: #B7145A;
}
.TagClassName
{
border-color: #B7145A;
}
</style>