Shades of Tapestry #B8747F
Tints of Tapestry #B8747F
RGB
CMYK
RGB Variations
Color information
#B8747F (or 0xB8747F) is known color: Tapestry. HEX triplet: B8, 74 and 7F. RGB value is (184,116,127). Sum of RGB (Red+Green+Blue) = 184+116+127=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8747F is #478B80. Grayscale: #898989. Windows color (decimal): -4688769 or 8352952. OLE color: 8352952.
HSL color Cylindrical-coordinate representation of color #B8747F: hue angle of 350.29º 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 #B8747F is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 127 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.28 |
| HSL | 350.29º | 0.32% | 0.59% | - |
| HSV(B) | 350.29º | 0.37% | 0.72% | - |
| XYZ | 29.84 | 24.21 | 23.18 | - |
| YUV | 137.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 127 | 0 | 0.37 | 0.31 | 0.28 | 350.29 | 0.32 | 0.59 |
| Hex | B8 | 74 | 7F | 0 | 25 | 1F | 1C | 15E | 20 | 3B |
| Octal | 270 | 164 | 177 | 0 | 45 | 37 | 34 | 536 | 40 | 73 |
| Binary | 10111000 | 1110100 | 1111111 | 0 | 100101 | 11111 | 11100 | 101011110 | 100000 | 111011 |
Color Harmonies of #B8747F
Complementary color
Monochromatic Colors of #B8747F
Black with #B8747F
Text Example
Text Example
White with #B8747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8747F; }
p { color: rgb(184,116,127); }
H1.HeaderClassName
{
color: #B8747F;
}
.AnyTagClassName
{
color: #B8747F;
}
</style>
background-color css
<style>
a { background-color: #B8747F; }
a { background-color: rgb(184,116,127); }
div.DivClassName
{
background-color: #B8747F;
}
.BgClassName
{
background-color: #B8747F;
}
</style>
border-color css
<style>
span { border-color: #B8747F; }
span { border-color: rgb(184,116,127); }
td.TdClassName
{
border-color: #B8747F;
}
.TagClassName
{
border-color: #B8747F;
}
</style>