Shades of Pale Taupe #BA9F83
Tints of Pale Taupe #BA9F83
RGB
CMYK
RGB Variations
Color information
#BA9F83 (or 0xBA9F83) is known color: Pale Taupe. HEX triplet: BA, 9F and 83. RGB value is (186,159,131). Sum of RGB (Red+Green+Blue) = 186+159+131=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F83 is #45607C. Grayscale: #A4A4A4. Windows color (decimal): -4546685 or 8626106. OLE color: 8626106.
HSL color Cylindrical-coordinate representation of color #BA9F83: hue angle of 30.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9F83 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 131 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.27 |
| HSL | 30.55º | 0.28% | 0.62% | - |
| HSV(B) | 30.55º | 0.3% | 0.73% | - |
| XYZ | 36.74 | 36.87 | 26.65 | - |
| YUV | 163.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 131 | 0 | 0.15 | 0.30 | 0.27 | 30.55 | 0.28 | 0.62 |
| Hex | BA | 9F | 83 | 0 | F | 1E | 1B | 1F | 1C | 3E |
| Octal | 272 | 237 | 203 | 0 | 17 | 36 | 33 | 37 | 34 | 76 |
| Binary | 10111010 | 10011111 | 10000011 | 0 | 1111 | 11110 | 11011 | 11111 | 11100 | 111110 |
Color Harmonies of #BA9F83
Complementary color
Monochromatic Colors of #BA9F83
Black with #BA9F83
Text Example
Text Example
White with #BA9F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F83; }
p { color: rgb(186,159,131); }
H1.HeaderClassName
{
color: #BA9F83;
}
.AnyTagClassName
{
color: #BA9F83;
}
</style>
background-color css
<style>
a { background-color: #BA9F83; }
a { background-color: rgb(186,159,131); }
div.DivClassName
{
background-color: #BA9F83;
}
.BgClassName
{
background-color: #BA9F83;
}
</style>
border-color css
<style>
span { border-color: #BA9F83; }
span { border-color: rgb(186,159,131); }
td.TdClassName
{
border-color: #BA9F83;
}
.TagClassName
{
border-color: #BA9F83;
}
</style>