Shades of Tapestry #BA6B82
Tints of Tapestry #BA6B82
RGB
CMYK
RGB Variations
Color information
#BA6B82 (or 0xBA6B82) is known color: Tapestry. HEX triplet: BA, 6B and 82. RGB value is (186,107,130). Sum of RGB (Red+Green+Blue) = 186+107+130=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B82 is #45947D. Grayscale: #858585. Windows color (decimal): -4559998 or 8547258. OLE color: 8547258.
HSL color Cylindrical-coordinate representation of color #BA6B82: hue angle of 342.53º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6B82 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 130 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.27 |
| HSL | 342.53º | 0.36% | 0.57% | - |
| HSV(B) | 342.53º | 0.42% | 0.73% | - |
| XYZ | 29.54 | 22.57 | 23.92 | - |
| YUV | 133.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 130 | 0 | 0.42 | 0.30 | 0.27 | 342.53 | 0.36 | 0.57 |
| Hex | BA | 6B | 82 | 0 | 2A | 1E | 1B | 157 | 24 | 39 |
| Octal | 272 | 153 | 202 | 0 | 52 | 36 | 33 | 527 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10000010 | 0 | 101010 | 11110 | 11011 | 101010111 | 100100 | 111001 |
Color Harmonies of #BA6B82
Complementary color
Monochromatic Colors of #BA6B82
Black with #BA6B82
Text Example
Text Example
White with #BA6B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B82; }
p { color: rgb(186,107,130); }
H1.HeaderClassName
{
color: #BA6B82;
}
.AnyTagClassName
{
color: #BA6B82;
}
</style>
background-color css
<style>
a { background-color: #BA6B82; }
a { background-color: rgb(186,107,130); }
div.DivClassName
{
background-color: #BA6B82;
}
.BgClassName
{
background-color: #BA6B82;
}
</style>
border-color css
<style>
span { border-color: #BA6B82; }
span { border-color: rgb(186,107,130); }
td.TdClassName
{
border-color: #BA6B82;
}
.TagClassName
{
border-color: #BA6B82;
}
</style>