Shades of Tapestry #B8688E
Tints of Tapestry #B8688E
RGB
CMYK
RGB Variations
Color information
#B8688E (or 0xB8688E) is known color: Tapestry. HEX triplet: B8, 68 and 8E. RGB value is (184,104,142). Sum of RGB (Red+Green+Blue) = 184+104+142=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8688E is #479771. Grayscale: #848484. Windows color (decimal): -4691826 or 9332920. OLE color: 9332920.
HSL color Cylindrical-coordinate representation of color #B8688E: hue angle of 331.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 #B8688E is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 142 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.28 |
| HSL | 331.5º | 0.36% | 0.56% | - |
| HSV(B) | 331.5º | 0.43% | 0.72% | - |
| XYZ | 29.6 | 22.04 | 28.29 | - |
| YUV | 132.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 142 | 0 | 0.43 | 0.23 | 0.28 | 331.5 | 0.36 | 0.56 |
| Hex | B8 | 68 | 8E | 0 | 2B | 17 | 1C | 14C | 24 | 38 |
| Octal | 270 | 150 | 216 | 0 | 53 | 27 | 34 | 514 | 44 | 70 |
| Binary | 10111000 | 1101000 | 10001110 | 0 | 101011 | 10111 | 11100 | 101001100 | 100100 | 111000 |
Color Harmonies of #B8688E
Complementary color
Monochromatic Colors of #B8688E
Black with #B8688E
Text Example
Text Example
White with #B8688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8688E; }
p { color: rgb(184,104,142); }
H1.HeaderClassName
{
color: #B8688E;
}
.AnyTagClassName
{
color: #B8688E;
}
</style>
background-color css
<style>
a { background-color: #B8688E; }
a { background-color: rgb(184,104,142); }
div.DivClassName
{
background-color: #B8688E;
}
.BgClassName
{
background-color: #B8688E;
}
</style>
border-color css
<style>
span { border-color: #B8688E; }
span { border-color: rgb(184,104,142); }
td.TdClassName
{
border-color: #B8688E;
}
.TagClassName
{
border-color: #B8688E;
}
</style>