Shades of Pale Taupe #BA9B7E
Tints of Pale Taupe #BA9B7E
RGB
CMYK
RGB Variations
Color information
#BA9B7E (or 0xBA9B7E) is known color: Pale Taupe. HEX triplet: BA, 9B and 7E. RGB value is (186,155,126). Sum of RGB (Red+Green+Blue) = 186+155+126=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B7E is #456481. Grayscale: #A1A1A1. Windows color (decimal): -4547714 or 8297402. OLE color: 8297402.
HSL color Cylindrical-coordinate representation of color #BA9B7E: hue angle of 29º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA9B7E is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 126 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.27 |
| HSL | 29º | 0.3% | 0.61% | - |
| HSV(B) | 29º | 0.32% | 0.73% | - |
| XYZ | 35.74 | 35.39 | 24.69 | - |
| YUV | 160.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 126 | 0 | 0.17 | 0.32 | 0.27 | 29 | 0.3 | 0.61 |
| Hex | BA | 9B | 7E | 0 | 11 | 20 | 1B | 1D | 1E | 3D |
| Octal | 272 | 233 | 176 | 0 | 21 | 40 | 33 | 35 | 36 | 75 |
| Binary | 10111010 | 10011011 | 1111110 | 0 | 10001 | 100000 | 11011 | 11101 | 11110 | 111101 |
Color Harmonies of #BA9B7E
Complementary color
Monochromatic Colors of #BA9B7E
Black with #BA9B7E
Text Example
Text Example
White with #BA9B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B7E; }
p { color: rgb(186,155,126); }
H1.HeaderClassName
{
color: #BA9B7E;
}
.AnyTagClassName
{
color: #BA9B7E;
}
</style>
background-color css
<style>
a { background-color: #BA9B7E; }
a { background-color: rgb(186,155,126); }
div.DivClassName
{
background-color: #BA9B7E;
}
.BgClassName
{
background-color: #BA9B7E;
}
</style>
border-color css
<style>
span { border-color: #BA9B7E; }
span { border-color: rgb(186,155,126); }
td.TdClassName
{
border-color: #BA9B7E;
}
.TagClassName
{
border-color: #BA9B7E;
}
</style>