Shades of Tapestry #B8737E
Tints of Tapestry #B8737E
RGB
CMYK
RGB Variations
Color information
#B8737E (or 0xB8737E) is known color: Tapestry. HEX triplet: B8, 73 and 7E. RGB value is (184,115,126). Sum of RGB (Red+Green+Blue) = 184+115+126=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8737E is #478C81. Grayscale: #888888. Windows color (decimal): -4689026 or 8287160. OLE color: 8287160.
HSL color Cylindrical-coordinate representation of color #B8737E: hue angle of 350.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8737E is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 126 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.28 |
| HSL | 350.43º | 0.33% | 0.59% | - |
| HSV(B) | 350.43º | 0.38% | 0.72% | - |
| XYZ | 29.66 | 23.96 | 22.8 | - |
| YUV | 136.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 126 | 0 | 0.38 | 0.32 | 0.28 | 350.43 | 0.33 | 0.59 |
| Hex | B8 | 73 | 7E | 0 | 26 | 20 | 1C | 15E | 21 | 3B |
| Octal | 270 | 163 | 176 | 0 | 46 | 40 | 34 | 536 | 41 | 73 |
| Binary | 10111000 | 1110011 | 1111110 | 0 | 100110 | 100000 | 11100 | 101011110 | 100001 | 111011 |
Color Harmonies of #B8737E
Complementary color
Monochromatic Colors of #B8737E
Black with #B8737E
Text Example
Text Example
White with #B8737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8737E; }
p { color: rgb(184,115,126); }
H1.HeaderClassName
{
color: #B8737E;
}
.AnyTagClassName
{
color: #B8737E;
}
</style>
background-color css
<style>
a { background-color: #B8737E; }
a { background-color: rgb(184,115,126); }
div.DivClassName
{
background-color: #B8737E;
}
.BgClassName
{
background-color: #B8737E;
}
</style>
border-color css
<style>
span { border-color: #B8737E; }
span { border-color: rgb(184,115,126); }
td.TdClassName
{
border-color: #B8737E;
}
.TagClassName
{
border-color: #B8737E;
}
</style>