Shades of Tapestry #B8697E
Tints of Tapestry #B8697E
RGB
CMYK
RGB Variations
Color information
#B8697E (or 0xB8697E) is known color: Tapestry. HEX triplet: B8, 69 and 7E. RGB value is (184,105,126). Sum of RGB (Red+Green+Blue) = 184+105+126=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B8697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8697E is #479681. Grayscale: #838383. Windows color (decimal): -4691586 or 8284600. OLE color: 8284600.
HSL color Cylindrical-coordinate representation of color #B8697E: hue angle of 344.05º 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 #B8697E is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 126 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.28 |
| HSL | 344.05º | 0.36% | 0.57% | - |
| HSV(B) | 344.05º | 0.43% | 0.72% | - |
| XYZ | 28.58 | 21.8 | 22.44 | - |
| YUV | 131.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 126 | 0 | 0.43 | 0.32 | 0.28 | 344.05 | 0.36 | 0.57 |
| Hex | B8 | 69 | 7E | 0 | 2B | 20 | 1C | 158 | 24 | 39 |
| Octal | 270 | 151 | 176 | 0 | 53 | 40 | 34 | 530 | 44 | 71 |
| Binary | 10111000 | 1101001 | 1111110 | 0 | 101011 | 100000 | 11100 | 101011000 | 100100 | 111001 |
Color Harmonies of #B8697E
Complementary color
Monochromatic Colors of #B8697E
Black with #B8697E
Text Example
Text Example
White with #B8697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8697E; }
p { color: rgb(184,105,126); }
H1.HeaderClassName
{
color: #B8697E;
}
.AnyTagClassName
{
color: #B8697E;
}
</style>
background-color css
<style>
a { background-color: #B8697E; }
a { background-color: rgb(184,105,126); }
div.DivClassName
{
background-color: #B8697E;
}
.BgClassName
{
background-color: #B8697E;
}
</style>
border-color css
<style>
span { border-color: #B8697E; }
span { border-color: rgb(184,105,126); }
td.TdClassName
{
border-color: #B8697E;
}
.TagClassName
{
border-color: #B8697E;
}
</style>