Shades of Tapestry #B7737C
Tints of Tapestry #B7737C
RGB
CMYK
RGB Variations
Color information
#B7737C (or 0xB7737C) is known color: Tapestry. HEX triplet: B7, 73 and 7C. RGB value is (183,115,124). Sum of RGB (Red+Green+Blue) = 183+115+124=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7737C is #488C83. Grayscale: #888888. Windows color (decimal): -4754564 or 8156087. OLE color: 8156087.
HSL color Cylindrical-coordinate representation of color #B7737C: hue angle of 352.06º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7737C is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 124 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.28 |
| HSL | 352.06º | 0.32% | 0.58% | - |
| HSV(B) | 352.06º | 0.37% | 0.72% | - |
| XYZ | 29.3 | 23.78 | 22.12 | - |
| YUV | 136.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 124 | 0 | 0.37 | 0.32 | 0.28 | 352.06 | 0.32 | 0.58 |
| Hex | B7 | 73 | 7C | 0 | 25 | 20 | 1C | 160 | 20 | 3A |
| Octal | 267 | 163 | 174 | 0 | 45 | 40 | 34 | 540 | 40 | 72 |
| Binary | 10110111 | 1110011 | 1111100 | 0 | 100101 | 100000 | 11100 | 101100000 | 100000 | 111010 |
Color Harmonies of #B7737C
Complementary color
Monochromatic Colors of #B7737C
Black with #B7737C
Text Example
Text Example
White with #B7737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7737C; }
p { color: rgb(183,115,124); }
H1.HeaderClassName
{
color: #B7737C;
}
.AnyTagClassName
{
color: #B7737C;
}
</style>
background-color css
<style>
a { background-color: #B7737C; }
a { background-color: rgb(183,115,124); }
div.DivClassName
{
background-color: #B7737C;
}
.BgClassName
{
background-color: #B7737C;
}
</style>
border-color css
<style>
span { border-color: #B7737C; }
span { border-color: rgb(183,115,124); }
td.TdClassName
{
border-color: #B7737C;
}
.TagClassName
{
border-color: #B7737C;
}
</style>