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