Shades of Tapestry #B0678E
Tints of Tapestry #B0678E
RGB
CMYK
RGB Variations
Color information
#B0678E (or 0xB0678E) is known color: Tapestry. HEX triplet: B0, 67 and 8E. RGB value is (176,103,142). Sum of RGB (Red+Green+Blue) = 176+103+142=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0678E is #4F9871. Grayscale: #818181. Windows color (decimal): -5216370 or 9332656. OLE color: 9332656.
HSL color Cylindrical-coordinate representation of color #B0678E: hue angle of 327.95º degrees, saturation: 0.32, 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 #B0678E is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 142 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.31 |
| HSL | 327.95º | 0.32% | 0.55% | - |
| HSV(B) | 327.95º | 0.41% | 0.69% | - |
| XYZ | 27.64 | 20.88 | 28.17 | - |
| YUV | 129.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 142 | 0 | 0.41 | 0.19 | 0.31 | 327.95 | 0.32 | 0.55 |
| Hex | B0 | 67 | 8E | 0 | 29 | 13 | 1F | 148 | 20 | 37 |
| Octal | 260 | 147 | 216 | 0 | 51 | 23 | 37 | 510 | 40 | 67 |
| Binary | 10110000 | 1100111 | 10001110 | 0 | 101001 | 10011 | 11111 | 101001000 | 100000 | 110111 |
Color Harmonies of #B0678E
Complementary color
Monochromatic Colors of #B0678E
Black with #B0678E
Text Example
Text Example
White with #B0678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0678E; }
p { color: rgb(176,103,142); }
H1.HeaderClassName
{
color: #B0678E;
}
.AnyTagClassName
{
color: #B0678E;
}
</style>
background-color css
<style>
a { background-color: #B0678E; }
a { background-color: rgb(176,103,142); }
div.DivClassName
{
background-color: #B0678E;
}
.BgClassName
{
background-color: #B0678E;
}
</style>
border-color css
<style>
span { border-color: #B0678E; }
span { border-color: rgb(176,103,142); }
td.TdClassName
{
border-color: #B0678E;
}
.TagClassName
{
border-color: #B0678E;
}
</style>