Shades of Tapestry #B67282
Tints of Tapestry #B67282
RGB
CMYK
RGB Variations
Color information
#B67282 (or 0xB67282) is known color: Tapestry. HEX triplet: B6, 72 and 82. RGB value is (182,114,130). Sum of RGB (Red+Green+Blue) = 182+114+130=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B67282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67282 is #498D7D. Grayscale: #888888. Windows color (decimal): -4820350 or 8549046. OLE color: 8549046.
HSL color Cylindrical-coordinate representation of color #B67282: hue angle of 345.88º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B67282 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 130 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.29 |
| HSL | 345.88º | 0.32% | 0.58% | - |
| HSV(B) | 345.88º | 0.37% | 0.71% | - |
| XYZ | 29.34 | 23.59 | 24.13 | - |
| YUV | 136.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 130 | 0 | 0.37 | 0.29 | 0.29 | 345.88 | 0.32 | 0.58 |
| Hex | B6 | 72 | 82 | 0 | 25 | 1D | 1D | 15A | 20 | 3A |
| Octal | 266 | 162 | 202 | 0 | 45 | 35 | 35 | 532 | 40 | 72 |
| Binary | 10110110 | 1110010 | 10000010 | 0 | 100101 | 11101 | 11101 | 101011010 | 100000 | 111010 |
Color Harmonies of #B67282
Complementary color
Monochromatic Colors of #B67282
Black with #B67282
Text Example
Text Example
White with #B67282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67282; }
p { color: rgb(182,114,130); }
H1.HeaderClassName
{
color: #B67282;
}
.AnyTagClassName
{
color: #B67282;
}
</style>
background-color css
<style>
a { background-color: #B67282; }
a { background-color: rgb(182,114,130); }
div.DivClassName
{
background-color: #B67282;
}
.BgClassName
{
background-color: #B67282;
}
</style>
border-color css
<style>
span { border-color: #B67282; }
span { border-color: rgb(182,114,130); }
td.TdClassName
{
border-color: #B67282;
}
.TagClassName
{
border-color: #B67282;
}
</style>