Shades of Pale Taupe #BA9F7E
Tints of Pale Taupe #BA9F7E
RGB
CMYK
RGB Variations
Color information
#BA9F7E (or 0xBA9F7E) is known color: Pale Taupe. HEX triplet: BA, 9F and 7E. RGB value is (186,159,126). Sum of RGB (Red+Green+Blue) = 186+159+126=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F7E is #456081. Grayscale: #A3A3A3. Windows color (decimal): -4546690 or 8298426. OLE color: 8298426.
HSL color Cylindrical-coordinate representation of color #BA9F7E: hue angle of 33º 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 #BA9F7E is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 126 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.27 |
| HSL | 33º | 0.3% | 0.61% | - |
| HSV(B) | 33º | 0.32% | 0.73% | - |
| XYZ | 36.41 | 36.74 | 24.91 | - |
| YUV | 163.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 126 | 0 | 0.15 | 0.32 | 0.27 | 33 | 0.3 | 0.61 |
| Hex | BA | 9F | 7E | 0 | F | 20 | 1B | 21 | 1E | 3D |
| Octal | 272 | 237 | 176 | 0 | 17 | 40 | 33 | 41 | 36 | 75 |
| Binary | 10111010 | 10011111 | 1111110 | 0 | 1111 | 100000 | 11011 | 100001 | 11110 | 111101 |
Color Harmonies of #BA9F7E
Complementary color
Monochromatic Colors of #BA9F7E
Black with #BA9F7E
Text Example
Text Example
White with #BA9F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F7E; }
p { color: rgb(186,159,126); }
H1.HeaderClassName
{
color: #BA9F7E;
}
.AnyTagClassName
{
color: #BA9F7E;
}
</style>
background-color css
<style>
a { background-color: #BA9F7E; }
a { background-color: rgb(186,159,126); }
div.DivClassName
{
background-color: #BA9F7E;
}
.BgClassName
{
background-color: #BA9F7E;
}
</style>
border-color css
<style>
span { border-color: #BA9F7E; }
span { border-color: rgb(186,159,126); }
td.TdClassName
{
border-color: #BA9F7E;
}
.TagClassName
{
border-color: #BA9F7E;
}
</style>