Shades of Tapestry #B8698F
Tints of Tapestry #B8698F
RGB
CMYK
RGB Variations
Color information
#B8698F (or 0xB8698F) is known color: Tapestry. HEX triplet: B8, 69 and 8F. RGB value is (184,105,143). Sum of RGB (Red+Green+Blue) = 184+105+143=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B8698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8698F is #479670. Grayscale: #848484. Windows color (decimal): -4691569 or 9398712. OLE color: 9398712.
HSL color Cylindrical-coordinate representation of color #B8698F: hue angle of 331.14º 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 #B8698F is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 143 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.28 |
| HSL | 331.14º | 0.36% | 0.57% | - |
| HSV(B) | 331.14º | 0.43% | 0.72% | - |
| XYZ | 29.78 | 22.28 | 28.72 | - |
| YUV | 132.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 143 | 0 | 0.43 | 0.22 | 0.28 | 331.14 | 0.36 | 0.57 |
| Hex | B8 | 69 | 8F | 0 | 2B | 16 | 1C | 14B | 24 | 39 |
| Octal | 270 | 151 | 217 | 0 | 53 | 26 | 34 | 513 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10001111 | 0 | 101011 | 10110 | 11100 | 101001011 | 100100 | 111001 |
Color Harmonies of #B8698F
Complementary color
Monochromatic Colors of #B8698F
Black with #B8698F
Text Example
Text Example
White with #B8698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8698F; }
p { color: rgb(184,105,143); }
H1.HeaderClassName
{
color: #B8698F;
}
.AnyTagClassName
{
color: #B8698F;
}
</style>
background-color css
<style>
a { background-color: #B8698F; }
a { background-color: rgb(184,105,143); }
div.DivClassName
{
background-color: #B8698F;
}
.BgClassName
{
background-color: #B8698F;
}
</style>
border-color css
<style>
span { border-color: #B8698F; }
span { border-color: rgb(184,105,143); }
td.TdClassName
{
border-color: #B8698F;
}
.TagClassName
{
border-color: #B8698F;
}
</style>