Shades of Tapestry #B0677E
Tints of Tapestry #B0677E
RGB
CMYK
RGB Variations
Color information
#B0677E (or 0xB0677E) is known color: Tapestry. HEX triplet: B0, 67 and 7E. RGB value is (176,103,126). Sum of RGB (Red+Green+Blue) = 176+103+126=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0677E is #4F9881. Grayscale: #7F7F7F. Windows color (decimal): -5216386 or 8284080. OLE color: 8284080.
HSL color Cylindrical-coordinate representation of color #B0677E: hue angle of 341.1º 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 #B0677E is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 126 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.31 |
| HSL | 341.1º | 0.32% | 0.55% | - |
| HSV(B) | 341.1º | 0.41% | 0.69% | - |
| XYZ | 26.52 | 20.44 | 22.29 | - |
| YUV | 127.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 126 | 0 | 0.41 | 0.28 | 0.31 | 341.1 | 0.32 | 0.55 |
| Hex | B0 | 67 | 7E | 0 | 29 | 1C | 1F | 155 | 20 | 37 |
| Octal | 260 | 147 | 176 | 0 | 51 | 34 | 37 | 525 | 40 | 67 |
| Binary | 10110000 | 1100111 | 1111110 | 0 | 101001 | 11100 | 11111 | 101010101 | 100000 | 110111 |
Color Harmonies of #B0677E
Complementary color
Monochromatic Colors of #B0677E
Black with #B0677E
Text Example
Text Example
White with #B0677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0677E; }
p { color: rgb(176,103,126); }
H1.HeaderClassName
{
color: #B0677E;
}
.AnyTagClassName
{
color: #B0677E;
}
</style>
background-color css
<style>
a { background-color: #B0677E; }
a { background-color: rgb(176,103,126); }
div.DivClassName
{
background-color: #B0677E;
}
.BgClassName
{
background-color: #B0677E;
}
</style>
border-color css
<style>
span { border-color: #B0677E; }
span { border-color: rgb(176,103,126); }
td.TdClassName
{
border-color: #B0677E;
}
.TagClassName
{
border-color: #B0677E;
}
</style>