Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Apple Blossom | B45148 | #B45148 | 180, 81, 72 | 70.59, 31.76, 28.24 | 0, 55, 60, 29.41 | 5, 60, 70.588235294118 |
Color #b45148 is Apple Blossom. In RGB: 70.59, 31.76, 28.24. In CMYK: 0, 55, 60, 29.41.
div { background: #b45148; color: #000; }
div { background: #b45148; color: #fff; }
div { background: linear-gradient(to bottom, #973831 0%, #D26B60 100%); color: #000; }
div { background: linear-gradient(to bottom, #D26B60 0%, #973831 100%); color: #000; }
div { background: linear-gradient(to bottom, #973831 0%, #D26B60 100%); color: #fff; }
div { background: linear-gradient(to bottom, #D26B60 0%, #973831 100%); color: #fff; }
div { border: 1px solid #b45148; }
div { border: 5px solid #b45148; }
div { border: 1px dashed #b45148; }
div { border: 5px dashed #b45148; }
div { border: 1px dotted #b45148; }
div { border: 5px dotted #b45148; }