Shades of Tapestry #B3787E
Tints of Tapestry #B3787E
RGB
CMYK
RGB Variations
Color information
#B3787E (or 0xB3787E) is known color: Tapestry. HEX triplet: B3, 78 and 7E. RGB value is (179,120,126). Sum of RGB (Red+Green+Blue) = 179+120+126=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3787E is #4C8781. Grayscale: #8A8A8A. Windows color (decimal): -5015426 or 8288435. OLE color: 8288435.
HSL color Cylindrical-coordinate representation of color #B3787E: hue angle of 353.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3787E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 126 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.30 |
| HSL | 353.9º | 0.28% | 0.59% | - |
| HSV(B) | 353.9º | 0.33% | 0.7% | - |
| XYZ | 29.07 | 24.52 | 22.94 | - |
| YUV | 138.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 126 | 0 | 0.33 | 0.30 | 0.30 | 353.9 | 0.28 | 0.59 |
| Hex | B3 | 78 | 7E | 0 | 21 | 1E | 1E | 162 | 1C | 3B |
| Octal | 263 | 170 | 176 | 0 | 41 | 36 | 36 | 542 | 34 | 73 |
| Binary | 10110011 | 1111000 | 1111110 | 0 | 100001 | 11110 | 11110 | 101100010 | 11100 | 111011 |
Color Harmonies of #B3787E
Complementary color
Monochromatic Colors of #B3787E
Black with #B3787E
Text Example
Text Example
White with #B3787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3787E; }
p { color: rgb(179,120,126); }
H1.HeaderClassName
{
color: #B3787E;
}
.AnyTagClassName
{
color: #B3787E;
}
</style>
background-color css
<style>
a { background-color: #B3787E; }
a { background-color: rgb(179,120,126); }
div.DivClassName
{
background-color: #B3787E;
}
.BgClassName
{
background-color: #B3787E;
}
</style>
border-color css
<style>
span { border-color: #B3787E; }
span { border-color: rgb(179,120,126); }
td.TdClassName
{
border-color: #B3787E;
}
.TagClassName
{
border-color: #B3787E;
}
</style>