Shades of Tapestry #B68587
Tints of Tapestry #B68587
RGB
CMYK
RGB Variations
Color information
#B68587 (or 0xB68587) is known color: Tapestry. HEX triplet: B6, 85 and 87. RGB value is (182,133,135). Sum of RGB (Red+Green+Blue) = 182+133+135=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B68587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68587 is #497A78. Grayscale: #939393. Windows color (decimal): -4815481 or 8881590. OLE color: 8881590.
HSL color Cylindrical-coordinate representation of color #B68587: hue angle of 357.55º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68587 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 135 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.29 |
| HSL | 357.55º | 0.25% | 0.62% | - |
| HSV(B) | 357.55º | 0.27% | 0.71% | - |
| XYZ | 32.05 | 28.47 | 26.73 | - |
| YUV | 147.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 135 | 0 | 0.27 | 0.26 | 0.29 | 357.55 | 0.25 | 0.62 |
| Hex | B6 | 85 | 87 | 0 | 1B | 1A | 1D | 166 | 19 | 3E |
| Octal | 266 | 205 | 207 | 0 | 33 | 32 | 35 | 546 | 31 | 76 |
| Binary | 10110110 | 10000101 | 10000111 | 0 | 11011 | 11010 | 11101 | 101100110 | 11001 | 111110 |
Color Harmonies of #B68587
Complementary color
Monochromatic Colors of #B68587
Black with #B68587
Text Example
Text Example
White with #B68587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68587; }
p { color: rgb(182,133,135); }
H1.HeaderClassName
{
color: #B68587;
}
.AnyTagClassName
{
color: #B68587;
}
</style>
background-color css
<style>
a { background-color: #B68587; }
a { background-color: rgb(182,133,135); }
div.DivClassName
{
background-color: #B68587;
}
.BgClassName
{
background-color: #B68587;
}
</style>
border-color css
<style>
span { border-color: #B68587; }
span { border-color: rgb(182,133,135); }
td.TdClassName
{
border-color: #B68587;
}
.TagClassName
{
border-color: #B68587;
}
</style>