Shades of Tapestry #BA7D81
Tints of Tapestry #BA7D81
RGB
CMYK
RGB Variations
Color information
#BA7D81 (or 0xBA7D81) is known color: Tapestry. HEX triplet: BA, 7D and 81. RGB value is (186,125,129). Sum of RGB (Red+Green+Blue) = 186+125+129=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7D81 is #45827E. Grayscale: #8F8F8F. Windows color (decimal): -4555391 or 8486330. OLE color: 8486330.
HSL color Cylindrical-coordinate representation of color #BA7D81: hue angle of 356.07º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7D81 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 129 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.27 |
| HSL | 356.07º | 0.31% | 0.61% | - |
| HSV(B) | 356.07º | 0.33% | 0.73% | - |
| XYZ | 31.55 | 26.69 | 24.26 | - |
| YUV | 143.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 129 | 0 | 0.33 | 0.31 | 0.27 | 356.07 | 0.31 | 0.61 |
| Hex | BA | 7D | 81 | 0 | 21 | 1F | 1B | 164 | 1F | 3D |
| Octal | 272 | 175 | 201 | 0 | 41 | 37 | 33 | 544 | 37 | 75 |
| Binary | 10111010 | 1111101 | 10000001 | 0 | 100001 | 11111 | 11011 | 101100100 | 11111 | 111101 |
Color Harmonies of #BA7D81
Complementary color
Monochromatic Colors of #BA7D81
Black with #BA7D81
Text Example
Text Example
White with #BA7D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D81; }
p { color: rgb(186,125,129); }
H1.HeaderClassName
{
color: #BA7D81;
}
.AnyTagClassName
{
color: #BA7D81;
}
</style>
background-color css
<style>
a { background-color: #BA7D81; }
a { background-color: rgb(186,125,129); }
div.DivClassName
{
background-color: #BA7D81;
}
.BgClassName
{
background-color: #BA7D81;
}
</style>
border-color css
<style>
span { border-color: #BA7D81; }
span { border-color: rgb(186,125,129); }
td.TdClassName
{
border-color: #BA7D81;
}
.TagClassName
{
border-color: #BA7D81;
}
</style>