Shades of Tapestry #BA727A
Tints of Tapestry #BA727A
RGB
CMYK
RGB Variations
Color information
#BA727A (or 0xBA727A) is known color: Tapestry. HEX triplet: BA, 72 and 7A. RGB value is (186,114,122). Sum of RGB (Red+Green+Blue) = 186+114+122=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA727A is #458D85. Grayscale: #888888. Windows color (decimal): -4558214 or 8024762. OLE color: 8024762.
HSL color Cylindrical-coordinate representation of color #BA727A: hue angle of 353.33º degrees, saturation: 0.34, 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 #BA727A is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 122 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.27 |
| HSL | 353.33º | 0.34% | 0.59% | - |
| HSV(B) | 353.33º | 0.39% | 0.73% | - |
| XYZ | 29.78 | 23.88 | 21.45 | - |
| YUV | 136.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 122 | 0 | 0.39 | 0.34 | 0.27 | 353.33 | 0.34 | 0.59 |
| Hex | BA | 72 | 7A | 0 | 27 | 22 | 1B | 161 | 22 | 3B |
| Octal | 272 | 162 | 172 | 0 | 47 | 42 | 33 | 541 | 42 | 73 |
| Binary | 10111010 | 1110010 | 1111010 | 0 | 100111 | 100010 | 11011 | 101100001 | 100010 | 111011 |
Color Harmonies of #BA727A
Complementary color
Monochromatic Colors of #BA727A
Black with #BA727A
Text Example
Text Example
White with #BA727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA727A; }
p { color: rgb(186,114,122); }
H1.HeaderClassName
{
color: #BA727A;
}
.AnyTagClassName
{
color: #BA727A;
}
</style>
background-color css
<style>
a { background-color: #BA727A; }
a { background-color: rgb(186,114,122); }
div.DivClassName
{
background-color: #BA727A;
}
.BgClassName
{
background-color: #BA727A;
}
</style>
border-color css
<style>
span { border-color: #BA727A; }
span { border-color: rgb(186,114,122); }
td.TdClassName
{
border-color: #BA727A;
}
.TagClassName
{
border-color: #BA727A;
}
</style>