Shades of Tapestry #B8647A
Tints of Tapestry #B8647A
RGB
CMYK
RGB Variations
Color information
#B8647A (or 0xB8647A) is known color: Tapestry. HEX triplet: B8, 64 and 7A. RGB value is (184,100,122). Sum of RGB (Red+Green+Blue) = 184+100+122=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8647A is #479B85. Grayscale: #7F7F7F. Windows color (decimal): -4692870 or 8021176. OLE color: 8021176.
HSL color Cylindrical-coordinate representation of color #B8647A: hue angle of 344.29º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8647A is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 100 | 122 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.28 |
| HSL | 344.29º | 0.37% | 0.56% | - |
| HSV(B) | 344.29º | 0.46% | 0.72% | - |
| XYZ | 27.84 | 20.71 | 20.94 | - |
| YUV | 127.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 122 | 0 | 0.46 | 0.34 | 0.28 | 344.29 | 0.37 | 0.56 |
| Hex | B8 | 64 | 7A | 0 | 2E | 22 | 1C | 158 | 25 | 38 |
| Octal | 270 | 144 | 172 | 0 | 56 | 42 | 34 | 530 | 45 | 70 |
| Binary | 10111000 | 1100100 | 1111010 | 0 | 101110 | 100010 | 11100 | 101011000 | 100101 | 111000 |
Color Harmonies of #B8647A
Complementary color
Monochromatic Colors of #B8647A
Black with #B8647A
Text Example
Text Example
White with #B8647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8647A; }
p { color: rgb(184,100,122); }
H1.HeaderClassName
{
color: #B8647A;
}
.AnyTagClassName
{
color: #B8647A;
}
</style>
background-color css
<style>
a { background-color: #B8647A; }
a { background-color: rgb(184,100,122); }
div.DivClassName
{
background-color: #B8647A;
}
.BgClassName
{
background-color: #B8647A;
}
</style>
border-color css
<style>
span { border-color: #B8647A; }
span { border-color: rgb(184,100,122); }
td.TdClassName
{
border-color: #B8647A;
}
.TagClassName
{
border-color: #B8647A;
}
</style>