Shades of Pale Taupe #BA9784
Tints of Pale Taupe #BA9784
RGB
CMYK
RGB Variations
Color information
#BA9784 (or 0xBA9784) is known color: Pale Taupe. HEX triplet: BA, 97 and 84. RGB value is (186,151,132). Sum of RGB (Red+Green+Blue) = 186+151+132=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9784 is #45687B. Grayscale: #9F9F9F. Windows color (decimal): -4548732 or 8689594. OLE color: 8689594.
HSL color Cylindrical-coordinate representation of color #BA9784: hue angle of 21.11º 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 #BA9784 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 132 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.27 |
| HSL | 21.11º | 0.28% | 0.62% | - |
| HSV(B) | 21.11º | 0.29% | 0.73% | - |
| XYZ | 35.48 | 34.24 | 26.57 | - |
| YUV | 159.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 132 | 0 | 0.19 | 0.29 | 0.27 | 21.11 | 0.28 | 0.62 |
| Hex | BA | 97 | 84 | 0 | 13 | 1D | 1B | 15 | 1C | 3E |
| Octal | 272 | 227 | 204 | 0 | 23 | 35 | 33 | 25 | 34 | 76 |
| Binary | 10111010 | 10010111 | 10000100 | 0 | 10011 | 11101 | 11011 | 10101 | 11100 | 111110 |
Color Harmonies of #BA9784
Complementary color
Monochromatic Colors of #BA9784
Black with #BA9784
Text Example
Text Example
White with #BA9784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9784; }
p { color: rgb(186,151,132); }
H1.HeaderClassName
{
color: #BA9784;
}
.AnyTagClassName
{
color: #BA9784;
}
</style>
background-color css
<style>
a { background-color: #BA9784; }
a { background-color: rgb(186,151,132); }
div.DivClassName
{
background-color: #BA9784;
}
.BgClassName
{
background-color: #BA9784;
}
</style>
border-color css
<style>
span { border-color: #BA9784; }
span { border-color: rgb(186,151,132); }
td.TdClassName
{
border-color: #BA9784;
}
.TagClassName
{
border-color: #BA9784;
}
</style>