Shades of Tapestry #B0658D
Tints of Tapestry #B0658D
RGB
CMYK
RGB Variations
Color information
#B0658D (or 0xB0658D) is known color: Tapestry. HEX triplet: B0, 65 and 8D. RGB value is (176,101,141). Sum of RGB (Red+Green+Blue) = 176+101+141=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0658D is #4F9A72. Grayscale: #7F7F7F. Windows color (decimal): -5216883 or 9266608. OLE color: 9266608.
HSL color Cylindrical-coordinate representation of color #B0658D: hue angle of 328º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0658D is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 141 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.31 |
| HSL | 328º | 0.32% | 0.54% | - |
| HSV(B) | 328º | 0.43% | 0.69% | - |
| XYZ | 27.37 | 20.46 | 27.71 | - |
| YUV | 127.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 141 | 0 | 0.43 | 0.20 | 0.31 | 328 | 0.32 | 0.54 |
| Hex | B0 | 65 | 8D | 0 | 2B | 14 | 1F | 148 | 20 | 36 |
| Octal | 260 | 145 | 215 | 0 | 53 | 24 | 37 | 510 | 40 | 66 |
| Binary | 10110000 | 1100101 | 10001101 | 0 | 101011 | 10100 | 11111 | 101001000 | 100000 | 110110 |
Color Harmonies of #B0658D
Complementary color
Monochromatic Colors of #B0658D
Black with #B0658D
Text Example
Text Example
White with #B0658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0658D; }
p { color: rgb(176,101,141); }
H1.HeaderClassName
{
color: #B0658D;
}
.AnyTagClassName
{
color: #B0658D;
}
</style>
background-color css
<style>
a { background-color: #B0658D; }
a { background-color: rgb(176,101,141); }
div.DivClassName
{
background-color: #B0658D;
}
.BgClassName
{
background-color: #B0658D;
}
</style>
border-color css
<style>
span { border-color: #B0658D; }
span { border-color: rgb(176,101,141); }
td.TdClassName
{
border-color: #B0658D;
}
.TagClassName
{
border-color: #B0658D;
}
</style>