Shades of Tapestry #B37D83
Tints of Tapestry #B37D83
RGB
CMYK
RGB Variations
Color information
#B37D83 (or 0xB37D83) is known color: Tapestry. HEX triplet: B3, 7D and 83. RGB value is (179,125,131). Sum of RGB (Red+Green+Blue) = 179+125+131=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37D83 is #4C827C. Grayscale: #8D8D8D. Windows color (decimal): -5014141 or 8617395. OLE color: 8617395.
HSL color Cylindrical-coordinate representation of color #B37D83: hue angle of 353.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 #B37D83 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 131 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.30 |
| HSL | 353.33º | 0.26% | 0.6% | - |
| HSV(B) | 353.33º | 0.3% | 0.7% | - |
| XYZ | 30.02 | 25.89 | 24.89 | - |
| YUV | 141.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 131 | 0 | 0.30 | 0.27 | 0.30 | 353.33 | 0.26 | 0.6 |
| Hex | B3 | 7D | 83 | 0 | 1E | 1B | 1E | 161 | 1A | 3C |
| Octal | 263 | 175 | 203 | 0 | 36 | 33 | 36 | 541 | 32 | 74 |
| Binary | 10110011 | 1111101 | 10000011 | 0 | 11110 | 11011 | 11110 | 101100001 | 11010 | 111100 |
Color Harmonies of #B37D83
Complementary color
Monochromatic Colors of #B37D83
Black with #B37D83
Text Example
Text Example
White with #B37D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D83; }
p { color: rgb(179,125,131); }
H1.HeaderClassName
{
color: #B37D83;
}
.AnyTagClassName
{
color: #B37D83;
}
</style>
background-color css
<style>
a { background-color: #B37D83; }
a { background-color: rgb(179,125,131); }
div.DivClassName
{
background-color: #B37D83;
}
.BgClassName
{
background-color: #B37D83;
}
</style>
border-color css
<style>
span { border-color: #B37D83; }
span { border-color: rgb(179,125,131); }
td.TdClassName
{
border-color: #B37D83;
}
.TagClassName
{
border-color: #B37D83;
}
</style>