Shades of Tapestry #B3797F
Tints of Tapestry #B3797F
RGB
CMYK
RGB Variations
Color information
#B3797F (or 0xB3797F) is known color: Tapestry. HEX triplet: B3, 79 and 7F. RGB value is (179,121,127). Sum of RGB (Red+Green+Blue) = 179+121+127=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B3797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3797F is #4C8680. Grayscale: #8B8B8B. Windows color (decimal): -5015169 or 8354227. OLE color: 8354227.
HSL color Cylindrical-coordinate representation of color #B3797F: hue angle of 353.79º degrees, saturation: 0.28, 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 #B3797F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 127 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.30 |
| HSL | 353.79º | 0.28% | 0.59% | - |
| HSV(B) | 353.79º | 0.32% | 0.7% | - |
| XYZ | 29.26 | 24.79 | 23.32 | - |
| YUV | 139.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 127 | 0 | 0.32 | 0.29 | 0.30 | 353.79 | 0.28 | 0.59 |
| Hex | B3 | 79 | 7F | 0 | 20 | 1D | 1E | 162 | 1C | 3B |
| Octal | 263 | 171 | 177 | 0 | 40 | 35 | 36 | 542 | 34 | 73 |
| Binary | 10110011 | 1111001 | 1111111 | 0 | 100000 | 11101 | 11110 | 101100010 | 11100 | 111011 |
Color Harmonies of #B3797F
Complementary color
Monochromatic Colors of #B3797F
Black with #B3797F
Text Example
Text Example
White with #B3797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3797F; }
p { color: rgb(179,121,127); }
H1.HeaderClassName
{
color: #B3797F;
}
.AnyTagClassName
{
color: #B3797F;
}
</style>
background-color css
<style>
a { background-color: #B3797F; }
a { background-color: rgb(179,121,127); }
div.DivClassName
{
background-color: #B3797F;
}
.BgClassName
{
background-color: #B3797F;
}
</style>
border-color css
<style>
span { border-color: #B3797F; }
span { border-color: rgb(179,121,127); }
td.TdClassName
{
border-color: #B3797F;
}
.TagClassName
{
border-color: #B3797F;
}
</style>