Shades of Tapestry #B8697F
Tints of Tapestry #B8697F
RGB
CMYK
RGB Variations
Color information
#B8697F (or 0xB8697F) is known color: Tapestry. HEX triplet: B8, 69 and 7F. RGB value is (184,105,127). Sum of RGB (Red+Green+Blue) = 184+105+127=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B8697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8697F is #479680. Grayscale: #838383. Windows color (decimal): -4691585 or 8350136. OLE color: 8350136.
HSL color Cylindrical-coordinate representation of color #B8697F: hue angle of 343.29º 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 #B8697F is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 127 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.28 |
| HSL | 343.29º | 0.36% | 0.57% | - |
| HSV(B) | 343.29º | 0.43% | 0.72% | - |
| XYZ | 28.65 | 21.83 | 22.78 | - |
| YUV | 131.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 127 | 0 | 0.43 | 0.31 | 0.28 | 343.29 | 0.36 | 0.57 |
| Hex | B8 | 69 | 7F | 0 | 2B | 1F | 1C | 157 | 24 | 39 |
| Octal | 270 | 151 | 177 | 0 | 53 | 37 | 34 | 527 | 44 | 71 |
| Binary | 10111000 | 1101001 | 1111111 | 0 | 101011 | 11111 | 11100 | 101010111 | 100100 | 111001 |
Color Harmonies of #B8697F
Complementary color
Monochromatic Colors of #B8697F
Black with #B8697F
Text Example
Text Example
White with #B8697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8697F; }
p { color: rgb(184,105,127); }
H1.HeaderClassName
{
color: #B8697F;
}
.AnyTagClassName
{
color: #B8697F;
}
</style>
background-color css
<style>
a { background-color: #B8697F; }
a { background-color: rgb(184,105,127); }
div.DivClassName
{
background-color: #B8697F;
}
.BgClassName
{
background-color: #B8697F;
}
</style>
border-color css
<style>
span { border-color: #B8697F; }
span { border-color: rgb(184,105,127); }
td.TdClassName
{
border-color: #B8697F;
}
.TagClassName
{
border-color: #B8697F;
}
</style>