Shades of Tapestry #B0677C
Tints of Tapestry #B0677C
RGB
CMYK
RGB Variations
Color information
#B0677C (or 0xB0677C) is known color: Tapestry. HEX triplet: B0, 67 and 7C. RGB value is (176,103,124). Sum of RGB (Red+Green+Blue) = 176+103+124=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0677C is #4F9883. Grayscale: #7F7F7F. Windows color (decimal): -5216388 or 8153008. OLE color: 8153008.
HSL color Cylindrical-coordinate representation of color #B0677C: hue angle of 342.74º 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 #B0677C is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 124 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.31 |
| HSL | 342.74º | 0.32% | 0.55% | - |
| HSV(B) | 342.74º | 0.41% | 0.69% | - |
| XYZ | 26.39 | 20.39 | 21.61 | - |
| YUV | 127.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 124 | 0 | 0.41 | 0.30 | 0.31 | 342.74 | 0.32 | 0.55 |
| Hex | B0 | 67 | 7C | 0 | 29 | 1E | 1F | 157 | 20 | 37 |
| Octal | 260 | 147 | 174 | 0 | 51 | 36 | 37 | 527 | 40 | 67 |
| Binary | 10110000 | 1100111 | 1111100 | 0 | 101001 | 11110 | 11111 | 101010111 | 100000 | 110111 |
Color Harmonies of #B0677C
Complementary color
Monochromatic Colors of #B0677C
Black with #B0677C
Text Example
Text Example
White with #B0677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0677C; }
p { color: rgb(176,103,124); }
H1.HeaderClassName
{
color: #B0677C;
}
.AnyTagClassName
{
color: #B0677C;
}
</style>
background-color css
<style>
a { background-color: #B0677C; }
a { background-color: rgb(176,103,124); }
div.DivClassName
{
background-color: #B0677C;
}
.BgClassName
{
background-color: #B0677C;
}
</style>
border-color css
<style>
span { border-color: #B0677C; }
span { border-color: rgb(176,103,124); }
td.TdClassName
{
border-color: #B0677C;
}
.TagClassName
{
border-color: #B0677C;
}
</style>