Shades of Tapestry #BA7B7D
Tints of Tapestry #BA7B7D
RGB
CMYK
RGB Variations
Color information
#BA7B7D (or 0xBA7B7D) is known color: Tapestry. HEX triplet: BA, 7B and 7D. RGB value is (186,123,125). Sum of RGB (Red+Green+Blue) = 186+123+125=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B7D is #458482. Grayscale: #8E8E8E. Windows color (decimal): -4555907 or 8223674. OLE color: 8223674.
HSL color Cylindrical-coordinate representation of color #BA7B7D: hue angle of 358.1º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7B7D is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 125 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.27 |
| HSL | 358.1º | 0.31% | 0.61% | - |
| HSV(B) | 358.1º | 0.34% | 0.73% | - |
| XYZ | 31.03 | 26.09 | 22.8 | - |
| YUV | 142.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 125 | 0 | 0.34 | 0.33 | 0.27 | 358.1 | 0.31 | 0.61 |
| Hex | BA | 7B | 7D | 0 | 22 | 21 | 1B | 166 | 1F | 3D |
| Octal | 272 | 173 | 175 | 0 | 42 | 41 | 33 | 546 | 37 | 75 |
| Binary | 10111010 | 1111011 | 1111101 | 0 | 100010 | 100001 | 11011 | 101100110 | 11111 | 111101 |
Color Harmonies of #BA7B7D
Complementary color
Monochromatic Colors of #BA7B7D
Black with #BA7B7D
Text Example
Text Example
White with #BA7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B7D; }
p { color: rgb(186,123,125); }
H1.HeaderClassName
{
color: #BA7B7D;
}
.AnyTagClassName
{
color: #BA7B7D;
}
</style>
background-color css
<style>
a { background-color: #BA7B7D; }
a { background-color: rgb(186,123,125); }
div.DivClassName
{
background-color: #BA7B7D;
}
.BgClassName
{
background-color: #BA7B7D;
}
</style>
border-color css
<style>
span { border-color: #BA7B7D; }
span { border-color: rgb(186,123,125); }
td.TdClassName
{
border-color: #BA7B7D;
}
.TagClassName
{
border-color: #BA7B7D;
}
</style>