Shades of Tapestry #B7747B
Tints of Tapestry #B7747B
RGB
CMYK
RGB Variations
Color information
#B7747B (or 0xB7747B) is known color: Tapestry. HEX triplet: B7, 74 and 7B. RGB value is (183,116,123). Sum of RGB (Red+Green+Blue) = 183+116+123=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7747B is #488B84. Grayscale: #888888. Windows color (decimal): -4754309 or 8090807. OLE color: 8090807.
HSL color Cylindrical-coordinate representation of color #B7747B: hue angle of 353.73º 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 #B7747B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 123 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.28 |
| HSL | 353.73º | 0.32% | 0.59% | - |
| HSV(B) | 353.73º | 0.37% | 0.72% | - |
| XYZ | 29.35 | 23.99 | 21.82 | - |
| YUV | 136.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 123 | 0 | 0.37 | 0.33 | 0.28 | 353.73 | 0.32 | 0.59 |
| Hex | B7 | 74 | 7B | 0 | 25 | 21 | 1C | 162 | 20 | 3B |
| Octal | 267 | 164 | 173 | 0 | 45 | 41 | 34 | 542 | 40 | 73 |
| Binary | 10110111 | 1110100 | 1111011 | 0 | 100101 | 100001 | 11100 | 101100010 | 100000 | 111011 |
Color Harmonies of #B7747B
Complementary color
Monochromatic Colors of #B7747B
Black with #B7747B
Text Example
Text Example
White with #B7747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7747B; }
p { color: rgb(183,116,123); }
H1.HeaderClassName
{
color: #B7747B;
}
.AnyTagClassName
{
color: #B7747B;
}
</style>
background-color css
<style>
a { background-color: #B7747B; }
a { background-color: rgb(183,116,123); }
div.DivClassName
{
background-color: #B7747B;
}
.BgClassName
{
background-color: #B7747B;
}
</style>
border-color css
<style>
span { border-color: #B7747B; }
span { border-color: rgb(183,116,123); }
td.TdClassName
{
border-color: #B7747B;
}
.TagClassName
{
border-color: #B7747B;
}
</style>