Shades of Tapestry #B8737C
Tints of Tapestry #B8737C
RGB
CMYK
RGB Variations
Color information
#B8737C (or 0xB8737C) is known color: Tapestry. HEX triplet: B8, 73 and 7C. RGB value is (184,115,124). Sum of RGB (Red+Green+Blue) = 184+115+124=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8737C is #478C83. Grayscale: #888888. Windows color (decimal): -4689028 or 8156088. OLE color: 8156088.
HSL color Cylindrical-coordinate representation of color #B8737C: hue angle of 352.17º 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 #B8737C is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 124 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.28 |
| HSL | 352.17º | 0.33% | 0.59% | - |
| HSV(B) | 352.17º | 0.38% | 0.72% | - |
| XYZ | 29.54 | 23.91 | 22.13 | - |
| YUV | 136.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 124 | 0 | 0.38 | 0.33 | 0.28 | 352.17 | 0.33 | 0.59 |
| Hex | B8 | 73 | 7C | 0 | 26 | 21 | 1C | 160 | 21 | 3B |
| Octal | 270 | 163 | 174 | 0 | 46 | 41 | 34 | 540 | 41 | 73 |
| Binary | 10111000 | 1110011 | 1111100 | 0 | 100110 | 100001 | 11100 | 101100000 | 100001 | 111011 |
Color Harmonies of #B8737C
Complementary color
Monochromatic Colors of #B8737C
Black with #B8737C
Text Example
Text Example
White with #B8737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8737C; }
p { color: rgb(184,115,124); }
H1.HeaderClassName
{
color: #B8737C;
}
.AnyTagClassName
{
color: #B8737C;
}
</style>
background-color css
<style>
a { background-color: #B8737C; }
a { background-color: rgb(184,115,124); }
div.DivClassName
{
background-color: #B8737C;
}
.BgClassName
{
background-color: #B8737C;
}
</style>
border-color css
<style>
span { border-color: #B8737C; }
span { border-color: rgb(184,115,124); }
td.TdClassName
{
border-color: #B8737C;
}
.TagClassName
{
border-color: #B8737C;
}
</style>