Shades of Tapestry #B67981
Tints of Tapestry #B67981
RGB
CMYK
RGB Variations
Color information
#B67981 (or 0xB67981) is known color: Tapestry. HEX triplet: B6, 79 and 81. RGB value is (182,121,129). Sum of RGB (Red+Green+Blue) = 182+121+129=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B67981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67981 is #49867E. Grayscale: #8C8C8C. Windows color (decimal): -4818559 or 8485302. OLE color: 8485302.
HSL color Cylindrical-coordinate representation of color #B67981: hue angle of 352.13º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67981 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 121 | 129 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.29 |
| HSL | 352.13º | 0.29% | 0.59% | - |
| HSV(B) | 352.13º | 0.34% | 0.71% | - |
| XYZ | 30.09 | 25.2 | 24.05 | - |
| YUV | 140.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 129 | 0 | 0.34 | 0.29 | 0.29 | 352.13 | 0.29 | 0.59 |
| Hex | B6 | 79 | 81 | 0 | 22 | 1D | 1D | 160 | 1D | 3B |
| Octal | 266 | 171 | 201 | 0 | 42 | 35 | 35 | 540 | 35 | 73 |
| Binary | 10110110 | 1111001 | 10000001 | 0 | 100010 | 11101 | 11101 | 101100000 | 11101 | 111011 |
Color Harmonies of #B67981
Complementary color
Monochromatic Colors of #B67981
Black with #B67981
Text Example
Text Example
White with #B67981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67981; }
p { color: rgb(182,121,129); }
H1.HeaderClassName
{
color: #B67981;
}
.AnyTagClassName
{
color: #B67981;
}
</style>
background-color css
<style>
a { background-color: #B67981; }
a { background-color: rgb(182,121,129); }
div.DivClassName
{
background-color: #B67981;
}
.BgClassName
{
background-color: #B67981;
}
</style>
border-color css
<style>
span { border-color: #B67981; }
span { border-color: rgb(182,121,129); }
td.TdClassName
{
border-color: #B67981;
}
.TagClassName
{
border-color: #B67981;
}
</style>