Shades of Tapestry #B0658E
Tints of Tapestry #B0658E
RGB
CMYK
RGB Variations
Color information
#B0658E (or 0xB0658E) is known color: Tapestry. HEX triplet: B0, 65 and 8E. RGB value is (176,101,142). Sum of RGB (Red+Green+Blue) = 176+101+142=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0658E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0658E is #4F9A71. Grayscale: #808080. Windows color (decimal): -5216882 or 9332144. OLE color: 9332144.
HSL color Cylindrical-coordinate representation of color #B0658E: hue angle of 327.2º 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 #B0658E is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 142 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.31 |
| HSL | 327.2º | 0.32% | 0.54% | - |
| HSV(B) | 327.2º | 0.43% | 0.69% | - |
| XYZ | 27.44 | 20.49 | 28.1 | - |
| YUV | 128.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 142 | 0 | 0.43 | 0.19 | 0.31 | 327.2 | 0.32 | 0.54 |
| Hex | B0 | 65 | 8E | 0 | 2B | 13 | 1F | 147 | 20 | 36 |
| Octal | 260 | 145 | 216 | 0 | 53 | 23 | 37 | 507 | 40 | 66 |
| Binary | 10110000 | 1100101 | 10001110 | 0 | 101011 | 10011 | 11111 | 101000111 | 100000 | 110110 |
Color Harmonies of #B0658E
Complementary color
Monochromatic Colors of #B0658E
Black with #B0658E
Text Example
Text Example
White with #B0658E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0658E; }
p { color: rgb(176,101,142); }
H1.HeaderClassName
{
color: #B0658E;
}
.AnyTagClassName
{
color: #B0658E;
}
</style>
background-color css
<style>
a { background-color: #B0658E; }
a { background-color: rgb(176,101,142); }
div.DivClassName
{
background-color: #B0658E;
}
.BgClassName
{
background-color: #B0658E;
}
</style>
border-color css
<style>
span { border-color: #B0658E; }
span { border-color: rgb(176,101,142); }
td.TdClassName
{
border-color: #B0658E;
}
.TagClassName
{
border-color: #B0658E;
}
</style>