Shades of Tapestry #B06179
Tints of Tapestry #B06179
RGB
CMYK
RGB Variations
Color information
#B06179 (or 0xB06179) is known color: Tapestry. HEX triplet: B0, 61 and 79. RGB value is (176,97,121). Sum of RGB (Red+Green+Blue) = 176+97+121=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B06179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06179 is #4F9E86. Grayscale: #7B7B7B. Windows color (decimal): -5217927 or 7954864. OLE color: 7954864.
HSL color Cylindrical-coordinate representation of color #B06179: hue angle of 341.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06179 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 97 | 121 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.31 |
| HSL | 341.77º | 0.33% | 0.54% | - |
| HSV(B) | 341.77º | 0.45% | 0.69% | - |
| XYZ | 25.63 | 19.16 | 20.44 | - |
| YUV | 123.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 121 | 0 | 0.45 | 0.31 | 0.31 | 341.77 | 0.33 | 0.54 |
| Hex | B0 | 61 | 79 | 0 | 2D | 1F | 1F | 156 | 21 | 36 |
| Octal | 260 | 141 | 171 | 0 | 55 | 37 | 37 | 526 | 41 | 66 |
| Binary | 10110000 | 1100001 | 1111001 | 0 | 101101 | 11111 | 11111 | 101010110 | 100001 | 110110 |
Color Harmonies of #B06179
Complementary color
Monochromatic Colors of #B06179
Black with #B06179
Text Example
Text Example
White with #B06179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06179; }
p { color: rgb(176,97,121); }
H1.HeaderClassName
{
color: #B06179;
}
.AnyTagClassName
{
color: #B06179;
}
</style>
background-color css
<style>
a { background-color: #B06179; }
a { background-color: rgb(176,97,121); }
div.DivClassName
{
background-color: #B06179;
}
.BgClassName
{
background-color: #B06179;
}
</style>
border-color css
<style>
span { border-color: #B06179; }
span { border-color: rgb(176,97,121); }
td.TdClassName
{
border-color: #B06179;
}
.TagClassName
{
border-color: #B06179;
}
</style>