Shades of Pale Taupe #BA9785
Tints of Pale Taupe #BA9785
RGB
CMYK
RGB Variations
Color information
#BA9785 (or 0xBA9785) is known color: Pale Taupe. HEX triplet: BA, 97 and 85. RGB value is (186,151,133). Sum of RGB (Red+Green+Blue) = 186+151+133=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9785 is #45687A. Grayscale: #9F9F9F. Windows color (decimal): -4548731 or 8755130. OLE color: 8755130.
HSL color Cylindrical-coordinate representation of color #BA9785: hue angle of 20.38º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9785 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 133 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.27 |
| HSL | 20.38º | 0.28% | 0.63% | - |
| HSV(B) | 20.38º | 0.28% | 0.73% | - |
| XYZ | 35.55 | 34.27 | 26.93 | - |
| YUV | 159.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 133 | 0 | 0.19 | 0.28 | 0.27 | 20.38 | 0.28 | 0.63 |
| Hex | BA | 97 | 85 | 0 | 13 | 1C | 1B | 14 | 1C | 3F |
| Octal | 272 | 227 | 205 | 0 | 23 | 34 | 33 | 24 | 34 | 77 |
| Binary | 10111010 | 10010111 | 10000101 | 0 | 10011 | 11100 | 11011 | 10100 | 11100 | 111111 |
Color Harmonies of #BA9785
Complementary color
Monochromatic Colors of #BA9785
Black with #BA9785
Text Example
Text Example
White with #BA9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9785; }
p { color: rgb(186,151,133); }
H1.HeaderClassName
{
color: #BA9785;
}
.AnyTagClassName
{
color: #BA9785;
}
</style>
background-color css
<style>
a { background-color: #BA9785; }
a { background-color: rgb(186,151,133); }
div.DivClassName
{
background-color: #BA9785;
}
.BgClassName
{
background-color: #BA9785;
}
</style>
border-color css
<style>
span { border-color: #BA9785; }
span { border-color: rgb(186,151,133); }
td.TdClassName
{
border-color: #BA9785;
}
.TagClassName
{
border-color: #BA9785;
}
</style>