Shades of Tapestry #B37D8A
Tints of Tapestry #B37D8A
RGB
CMYK
RGB Variations
Color information
#B37D8A (or 0xB37D8A) is known color: Tapestry. HEX triplet: B3, 7D and 8A. RGB value is (179,125,138). Sum of RGB (Red+Green+Blue) = 179+125+138=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37D8A is #4C8275. Grayscale: #8E8E8E. Windows color (decimal): -5014134 or 9076147. OLE color: 9076147.
HSL color Cylindrical-coordinate representation of color #B37D8A: hue angle of 345.56º 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 #B37D8A is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 138 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.30 |
| HSL | 345.56º | 0.26% | 0.6% | - |
| HSV(B) | 345.56º | 0.3% | 0.7% | - |
| XYZ | 30.51 | 26.09 | 27.47 | - |
| YUV | 142.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 138 | 0 | 0.30 | 0.23 | 0.30 | 345.56 | 0.26 | 0.6 |
| Hex | B3 | 7D | 8A | 0 | 1E | 17 | 1E | 15A | 1A | 3C |
| Octal | 263 | 175 | 212 | 0 | 36 | 27 | 36 | 532 | 32 | 74 |
| Binary | 10110011 | 1111101 | 10001010 | 0 | 11110 | 10111 | 11110 | 101011010 | 11010 | 111100 |
Color Harmonies of #B37D8A
Complementary color
Monochromatic Colors of #B37D8A
Black with #B37D8A
Text Example
Text Example
White with #B37D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D8A; }
p { color: rgb(179,125,138); }
H1.HeaderClassName
{
color: #B37D8A;
}
.AnyTagClassName
{
color: #B37D8A;
}
</style>
background-color css
<style>
a { background-color: #B37D8A; }
a { background-color: rgb(179,125,138); }
div.DivClassName
{
background-color: #B37D8A;
}
.BgClassName
{
background-color: #B37D8A;
}
</style>
border-color css
<style>
span { border-color: #B37D8A; }
span { border-color: rgb(179,125,138); }
td.TdClassName
{
border-color: #B37D8A;
}
.TagClassName
{
border-color: #B37D8A;
}
</style>