Shades of Tapestry #BA717B
Tints of Tapestry #BA717B
RGB
CMYK
RGB Variations
Color information
#BA717B (or 0xBA717B) is known color: Tapestry. HEX triplet: BA, 71 and 7B. RGB value is (186,113,123). Sum of RGB (Red+Green+Blue) = 186+113+123=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA717B is #458E84. Grayscale: #888888. Windows color (decimal): -4558469 or 8090042. OLE color: 8090042.
HSL color Cylindrical-coordinate representation of color #BA717B: hue angle of 351.78º 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 #BA717B is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 123 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.27 |
| HSL | 351.78º | 0.35% | 0.59% | - |
| HSV(B) | 351.78º | 0.39% | 0.73% | - |
| XYZ | 29.73 | 23.68 | 21.74 | - |
| YUV | 135.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 123 | 0 | 0.39 | 0.34 | 0.27 | 351.78 | 0.35 | 0.59 |
| Hex | BA | 71 | 7B | 0 | 27 | 22 | 1B | 160 | 23 | 3B |
| Octal | 272 | 161 | 173 | 0 | 47 | 42 | 33 | 540 | 43 | 73 |
| Binary | 10111010 | 1110001 | 1111011 | 0 | 100111 | 100010 | 11011 | 101100000 | 100011 | 111011 |
Color Harmonies of #BA717B
Complementary color
Monochromatic Colors of #BA717B
Black with #BA717B
Text Example
Text Example
White with #BA717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA717B; }
p { color: rgb(186,113,123); }
H1.HeaderClassName
{
color: #BA717B;
}
.AnyTagClassName
{
color: #BA717B;
}
</style>
background-color css
<style>
a { background-color: #BA717B; }
a { background-color: rgb(186,113,123); }
div.DivClassName
{
background-color: #BA717B;
}
.BgClassName
{
background-color: #BA717B;
}
</style>
border-color css
<style>
span { border-color: #BA717B; }
span { border-color: rgb(186,113,123); }
td.TdClassName
{
border-color: #BA717B;
}
.TagClassName
{
border-color: #BA717B;
}
</style>