Shades of Tapestry #BA737B
Tints of Tapestry #BA737B
RGB
CMYK
RGB Variations
Color information
#BA737B (or 0xBA737B) is known color: Tapestry. HEX triplet: BA, 73 and 7B. RGB value is (186,115,123). Sum of RGB (Red+Green+Blue) = 186+115+123=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA737B is #458C84. Grayscale: #898989. Windows color (decimal): -4557957 or 8090554. OLE color: 8090554.
HSL color Cylindrical-coordinate representation of color #BA737B: hue angle of 353.24º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA737B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 123 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.27 |
| HSL | 353.24º | 0.34% | 0.59% | - |
| HSV(B) | 353.24º | 0.38% | 0.73% | - |
| XYZ | 29.96 | 24.13 | 21.82 | - |
| YUV | 137.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 123 | 0 | 0.38 | 0.34 | 0.27 | 353.24 | 0.34 | 0.59 |
| Hex | BA | 73 | 7B | 0 | 26 | 22 | 1B | 161 | 22 | 3B |
| Octal | 272 | 163 | 173 | 0 | 46 | 42 | 33 | 541 | 42 | 73 |
| Binary | 10111010 | 1110011 | 1111011 | 0 | 100110 | 100010 | 11011 | 101100001 | 100010 | 111011 |
Color Harmonies of #BA737B
Complementary color
Monochromatic Colors of #BA737B
Black with #BA737B
Text Example
Text Example
White with #BA737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA737B; }
p { color: rgb(186,115,123); }
H1.HeaderClassName
{
color: #BA737B;
}
.AnyTagClassName
{
color: #BA737B;
}
</style>
background-color css
<style>
a { background-color: #BA737B; }
a { background-color: rgb(186,115,123); }
div.DivClassName
{
background-color: #BA737B;
}
.BgClassName
{
background-color: #BA737B;
}
</style>
border-color css
<style>
span { border-color: #BA737B; }
span { border-color: rgb(186,115,123); }
td.TdClassName
{
border-color: #BA737B;
}
.TagClassName
{
border-color: #BA737B;
}
</style>