Shades of Tapestry #B67882
Tints of Tapestry #B67882
RGB
CMYK
RGB Variations
Color information
#B67882 (or 0xB67882) is known color: Tapestry. HEX triplet: B6, 78 and 82. RGB value is (182,120,130). Sum of RGB (Red+Green+Blue) = 182+120+130=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B67882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67882 is #49877D. Grayscale: #8B8B8B. Windows color (decimal): -4818814 or 8550582. OLE color: 8550582.
HSL color Cylindrical-coordinate representation of color #B67882: hue angle of 350.32º degrees, saturation: 0.3, 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 #B67882 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 120 | 130 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.29 |
| HSL | 350.32º | 0.3% | 0.59% | - |
| HSV(B) | 350.32º | 0.34% | 0.71% | - |
| XYZ | 30.04 | 24.99 | 24.36 | - |
| YUV | 139.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 130 | 0 | 0.34 | 0.29 | 0.29 | 350.32 | 0.3 | 0.59 |
| Hex | B6 | 78 | 82 | 0 | 22 | 1D | 1D | 15E | 1E | 3B |
| Octal | 266 | 170 | 202 | 0 | 42 | 35 | 35 | 536 | 36 | 73 |
| Binary | 10110110 | 1111000 | 10000010 | 0 | 100010 | 11101 | 11101 | 101011110 | 11110 | 111011 |
Color Harmonies of #B67882
Complementary color
Monochromatic Colors of #B67882
Black with #B67882
Text Example
Text Example
White with #B67882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67882; }
p { color: rgb(182,120,130); }
H1.HeaderClassName
{
color: #B67882;
}
.AnyTagClassName
{
color: #B67882;
}
</style>
background-color css
<style>
a { background-color: #B67882; }
a { background-color: rgb(182,120,130); }
div.DivClassName
{
background-color: #B67882;
}
.BgClassName
{
background-color: #B67882;
}
</style>
border-color css
<style>
span { border-color: #B67882; }
span { border-color: rgb(182,120,130); }
td.TdClassName
{
border-color: #B67882;
}
.TagClassName
{
border-color: #B67882;
}
</style>