Shades of Tapestry #B8748F
Tints of Tapestry #B8748F
RGB
CMYK
RGB Variations
Color information
#B8748F (or 0xB8748F) is known color: Tapestry. HEX triplet: B8, 74 and 8F. RGB value is (184,116,143). Sum of RGB (Red+Green+Blue) = 184+116+143=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8748F is #478B70. Grayscale: #8B8B8B. Windows color (decimal): -4688753 or 9401528. OLE color: 9401528.
HSL color Cylindrical-coordinate representation of color #B8748F: hue angle of 336.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 #B8748F is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 143 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.28 |
| HSL | 336.18º | 0.32% | 0.59% | - |
| HSV(B) | 336.18º | 0.37% | 0.72% | - |
| XYZ | 30.97 | 24.66 | 29.11 | - |
| YUV | 139.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 143 | 0 | 0.37 | 0.22 | 0.28 | 336.18 | 0.32 | 0.59 |
| Hex | B8 | 74 | 8F | 0 | 25 | 16 | 1C | 150 | 20 | 3B |
| Octal | 270 | 164 | 217 | 0 | 45 | 26 | 34 | 520 | 40 | 73 |
| Binary | 10111000 | 1110100 | 10001111 | 0 | 100101 | 10110 | 11100 | 101010000 | 100000 | 111011 |
Color Harmonies of #B8748F
Complementary color
Monochromatic Colors of #B8748F
Black with #B8748F
Text Example
Text Example
White with #B8748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8748F; }
p { color: rgb(184,116,143); }
H1.HeaderClassName
{
color: #B8748F;
}
.AnyTagClassName
{
color: #B8748F;
}
</style>
background-color css
<style>
a { background-color: #B8748F; }
a { background-color: rgb(184,116,143); }
div.DivClassName
{
background-color: #B8748F;
}
.BgClassName
{
background-color: #B8748F;
}
</style>
border-color css
<style>
span { border-color: #B8748F; }
span { border-color: rgb(184,116,143); }
td.TdClassName
{
border-color: #B8748F;
}
.TagClassName
{
border-color: #B8748F;
}
</style>