Shades of Tapestry #B8698D
Tints of Tapestry #B8698D
RGB
CMYK
RGB Variations
Color information
#B8698D (or 0xB8698D) is known color: Tapestry. HEX triplet: B8, 69 and 8D. RGB value is (184,105,141). Sum of RGB (Red+Green+Blue) = 184+105+141=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8698D is #479672. Grayscale: #848484. Windows color (decimal): -4691571 or 9267640. OLE color: 9267640.
HSL color Cylindrical-coordinate representation of color #B8698D: hue angle of 332.66º 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 #B8698D is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 141 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.28 |
| HSL | 332.66º | 0.36% | 0.57% | - |
| HSV(B) | 332.66º | 0.43% | 0.72% | - |
| XYZ | 29.63 | 22.22 | 27.93 | - |
| YUV | 132.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 141 | 0 | 0.43 | 0.23 | 0.28 | 332.66 | 0.36 | 0.57 |
| Hex | B8 | 69 | 8D | 0 | 2B | 17 | 1C | 14D | 24 | 39 |
| Octal | 270 | 151 | 215 | 0 | 53 | 27 | 34 | 515 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10001101 | 0 | 101011 | 10111 | 11100 | 101001101 | 100100 | 111001 |
Color Harmonies of #B8698D
Complementary color
Monochromatic Colors of #B8698D
Black with #B8698D
Text Example
Text Example
White with #B8698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8698D; }
p { color: rgb(184,105,141); }
H1.HeaderClassName
{
color: #B8698D;
}
.AnyTagClassName
{
color: #B8698D;
}
</style>
background-color css
<style>
a { background-color: #B8698D; }
a { background-color: rgb(184,105,141); }
div.DivClassName
{
background-color: #B8698D;
}
.BgClassName
{
background-color: #B8698D;
}
</style>
border-color css
<style>
span { border-color: #B8698D; }
span { border-color: rgb(184,105,141); }
td.TdClassName
{
border-color: #B8698D;
}
.TagClassName
{
border-color: #B8698D;
}
</style>