Shades of Tapestry #B27487
Tints of Tapestry #B27487
RGB
CMYK
RGB Variations
Color information
#B27487 (or 0xB27487) is known color: Tapestry. HEX triplet: B2, 74 and 87. RGB value is (178,116,135). Sum of RGB (Red+Green+Blue) = 178+116+135=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B27487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27487 is #4D8B78. Grayscale: #888888. Windows color (decimal): -5081977 or 8877234. OLE color: 8877234.
HSL color Cylindrical-coordinate representation of color #B27487: hue angle of 341.61º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27487 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 135 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.30 |
| HSL | 341.61º | 0.29% | 0.58% | - |
| HSV(B) | 341.61º | 0.35% | 0.7% | - |
| XYZ | 28.98 | 23.71 | 25.97 | - |
| YUV | 136.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 135 | 0 | 0.35 | 0.24 | 0.30 | 341.61 | 0.29 | 0.58 |
| Hex | B2 | 74 | 87 | 0 | 23 | 18 | 1E | 156 | 1D | 3A |
| Octal | 262 | 164 | 207 | 0 | 43 | 30 | 36 | 526 | 35 | 72 |
| Binary | 10110010 | 1110100 | 10000111 | 0 | 100011 | 11000 | 11110 | 101010110 | 11101 | 111010 |
Color Harmonies of #B27487
Complementary color
Monochromatic Colors of #B27487
Black with #B27487
Text Example
Text Example
White with #B27487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27487; }
p { color: rgb(178,116,135); }
H1.HeaderClassName
{
color: #B27487;
}
.AnyTagClassName
{
color: #B27487;
}
</style>
background-color css
<style>
a { background-color: #B27487; }
a { background-color: rgb(178,116,135); }
div.DivClassName
{
background-color: #B27487;
}
.BgClassName
{
background-color: #B27487;
}
</style>
border-color css
<style>
span { border-color: #B27487; }
span { border-color: rgb(178,116,135); }
td.TdClassName
{
border-color: #B27487;
}
.TagClassName
{
border-color: #B27487;
}
</style>