Shades of Tapestry #B37487
Tints of Tapestry #B37487
RGB
CMYK
RGB Variations
Color information
#B37487 (or 0xB37487) is known color: Tapestry. HEX triplet: B3, 74 and 87. RGB value is (179,116,135). Sum of RGB (Red+Green+Blue) = 179+116+135=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B37487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37487 is #4C8B78. Grayscale: #888888. Windows color (decimal): -5016441 or 8877235. OLE color: 8877235.
HSL color Cylindrical-coordinate representation of color #B37487: hue angle of 341.9º 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 #B37487 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 135 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.30 |
| HSL | 341.9º | 0.29% | 0.58% | - |
| HSV(B) | 341.9º | 0.35% | 0.7% | - |
| XYZ | 29.21 | 23.82 | 25.98 | - |
| YUV | 137 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 135 | 0 | 0.35 | 0.25 | 0.30 | 341.9 | 0.29 | 0.58 |
| Hex | B3 | 74 | 87 | 0 | 23 | 19 | 1E | 156 | 1D | 3A |
| Octal | 263 | 164 | 207 | 0 | 43 | 31 | 36 | 526 | 35 | 72 |
| Binary | 10110011 | 1110100 | 10000111 | 0 | 100011 | 11001 | 11110 | 101010110 | 11101 | 111010 |
Color Harmonies of #B37487
Complementary color
Monochromatic Colors of #B37487
Black with #B37487
Text Example
Text Example
White with #B37487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37487; }
p { color: rgb(179,116,135); }
H1.HeaderClassName
{
color: #B37487;
}
.AnyTagClassName
{
color: #B37487;
}
</style>
background-color css
<style>
a { background-color: #B37487; }
a { background-color: rgb(179,116,135); }
div.DivClassName
{
background-color: #B37487;
}
.BgClassName
{
background-color: #B37487;
}
</style>
border-color css
<style>
span { border-color: #B37487; }
span { border-color: rgb(179,116,135); }
td.TdClassName
{
border-color: #B37487;
}
.TagClassName
{
border-color: #B37487;
}
</style>