Shades of Tapestry #B37A8B
Tints of Tapestry #B37A8B
RGB
CMYK
RGB Variations
Color information
#B37A8B (or 0xB37A8B) is known color: Tapestry. HEX triplet: B3, 7A and 8B. RGB value is (179,122,139). Sum of RGB (Red+Green+Blue) = 179+122+139=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37A8B is #4C8574. Grayscale: #8C8C8C. Windows color (decimal): -5014901 or 9140915. OLE color: 9140915.
HSL color Cylindrical-coordinate representation of color #B37A8B: hue angle of 342.11º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37A8B is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 139 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.30 |
| HSL | 342.11º | 0.27% | 0.59% | - |
| HSV(B) | 342.11º | 0.32% | 0.7% | - |
| XYZ | 30.21 | 25.37 | 27.73 | - |
| YUV | 140.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 139 | 0 | 0.32 | 0.22 | 0.30 | 342.11 | 0.27 | 0.59 |
| Hex | B3 | 7A | 8B | 0 | 20 | 16 | 1E | 156 | 1B | 3B |
| Octal | 263 | 172 | 213 | 0 | 40 | 26 | 36 | 526 | 33 | 73 |
| Binary | 10110011 | 1111010 | 10001011 | 0 | 100000 | 10110 | 11110 | 101010110 | 11011 | 111011 |
Color Harmonies of #B37A8B
Complementary color
Monochromatic Colors of #B37A8B
Black with #B37A8B
Text Example
Text Example
White with #B37A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A8B; }
p { color: rgb(179,122,139); }
H1.HeaderClassName
{
color: #B37A8B;
}
.AnyTagClassName
{
color: #B37A8B;
}
</style>
background-color css
<style>
a { background-color: #B37A8B; }
a { background-color: rgb(179,122,139); }
div.DivClassName
{
background-color: #B37A8B;
}
.BgClassName
{
background-color: #B37A8B;
}
</style>
border-color css
<style>
span { border-color: #B37A8B; }
span { border-color: rgb(179,122,139); }
td.TdClassName
{
border-color: #B37A8B;
}
.TagClassName
{
border-color: #B37A8B;
}
</style>