Shades of Tapestry #BA6081
Tints of Tapestry #BA6081
RGB
CMYK
RGB Variations
Color information
#BA6081 (or 0xBA6081) is known color: Tapestry. HEX triplet: BA, 60 and 81. RGB value is (186,96,129). Sum of RGB (Red+Green+Blue) = 186+96+129=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6081 is #459F7E. Grayscale: #7E7E7E. Windows color (decimal): -4562815 or 8478906. OLE color: 8478906.
HSL color Cylindrical-coordinate representation of color #BA6081: hue angle of 338º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6081 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 129 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.27 |
| HSL | 338º | 0.39% | 0.55% | - |
| HSV(B) | 338º | 0.48% | 0.73% | - |
| XYZ | 28.4 | 20.39 | 23.21 | - |
| YUV | 126.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 129 | 0 | 0.48 | 0.31 | 0.27 | 338 | 0.39 | 0.55 |
| Hex | BA | 60 | 81 | 0 | 30 | 1F | 1B | 152 | 27 | 37 |
| Octal | 272 | 140 | 201 | 0 | 60 | 37 | 33 | 522 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10000001 | 0 | 110000 | 11111 | 11011 | 101010010 | 100111 | 110111 |
Color Harmonies of #BA6081
Complementary color
Monochromatic Colors of #BA6081
Black with #BA6081
Text Example
Text Example
White with #BA6081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6081; }
p { color: rgb(186,96,129); }
H1.HeaderClassName
{
color: #BA6081;
}
.AnyTagClassName
{
color: #BA6081;
}
</style>
background-color css
<style>
a { background-color: #BA6081; }
a { background-color: rgb(186,96,129); }
div.DivClassName
{
background-color: #BA6081;
}
.BgClassName
{
background-color: #BA6081;
}
</style>
border-color css
<style>
span { border-color: #BA6081; }
span { border-color: rgb(186,96,129); }
td.TdClassName
{
border-color: #BA6081;
}
.TagClassName
{
border-color: #BA6081;
}
</style>