Shades of Tapestry #B7747D
Tints of Tapestry #B7747D
RGB
CMYK
RGB Variations
Color information
#B7747D (or 0xB7747D) is known color: Tapestry. HEX triplet: B7, 74 and 7D. RGB value is (183,116,125). Sum of RGB (Red+Green+Blue) = 183+116+125=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7747D is #488B82. Grayscale: #898989. Windows color (decimal): -4754307 or 8221879. OLE color: 8221879.
HSL color Cylindrical-coordinate representation of color #B7747D: hue angle of 351.94º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7747D is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 125 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.28 |
| HSL | 351.94º | 0.32% | 0.59% | - |
| HSV(B) | 351.94º | 0.37% | 0.72% | - |
| XYZ | 29.48 | 24.04 | 22.49 | - |
| YUV | 137.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 125 | 0 | 0.37 | 0.32 | 0.28 | 351.94 | 0.32 | 0.59 |
| Hex | B7 | 74 | 7D | 0 | 25 | 20 | 1C | 160 | 20 | 3B |
| Octal | 267 | 164 | 175 | 0 | 45 | 40 | 34 | 540 | 40 | 73 |
| Binary | 10110111 | 1110100 | 1111101 | 0 | 100101 | 100000 | 11100 | 101100000 | 100000 | 111011 |
Color Harmonies of #B7747D
Complementary color
Monochromatic Colors of #B7747D
Black with #B7747D
Text Example
Text Example
White with #B7747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7747D; }
p { color: rgb(183,116,125); }
H1.HeaderClassName
{
color: #B7747D;
}
.AnyTagClassName
{
color: #B7747D;
}
</style>
background-color css
<style>
a { background-color: #B7747D; }
a { background-color: rgb(183,116,125); }
div.DivClassName
{
background-color: #B7747D;
}
.BgClassName
{
background-color: #B7747D;
}
</style>
border-color css
<style>
span { border-color: #B7747D; }
span { border-color: rgb(183,116,125); }
td.TdClassName
{
border-color: #B7747D;
}
.TagClassName
{
border-color: #B7747D;
}
</style>