Shades of Tapestry #B0677A
Tints of Tapestry #B0677A
RGB
CMYK
RGB Variations
Color information
#B0677A (or 0xB0677A) is known color: Tapestry. HEX triplet: B0, 67 and 7A. RGB value is (176,103,122). Sum of RGB (Red+Green+Blue) = 176+103+122=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0677A is #4F9885. Grayscale: #7E7E7E. Windows color (decimal): -5216390 or 8021936. OLE color: 8021936.
HSL color Cylindrical-coordinate representation of color #B0677A: hue angle of 344.38º 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 #B0677A is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 122 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.31 |
| HSL | 344.38º | 0.32% | 0.55% | - |
| HSV(B) | 344.38º | 0.41% | 0.69% | - |
| XYZ | 26.27 | 20.34 | 20.95 | - |
| YUV | 126.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 122 | 0 | 0.41 | 0.31 | 0.31 | 344.38 | 0.32 | 0.55 |
| Hex | B0 | 67 | 7A | 0 | 29 | 1F | 1F | 158 | 20 | 37 |
| Octal | 260 | 147 | 172 | 0 | 51 | 37 | 37 | 530 | 40 | 67 |
| Binary | 10110000 | 1100111 | 1111010 | 0 | 101001 | 11111 | 11111 | 101011000 | 100000 | 110111 |
Color Harmonies of #B0677A
Complementary color
Monochromatic Colors of #B0677A
Black with #B0677A
Text Example
Text Example
White with #B0677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0677A; }
p { color: rgb(176,103,122); }
H1.HeaderClassName
{
color: #B0677A;
}
.AnyTagClassName
{
color: #B0677A;
}
</style>
background-color css
<style>
a { background-color: #B0677A; }
a { background-color: rgb(176,103,122); }
div.DivClassName
{
background-color: #B0677A;
}
.BgClassName
{
background-color: #B0677A;
}
</style>
border-color css
<style>
span { border-color: #B0677A; }
span { border-color: rgb(176,103,122); }
td.TdClassName
{
border-color: #B0677A;
}
.TagClassName
{
border-color: #B0677A;
}
</style>