Shades of Tapestry #B8687E
Tints of Tapestry #B8687E
RGB
CMYK
RGB Variations
Color information
#B8687E (or 0xB8687E) is known color: Tapestry. HEX triplet: B8, 68 and 7E. RGB value is (184,104,126). Sum of RGB (Red+Green+Blue) = 184+104+126=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8687E is #479781. Grayscale: #828282. Windows color (decimal): -4691842 or 8284344. OLE color: 8284344.
HSL color Cylindrical-coordinate representation of color #B8687E: hue angle of 343.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8687E is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 126 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.28 |
| HSL | 343.5º | 0.36% | 0.56% | - |
| HSV(B) | 343.5º | 0.43% | 0.72% | - |
| XYZ | 28.48 | 21.6 | 22.41 | - |
| YUV | 130.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 126 | 0 | 0.43 | 0.32 | 0.28 | 343.5 | 0.36 | 0.56 |
| Hex | B8 | 68 | 7E | 0 | 2B | 20 | 1C | 158 | 24 | 38 |
| Octal | 270 | 150 | 176 | 0 | 53 | 40 | 34 | 530 | 44 | 70 |
| Binary | 10111000 | 1101000 | 1111110 | 0 | 101011 | 100000 | 11100 | 101011000 | 100100 | 111000 |
Color Harmonies of #B8687E
Complementary color
Monochromatic Colors of #B8687E
Black with #B8687E
Text Example
Text Example
White with #B8687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8687E; }
p { color: rgb(184,104,126); }
H1.HeaderClassName
{
color: #B8687E;
}
.AnyTagClassName
{
color: #B8687E;
}
</style>
background-color css
<style>
a { background-color: #B8687E; }
a { background-color: rgb(184,104,126); }
div.DivClassName
{
background-color: #B8687E;
}
.BgClassName
{
background-color: #B8687E;
}
</style>
border-color css
<style>
span { border-color: #B8687E; }
span { border-color: rgb(184,104,126); }
td.TdClassName
{
border-color: #B8687E;
}
.TagClassName
{
border-color: #B8687E;
}
</style>