Shades of Tapestry #BA5E83
Tints of Tapestry #BA5E83
RGB
CMYK
RGB Variations
Color information
#BA5E83 (or 0xBA5E83) is known color: Tapestry. HEX triplet: BA, 5E and 83. RGB value is (186,94,131). Sum of RGB (Red+Green+Blue) = 186+94+131=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E83 is #45A17C. Grayscale: #7D7D7D. Windows color (decimal): -4563325 or 8609466. OLE color: 8609466.
HSL color Cylindrical-coordinate representation of color #BA5E83: hue angle of 335.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5E83 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 131 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.27 |
| HSL | 335.87º | 0.4% | 0.55% | - |
| HSV(B) | 335.87º | 0.49% | 0.73% | - |
| XYZ | 28.35 | 20.08 | 23.86 | - |
| YUV | 125.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 131 | 0 | 0.49 | 0.30 | 0.27 | 335.87 | 0.4 | 0.55 |
| Hex | BA | 5E | 83 | 0 | 31 | 1E | 1B | 150 | 28 | 37 |
| Octal | 272 | 136 | 203 | 0 | 61 | 36 | 33 | 520 | 50 | 67 |
| Binary | 10111010 | 1011110 | 10000011 | 0 | 110001 | 11110 | 11011 | 101010000 | 101000 | 110111 |
Color Harmonies of #BA5E83
Complementary color
Monochromatic Colors of #BA5E83
Black with #BA5E83
Text Example
Text Example
White with #BA5E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E83; }
p { color: rgb(186,94,131); }
H1.HeaderClassName
{
color: #BA5E83;
}
.AnyTagClassName
{
color: #BA5E83;
}
</style>
background-color css
<style>
a { background-color: #BA5E83; }
a { background-color: rgb(186,94,131); }
div.DivClassName
{
background-color: #BA5E83;
}
.BgClassName
{
background-color: #BA5E83;
}
</style>
border-color css
<style>
span { border-color: #BA5E83; }
span { border-color: rgb(186,94,131); }
td.TdClassName
{
border-color: #BA5E83;
}
.TagClassName
{
border-color: #BA5E83;
}
</style>