Shades of Tapestry #BA7D83
Tints of Tapestry #BA7D83
RGB
CMYK
RGB Variations
Color information
#BA7D83 (or 0xBA7D83) is known color: Tapestry. HEX triplet: BA, 7D and 83. RGB value is (186,125,131). Sum of RGB (Red+Green+Blue) = 186+125+131=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7D83 is #45827C. Grayscale: #8F8F8F. Windows color (decimal): -4555389 or 8617402. OLE color: 8617402.
HSL color Cylindrical-coordinate representation of color #BA7D83: hue angle of 354.1º 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 #BA7D83 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 131 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.27 |
| HSL | 354.1º | 0.31% | 0.61% | - |
| HSV(B) | 354.1º | 0.33% | 0.73% | - |
| XYZ | 31.68 | 26.75 | 24.97 | - |
| YUV | 143.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 131 | 0 | 0.33 | 0.30 | 0.27 | 354.1 | 0.31 | 0.61 |
| Hex | BA | 7D | 83 | 0 | 21 | 1E | 1B | 162 | 1F | 3D |
| Octal | 272 | 175 | 203 | 0 | 41 | 36 | 33 | 542 | 37 | 75 |
| Binary | 10111010 | 1111101 | 10000011 | 0 | 100001 | 11110 | 11011 | 101100010 | 11111 | 111101 |
Color Harmonies of #BA7D83
Complementary color
Monochromatic Colors of #BA7D83
Black with #BA7D83
Text Example
Text Example
White with #BA7D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D83; }
p { color: rgb(186,125,131); }
H1.HeaderClassName
{
color: #BA7D83;
}
.AnyTagClassName
{
color: #BA7D83;
}
</style>
background-color css
<style>
a { background-color: #BA7D83; }
a { background-color: rgb(186,125,131); }
div.DivClassName
{
background-color: #BA7D83;
}
.BgClassName
{
background-color: #BA7D83;
}
</style>
border-color css
<style>
span { border-color: #BA7D83; }
span { border-color: rgb(186,125,131); }
td.TdClassName
{
border-color: #BA7D83;
}
.TagClassName
{
border-color: #BA7D83;
}
</style>