Shades of Tapestry #B0688E
Tints of Tapestry #B0688E
RGB
CMYK
RGB Variations
Color information
#B0688E (or 0xB0688E) is known color: Tapestry. HEX triplet: B0, 68 and 8E. RGB value is (176,104,142). Sum of RGB (Red+Green+Blue) = 176+104+142=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0688E is #4F9771. Grayscale: #818181. Windows color (decimal): -5216114 or 9332912. OLE color: 9332912.
HSL color Cylindrical-coordinate representation of color #B0688E: hue angle of 328.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0688E is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 142 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.31 |
| HSL | 328.33º | 0.31% | 0.55% | - |
| HSV(B) | 328.33º | 0.41% | 0.69% | - |
| XYZ | 27.74 | 21.08 | 28.2 | - |
| YUV | 129.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 142 | 0 | 0.41 | 0.19 | 0.31 | 328.33 | 0.31 | 0.55 |
| Hex | B0 | 68 | 8E | 0 | 29 | 13 | 1F | 148 | 1F | 37 |
| Octal | 260 | 150 | 216 | 0 | 51 | 23 | 37 | 510 | 37 | 67 |
| Binary | 10110000 | 1101000 | 10001110 | 0 | 101001 | 10011 | 11111 | 101001000 | 11111 | 110111 |
Color Harmonies of #B0688E
Complementary color
Monochromatic Colors of #B0688E
Black with #B0688E
Text Example
Text Example
White with #B0688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0688E; }
p { color: rgb(176,104,142); }
H1.HeaderClassName
{
color: #B0688E;
}
.AnyTagClassName
{
color: #B0688E;
}
</style>
background-color css
<style>
a { background-color: #B0688E; }
a { background-color: rgb(176,104,142); }
div.DivClassName
{
background-color: #B0688E;
}
.BgClassName
{
background-color: #B0688E;
}
</style>
border-color css
<style>
span { border-color: #B0688E; }
span { border-color: rgb(176,104,142); }
td.TdClassName
{
border-color: #B0688E;
}
.TagClassName
{
border-color: #B0688E;
}
</style>