Shades of Tapestry #B67987
Tints of Tapestry #B67987
RGB
CMYK
RGB Variations
Color information
#B67987 (or 0xB67987) is known color: Tapestry. HEX triplet: B6, 79 and 87. RGB value is (182,121,135). Sum of RGB (Red+Green+Blue) = 182+121+135=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B67987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67987 is #498678. Grayscale: #8C8C8C. Windows color (decimal): -4818553 or 8878518. OLE color: 8878518.
HSL color Cylindrical-coordinate representation of color #B67987: hue angle of 346.23º 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 #B67987 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 121 | 135 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.29 |
| HSL | 346.23º | 0.29% | 0.59% | - |
| HSV(B) | 346.23º | 0.34% | 0.71% | - |
| XYZ | 30.5 | 25.37 | 26.21 | - |
| YUV | 140.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 135 | 0 | 0.34 | 0.26 | 0.29 | 346.23 | 0.29 | 0.59 |
| Hex | B6 | 79 | 87 | 0 | 22 | 1A | 1D | 15A | 1D | 3B |
| Octal | 266 | 171 | 207 | 0 | 42 | 32 | 35 | 532 | 35 | 73 |
| Binary | 10110110 | 1111001 | 10000111 | 0 | 100010 | 11010 | 11101 | 101011010 | 11101 | 111011 |
Color Harmonies of #B67987
Complementary color
Monochromatic Colors of #B67987
Black with #B67987
Text Example
Text Example
White with #B67987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67987; }
p { color: rgb(182,121,135); }
H1.HeaderClassName
{
color: #B67987;
}
.AnyTagClassName
{
color: #B67987;
}
</style>
background-color css
<style>
a { background-color: #B67987; }
a { background-color: rgb(182,121,135); }
div.DivClassName
{
background-color: #B67987;
}
.BgClassName
{
background-color: #B67987;
}
</style>
border-color css
<style>
span { border-color: #B67987; }
span { border-color: rgb(182,121,135); }
td.TdClassName
{
border-color: #B67987;
}
.TagClassName
{
border-color: #B67987;
}
</style>