Shades of Tapestry #BA818B
Tints of Tapestry #BA818B
RGB
CMYK
RGB Variations
Color information
#BA818B (or 0xBA818B) is known color: Tapestry. HEX triplet: BA, 81 and 8B. RGB value is (186,129,139). Sum of RGB (Red+Green+Blue) = 186+129+139=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA818B is #457E74. Grayscale: #939393. Windows color (decimal): -4554357 or 9142714. OLE color: 9142714.
HSL color Cylindrical-coordinate representation of color #BA818B: hue angle of 349.47º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA818B is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 139 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.27 |
| HSL | 349.47º | 0.29% | 0.62% | - |
| HSV(B) | 349.47º | 0.31% | 0.73% | - |
| XYZ | 32.76 | 28 | 28.1 | - |
| YUV | 147.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 139 | 0 | 0.31 | 0.25 | 0.27 | 349.47 | 0.29 | 0.62 |
| Hex | BA | 81 | 8B | 0 | 1F | 19 | 1B | 15D | 1D | 3E |
| Octal | 272 | 201 | 213 | 0 | 37 | 31 | 33 | 535 | 35 | 76 |
| Binary | 10111010 | 10000001 | 10001011 | 0 | 11111 | 11001 | 11011 | 101011101 | 11101 | 111110 |
Color Harmonies of #BA818B
Complementary color
Monochromatic Colors of #BA818B
Black with #BA818B
Text Example
Text Example
White with #BA818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA818B; }
p { color: rgb(186,129,139); }
H1.HeaderClassName
{
color: #BA818B;
}
.AnyTagClassName
{
color: #BA818B;
}
</style>
background-color css
<style>
a { background-color: #BA818B; }
a { background-color: rgb(186,129,139); }
div.DivClassName
{
background-color: #BA818B;
}
.BgClassName
{
background-color: #BA818B;
}
</style>
border-color css
<style>
span { border-color: #BA818B; }
span { border-color: rgb(186,129,139); }
td.TdClassName
{
border-color: #BA818B;
}
.TagClassName
{
border-color: #BA818B;
}
</style>