Shades of Tapestry #B4618D
Tints of Tapestry #B4618D
RGB
CMYK
RGB Variations
Color information
#B4618D (or 0xB4618D) is known color: Tapestry. HEX triplet: B4, 61 and 8D. RGB value is (180,97,141). Sum of RGB (Red+Green+Blue) = 180+97+141=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4618D is #4B9E72. Grayscale: #7E7E7E. Windows color (decimal): -4955763 or 9265588. OLE color: 9265588.
HSL color Cylindrical-coordinate representation of color #B4618D: hue angle of 328.19º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4618D is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 97 | 141 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.29 |
| HSL | 328.19º | 0.36% | 0.54% | - |
| HSV(B) | 328.19º | 0.46% | 0.71% | - |
| XYZ | 27.9 | 20.18 | 27.62 | - |
| YUV | 126.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 141 | 0 | 0.46 | 0.22 | 0.29 | 328.19 | 0.36 | 0.54 |
| Hex | B4 | 61 | 8D | 0 | 2E | 16 | 1D | 148 | 24 | 36 |
| Octal | 264 | 141 | 215 | 0 | 56 | 26 | 35 | 510 | 44 | 66 |
| Binary | 10110100 | 1100001 | 10001101 | 0 | 101110 | 10110 | 11101 | 101001000 | 100100 | 110110 |
Color Harmonies of #B4618D
Complementary color
Monochromatic Colors of #B4618D
Black with #B4618D
Text Example
Text Example
White with #B4618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4618D; }
p { color: rgb(180,97,141); }
H1.HeaderClassName
{
color: #B4618D;
}
.AnyTagClassName
{
color: #B4618D;
}
</style>
background-color css
<style>
a { background-color: #B4618D; }
a { background-color: rgb(180,97,141); }
div.DivClassName
{
background-color: #B4618D;
}
.BgClassName
{
background-color: #B4618D;
}
</style>
border-color css
<style>
span { border-color: #B4618D; }
span { border-color: rgb(180,97,141); }
td.TdClassName
{
border-color: #B4618D;
}
.TagClassName
{
border-color: #B4618D;
}
</style>