Shades of Tapestry #B8747E
Tints of Tapestry #B8747E
RGB
CMYK
RGB Variations
Color information
#B8747E (or 0xB8747E) is known color: Tapestry. HEX triplet: B8, 74 and 7E. RGB value is (184,116,126). Sum of RGB (Red+Green+Blue) = 184+116+126=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8747E is #478B81. Grayscale: #898989. Windows color (decimal): -4688770 or 8287416. OLE color: 8287416.
HSL color Cylindrical-coordinate representation of color #B8747E: hue angle of 351.18º 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 #B8747E is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 126 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.28 |
| HSL | 351.18º | 0.32% | 0.59% | - |
| HSV(B) | 351.18º | 0.37% | 0.72% | - |
| XYZ | 29.78 | 24.19 | 22.84 | - |
| YUV | 137.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 126 | 0 | 0.37 | 0.32 | 0.28 | 351.18 | 0.32 | 0.59 |
| Hex | B8 | 74 | 7E | 0 | 25 | 20 | 1C | 15F | 20 | 3B |
| Octal | 270 | 164 | 176 | 0 | 45 | 40 | 34 | 537 | 40 | 73 |
| Binary | 10111000 | 1110100 | 1111110 | 0 | 100101 | 100000 | 11100 | 101011111 | 100000 | 111011 |
Color Harmonies of #B8747E
Complementary color
Monochromatic Colors of #B8747E
Black with #B8747E
Text Example
Text Example
White with #B8747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8747E; }
p { color: rgb(184,116,126); }
H1.HeaderClassName
{
color: #B8747E;
}
.AnyTagClassName
{
color: #B8747E;
}
</style>
background-color css
<style>
a { background-color: #B8747E; }
a { background-color: rgb(184,116,126); }
div.DivClassName
{
background-color: #B8747E;
}
.BgClassName
{
background-color: #B8747E;
}
</style>
border-color css
<style>
span { border-color: #B8747E; }
span { border-color: rgb(184,116,126); }
td.TdClassName
{
border-color: #B8747E;
}
.TagClassName
{
border-color: #B8747E;
}
</style>