Shades of Tapestry #B67287
Tints of Tapestry #B67287
RGB
CMYK
RGB Variations
Color information
#B67287 (or 0xB67287) is known color: Tapestry. HEX triplet: B6, 72 and 87. RGB value is (182,114,135). Sum of RGB (Red+Green+Blue) = 182+114+135=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B67287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67287 is #498D78. Grayscale: #888888. Windows color (decimal): -4820345 or 8876726. OLE color: 8876726.
HSL color Cylindrical-coordinate representation of color #B67287: hue angle of 341.47º 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 #B67287 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 135 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.29 |
| HSL | 341.47º | 0.32% | 0.58% | - |
| HSV(B) | 341.47º | 0.37% | 0.71% | - |
| XYZ | 29.68 | 23.73 | 25.94 | - |
| YUV | 136.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 135 | 0 | 0.37 | 0.26 | 0.29 | 341.47 | 0.32 | 0.58 |
| Hex | B6 | 72 | 87 | 0 | 25 | 1A | 1D | 155 | 20 | 3A |
| Octal | 266 | 162 | 207 | 0 | 45 | 32 | 35 | 525 | 40 | 72 |
| Binary | 10110110 | 1110010 | 10000111 | 0 | 100101 | 11010 | 11101 | 101010101 | 100000 | 111010 |
Color Harmonies of #B67287
Complementary color
Monochromatic Colors of #B67287
Black with #B67287
Text Example
Text Example
White with #B67287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67287; }
p { color: rgb(182,114,135); }
H1.HeaderClassName
{
color: #B67287;
}
.AnyTagClassName
{
color: #B67287;
}
</style>
background-color css
<style>
a { background-color: #B67287; }
a { background-color: rgb(182,114,135); }
div.DivClassName
{
background-color: #B67287;
}
.BgClassName
{
background-color: #B67287;
}
</style>
border-color css
<style>
span { border-color: #B67287; }
span { border-color: rgb(182,114,135); }
td.TdClassName
{
border-color: #B67287;
}
.TagClassName
{
border-color: #B67287;
}
</style>