Shades of Tapestry #BA7183
Tints of Tapestry #BA7183
RGB
CMYK
RGB Variations
Color information
#BA7183 (or 0xBA7183) is known color: Tapestry. HEX triplet: BA, 71 and 83. RGB value is (186,113,131). Sum of RGB (Red+Green+Blue) = 186+113+131=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7183 is #458E7C. Grayscale: #888888. Windows color (decimal): -4558461 or 8614330. OLE color: 8614330.
HSL color Cylindrical-coordinate representation of color #BA7183: hue angle of 345.21º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7183 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 131 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.27 |
| HSL | 345.21º | 0.35% | 0.59% | - |
| HSV(B) | 345.21º | 0.39% | 0.73% | - |
| XYZ | 30.25 | 23.89 | 24.49 | - |
| YUV | 136.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 131 | 0 | 0.39 | 0.30 | 0.27 | 345.21 | 0.35 | 0.59 |
| Hex | BA | 71 | 83 | 0 | 27 | 1E | 1B | 159 | 23 | 3B |
| Octal | 272 | 161 | 203 | 0 | 47 | 36 | 33 | 531 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10000011 | 0 | 100111 | 11110 | 11011 | 101011001 | 100011 | 111011 |
Color Harmonies of #BA7183
Complementary color
Monochromatic Colors of #BA7183
Black with #BA7183
Text Example
Text Example
White with #BA7183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7183; }
p { color: rgb(186,113,131); }
H1.HeaderClassName
{
color: #BA7183;
}
.AnyTagClassName
{
color: #BA7183;
}
</style>
background-color css
<style>
a { background-color: #BA7183; }
a { background-color: rgb(186,113,131); }
div.DivClassName
{
background-color: #BA7183;
}
.BgClassName
{
background-color: #BA7183;
}
</style>
border-color css
<style>
span { border-color: #BA7183; }
span { border-color: rgb(186,113,131); }
td.TdClassName
{
border-color: #BA7183;
}
.TagClassName
{
border-color: #BA7183;
}
</style>