Shades of Tapestry #BA6683
Tints of Tapestry #BA6683
RGB
CMYK
RGB Variations
Color information
#BA6683 (or 0xBA6683) is known color: Tapestry. HEX triplet: BA, 66 and 83. RGB value is (186,102,131). Sum of RGB (Red+Green+Blue) = 186+102+131=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6683 is #45997C. Grayscale: #828282. Windows color (decimal): -4561277 or 8611514. OLE color: 8611514.
HSL color Cylindrical-coordinate representation of color #BA6683: hue angle of 339.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6683 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 131 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.27 |
| HSL | 339.29º | 0.38% | 0.56% | - |
| HSV(B) | 339.29º | 0.45% | 0.73% | - |
| XYZ | 29.1 | 21.58 | 24.1 | - |
| YUV | 130.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 131 | 0 | 0.45 | 0.30 | 0.27 | 339.29 | 0.38 | 0.56 |
| Hex | BA | 66 | 83 | 0 | 2D | 1E | 1B | 153 | 26 | 38 |
| Octal | 272 | 146 | 203 | 0 | 55 | 36 | 33 | 523 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10000011 | 0 | 101101 | 11110 | 11011 | 101010011 | 100110 | 111000 |
Color Harmonies of #BA6683
Complementary color
Monochromatic Colors of #BA6683
Black with #BA6683
Text Example
Text Example
White with #BA6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6683; }
p { color: rgb(186,102,131); }
H1.HeaderClassName
{
color: #BA6683;
}
.AnyTagClassName
{
color: #BA6683;
}
</style>
background-color css
<style>
a { background-color: #BA6683; }
a { background-color: rgb(186,102,131); }
div.DivClassName
{
background-color: #BA6683;
}
.BgClassName
{
background-color: #BA6683;
}
</style>
border-color css
<style>
span { border-color: #BA6683; }
span { border-color: rgb(186,102,131); }
td.TdClassName
{
border-color: #BA6683;
}
.TagClassName
{
border-color: #BA6683;
}
</style>