Shades of Tapestry #B7737F
Tints of Tapestry #B7737F
RGB
CMYK
RGB Variations
Color information
#B7737F (or 0xB7737F) is known color: Tapestry. HEX triplet: B7, 73 and 7F. RGB value is (183,115,127). Sum of RGB (Red+Green+Blue) = 183+115+127=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7737F is #488C80. Grayscale: #888888. Windows color (decimal): -4754561 or 8352695. OLE color: 8352695.
HSL color Cylindrical-coordinate representation of color #B7737F: hue angle of 349.41º 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 #B7737F is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 127 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.28 |
| HSL | 349.41º | 0.32% | 0.58% | - |
| HSV(B) | 349.41º | 0.37% | 0.72% | - |
| XYZ | 29.49 | 23.86 | 23.13 | - |
| YUV | 136.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 127 | 0 | 0.37 | 0.31 | 0.28 | 349.41 | 0.32 | 0.58 |
| Hex | B7 | 73 | 7F | 0 | 25 | 1F | 1C | 15D | 20 | 3A |
| Octal | 267 | 163 | 177 | 0 | 45 | 37 | 34 | 535 | 40 | 72 |
| Binary | 10110111 | 1110011 | 1111111 | 0 | 100101 | 11111 | 11100 | 101011101 | 100000 | 111010 |
Color Harmonies of #B7737F
Complementary color
Monochromatic Colors of #B7737F
Black with #B7737F
Text Example
Text Example
White with #B7737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7737F; }
p { color: rgb(183,115,127); }
H1.HeaderClassName
{
color: #B7737F;
}
.AnyTagClassName
{
color: #B7737F;
}
</style>
background-color css
<style>
a { background-color: #B7737F; }
a { background-color: rgb(183,115,127); }
div.DivClassName
{
background-color: #B7737F;
}
.BgClassName
{
background-color: #B7737F;
}
</style>
border-color css
<style>
span { border-color: #B7737F; }
span { border-color: rgb(183,115,127); }
td.TdClassName
{
border-color: #B7737F;
}
.TagClassName
{
border-color: #B7737F;
}
</style>