Shades of Pale Taupe #BA9F82
Tints of Pale Taupe #BA9F82
RGB
CMYK
RGB Variations
Color information
#BA9F82 (or 0xBA9F82) is known color: Pale Taupe. HEX triplet: BA, 9F and 82. RGB value is (186,159,130). Sum of RGB (Red+Green+Blue) = 186+159+130=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F82 is #45607D. Grayscale: #A3A3A3. Windows color (decimal): -4546686 or 8560570. OLE color: 8560570.
HSL color Cylindrical-coordinate representation of color #BA9F82: hue angle of 31.07º degrees, saturation: 0.29, 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 #BA9F82 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 130 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.27 |
| HSL | 31.07º | 0.29% | 0.62% | - |
| HSV(B) | 31.07º | 0.3% | 0.73% | - |
| XYZ | 36.68 | 36.85 | 26.3 | - |
| YUV | 163.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 130 | 0 | 0.15 | 0.30 | 0.27 | 31.07 | 0.29 | 0.62 |
| Hex | BA | 9F | 82 | 0 | F | 1E | 1B | 1F | 1D | 3E |
| Octal | 272 | 237 | 202 | 0 | 17 | 36 | 33 | 37 | 35 | 76 |
| Binary | 10111010 | 10011111 | 10000010 | 0 | 1111 | 11110 | 11011 | 11111 | 11101 | 111110 |
Color Harmonies of #BA9F82
Complementary color
Monochromatic Colors of #BA9F82
Black with #BA9F82
Text Example
Text Example
White with #BA9F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F82; }
p { color: rgb(186,159,130); }
H1.HeaderClassName
{
color: #BA9F82;
}
.AnyTagClassName
{
color: #BA9F82;
}
</style>
background-color css
<style>
a { background-color: #BA9F82; }
a { background-color: rgb(186,159,130); }
div.DivClassName
{
background-color: #BA9F82;
}
.BgClassName
{
background-color: #BA9F82;
}
</style>
border-color css
<style>
span { border-color: #BA9F82; }
span { border-color: rgb(186,159,130); }
td.TdClassName
{
border-color: #BA9F82;
}
.TagClassName
{
border-color: #BA9F82;
}
</style>