Shades of Tapestry #B8698E
Tints of Tapestry #B8698E
RGB
CMYK
RGB Variations
Color information
#B8698E (or 0xB8698E) is known color: Tapestry. HEX triplet: B8, 69 and 8E. RGB value is (184,105,142). Sum of RGB (Red+Green+Blue) = 184+105+142=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B8698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8698E is #479671. Grayscale: #848484. Windows color (decimal): -4691570 or 9333176. OLE color: 9333176.
HSL color Cylindrical-coordinate representation of color #B8698E: hue angle of 331.9º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8698E is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 142 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.28 |
| HSL | 331.9º | 0.36% | 0.57% | - |
| HSV(B) | 331.9º | 0.43% | 0.72% | - |
| XYZ | 29.7 | 22.25 | 28.32 | - |
| YUV | 132.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 142 | 0 | 0.43 | 0.23 | 0.28 | 331.9 | 0.36 | 0.57 |
| Hex | B8 | 69 | 8E | 0 | 2B | 17 | 1C | 14C | 24 | 39 |
| Octal | 270 | 151 | 216 | 0 | 53 | 27 | 34 | 514 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10001110 | 0 | 101011 | 10111 | 11100 | 101001100 | 100100 | 111001 |
Color Harmonies of #B8698E
Complementary color
Monochromatic Colors of #B8698E
Black with #B8698E
Text Example
Text Example
White with #B8698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8698E; }
p { color: rgb(184,105,142); }
H1.HeaderClassName
{
color: #B8698E;
}
.AnyTagClassName
{
color: #B8698E;
}
</style>
background-color css
<style>
a { background-color: #B8698E; }
a { background-color: rgb(184,105,142); }
div.DivClassName
{
background-color: #B8698E;
}
.BgClassName
{
background-color: #B8698E;
}
</style>
border-color css
<style>
span { border-color: #B8698E; }
span { border-color: rgb(184,105,142); }
td.TdClassName
{
border-color: #B8698E;
}
.TagClassName
{
border-color: #B8698E;
}
</style>