Shades of Pale Taupe #BA9F84
Tints of Pale Taupe #BA9F84
RGB
CMYK
RGB Variations
Color information
#BA9F84 (or 0xBA9F84) is known color: Pale Taupe. HEX triplet: BA, 9F and 84. RGB value is (186,159,132). Sum of RGB (Red+Green+Blue) = 186+159+132=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F84 is #45607B. Grayscale: #A4A4A4. Windows color (decimal): -4546684 or 8691642. OLE color: 8691642.
HSL color Cylindrical-coordinate representation of color #BA9F84: hue angle of 30º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9F84 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 132 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.27 |
| HSL | 30º | 0.28% | 0.62% | - |
| HSV(B) | 30º | 0.29% | 0.73% | - |
| XYZ | 36.81 | 36.9 | 27.01 | - |
| YUV | 164 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 132 | 0 | 0.15 | 0.29 | 0.27 | 30 | 0.28 | 0.62 |
| Hex | BA | 9F | 84 | 0 | F | 1D | 1B | 1E | 1C | 3E |
| Octal | 272 | 237 | 204 | 0 | 17 | 35 | 33 | 36 | 34 | 76 |
| Binary | 10111010 | 10011111 | 10000100 | 0 | 1111 | 11101 | 11011 | 11110 | 11100 | 111110 |
Color Harmonies of #BA9F84
Complementary color
Monochromatic Colors of #BA9F84
Black with #BA9F84
Text Example
Text Example
White with #BA9F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F84; }
p { color: rgb(186,159,132); }
H1.HeaderClassName
{
color: #BA9F84;
}
.AnyTagClassName
{
color: #BA9F84;
}
</style>
background-color css
<style>
a { background-color: #BA9F84; }
a { background-color: rgb(186,159,132); }
div.DivClassName
{
background-color: #BA9F84;
}
.BgClassName
{
background-color: #BA9F84;
}
</style>
border-color css
<style>
span { border-color: #BA9F84; }
span { border-color: rgb(186,159,132); }
td.TdClassName
{
border-color: #BA9F84;
}
.TagClassName
{
border-color: #BA9F84;
}
</style>