Shades of Tapestry #B37F93
Tints of Tapestry #B37F93
RGB
CMYK
RGB Variations
Color information
#B37F93 (or 0xB37F93) is known color: Tapestry. HEX triplet: B3, 7F and 93. RGB value is (179,127,147). Sum of RGB (Red+Green+Blue) = 179+127+147=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F93 is #4C806C. Grayscale: #909090. Windows color (decimal): -5013613 or 9666483. OLE color: 9666483.
HSL color Cylindrical-coordinate representation of color #B37F93: hue angle of 336.92º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B37F93 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 147 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.30 |
| HSL | 336.92º | 0.25% | 0.6% | - |
| HSV(B) | 336.92º | 0.29% | 0.7% | - |
| XYZ | 31.45 | 26.87 | 31.13 | - |
| YUV | 144.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 147 | 0 | 0.29 | 0.18 | 0.30 | 336.92 | 0.25 | 0.6 |
| Hex | B3 | 7F | 93 | 0 | 1D | 12 | 1E | 151 | 19 | 3C |
| Octal | 263 | 177 | 223 | 0 | 35 | 22 | 36 | 521 | 31 | 74 |
| Binary | 10110011 | 1111111 | 10010011 | 0 | 11101 | 10010 | 11110 | 101010001 | 11001 | 111100 |
Color Harmonies of #B37F93
Complementary color
Monochromatic Colors of #B37F93
Black with #B37F93
Text Example
Text Example
White with #B37F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F93; }
p { color: rgb(179,127,147); }
H1.HeaderClassName
{
color: #B37F93;
}
.AnyTagClassName
{
color: #B37F93;
}
</style>
background-color css
<style>
a { background-color: #B37F93; }
a { background-color: rgb(179,127,147); }
div.DivClassName
{
background-color: #B37F93;
}
.BgClassName
{
background-color: #B37F93;
}
</style>
border-color css
<style>
span { border-color: #B37F93; }
span { border-color: rgb(179,127,147); }
td.TdClassName
{
border-color: #B37F93;
}
.TagClassName
{
border-color: #B37F93;
}
</style>