Shades of Tapestry #B2797F
Tints of Tapestry #B2797F
RGB
CMYK
RGB Variations
Color information
#B2797F (or 0xB2797F) is known color: Tapestry. HEX triplet: B2, 79 and 7F. RGB value is (178,121,127). Sum of RGB (Red+Green+Blue) = 178+121+127=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2797F is #4D8680. Grayscale: #8A8A8A. Windows color (decimal): -5080705 or 8354226. OLE color: 8354226.
HSL color Cylindrical-coordinate representation of color #B2797F: hue angle of 353.68º 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 #B2797F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 127 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.30 |
| HSL | 353.68º | 0.27% | 0.59% | - |
| HSV(B) | 353.68º | 0.32% | 0.7% | - |
| XYZ | 29.03 | 24.67 | 23.31 | - |
| YUV | 138.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 127 | 0 | 0.32 | 0.29 | 0.30 | 353.68 | 0.27 | 0.59 |
| Hex | B2 | 79 | 7F | 0 | 20 | 1D | 1E | 162 | 1B | 3B |
| Octal | 262 | 171 | 177 | 0 | 40 | 35 | 36 | 542 | 33 | 73 |
| Binary | 10110010 | 1111001 | 1111111 | 0 | 100000 | 11101 | 11110 | 101100010 | 11011 | 111011 |
Color Harmonies of #B2797F
Complementary color
Monochromatic Colors of #B2797F
Black with #B2797F
Text Example
Text Example
White with #B2797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2797F; }
p { color: rgb(178,121,127); }
H1.HeaderClassName
{
color: #B2797F;
}
.AnyTagClassName
{
color: #B2797F;
}
</style>
background-color css
<style>
a { background-color: #B2797F; }
a { background-color: rgb(178,121,127); }
div.DivClassName
{
background-color: #B2797F;
}
.BgClassName
{
background-color: #B2797F;
}
</style>
border-color css
<style>
span { border-color: #B2797F; }
span { border-color: rgb(178,121,127); }
td.TdClassName
{
border-color: #B2797F;
}
.TagClassName
{
border-color: #B2797F;
}
</style>