Shades of Pale Taupe #BA9F89
Tints of Pale Taupe #BA9F89
RGB
CMYK
RGB Variations
Color information
#BA9F89 (or 0xBA9F89) is known color: Pale Taupe. HEX triplet: BA, 9F and 89. RGB value is (186,159,137). Sum of RGB (Red+Green+Blue) = 186+159+137=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F89 is #456076. Grayscale: #A4A4A4. Windows color (decimal): -4546679 or 9019322. OLE color: 9019322.
HSL color Cylindrical-coordinate representation of color #BA9F89: hue angle of 26.94º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA9F89 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 137 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.27 |
| HSL | 26.94º | 0.26% | 0.63% | - |
| HSV(B) | 26.94º | 0.26% | 0.73% | - |
| XYZ | 37.16 | 37.04 | 28.86 | - |
| YUV | 164.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 137 | 0 | 0.15 | 0.26 | 0.27 | 26.94 | 0.26 | 0.63 |
| Hex | BA | 9F | 89 | 0 | F | 1A | 1B | 1B | 1A | 3F |
| Octal | 272 | 237 | 211 | 0 | 17 | 32 | 33 | 33 | 32 | 77 |
| Binary | 10111010 | 10011111 | 10001001 | 0 | 1111 | 11010 | 11011 | 11011 | 11010 | 111111 |
Color Harmonies of #BA9F89
Complementary color
Monochromatic Colors of #BA9F89
Black with #BA9F89
Text Example
Text Example
White with #BA9F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F89; }
p { color: rgb(186,159,137); }
H1.HeaderClassName
{
color: #BA9F89;
}
.AnyTagClassName
{
color: #BA9F89;
}
</style>
background-color css
<style>
a { background-color: #BA9F89; }
a { background-color: rgb(186,159,137); }
div.DivClassName
{
background-color: #BA9F89;
}
.BgClassName
{
background-color: #BA9F89;
}
</style>
border-color css
<style>
span { border-color: #BA9F89; }
span { border-color: rgb(186,159,137); }
td.TdClassName
{
border-color: #BA9F89;
}
.TagClassName
{
border-color: #BA9F89;
}
</style>