Shades of Tapestry #B37D8C
Tints of Tapestry #B37D8C
RGB
CMYK
RGB Variations
Color information
#B37D8C (or 0xB37D8C) is known color: Tapestry. HEX triplet: B3, 7D and 8C. RGB value is (179,125,140). Sum of RGB (Red+Green+Blue) = 179+125+140=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37D8C is #4C8273. Grayscale: #8E8E8E. Windows color (decimal): -5014132 or 9207219. OLE color: 9207219.
HSL color Cylindrical-coordinate representation of color #B37D8C: hue angle of 343.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B37D8C is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 140 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.30 |
| HSL | 343.33º | 0.26% | 0.6% | - |
| HSV(B) | 343.33º | 0.3% | 0.7% | - |
| XYZ | 30.66 | 26.14 | 28.24 | - |
| YUV | 142.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 140 | 0 | 0.30 | 0.22 | 0.30 | 343.33 | 0.26 | 0.6 |
| Hex | B3 | 7D | 8C | 0 | 1E | 16 | 1E | 157 | 1A | 3C |
| Octal | 263 | 175 | 214 | 0 | 36 | 26 | 36 | 527 | 32 | 74 |
| Binary | 10110011 | 1111101 | 10001100 | 0 | 11110 | 10110 | 11110 | 101010111 | 11010 | 111100 |
Color Harmonies of #B37D8C
Complementary color
Monochromatic Colors of #B37D8C
Black with #B37D8C
Text Example
Text Example
White with #B37D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D8C; }
p { color: rgb(179,125,140); }
H1.HeaderClassName
{
color: #B37D8C;
}
.AnyTagClassName
{
color: #B37D8C;
}
</style>
background-color css
<style>
a { background-color: #B37D8C; }
a { background-color: rgb(179,125,140); }
div.DivClassName
{
background-color: #B37D8C;
}
.BgClassName
{
background-color: #B37D8C;
}
</style>
border-color css
<style>
span { border-color: #B37D8C; }
span { border-color: rgb(179,125,140); }
td.TdClassName
{
border-color: #B37D8C;
}
.TagClassName
{
border-color: #B37D8C;
}
</style>