Shades of Pale Taupe #BA9B85
Tints of Pale Taupe #BA9B85
RGB
CMYK
RGB Variations
Color information
#BA9B85 (or 0xBA9B85) is known color: Pale Taupe. HEX triplet: BA, 9B and 85. RGB value is (186,155,133). Sum of RGB (Red+Green+Blue) = 186+155+133=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9B85 is #45647A. Grayscale: #A1A1A1. Windows color (decimal): -4547707 or 8756154. OLE color: 8756154.
HSL color Cylindrical-coordinate representation of color #BA9B85: hue angle of 24.91º 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 #BA9B85 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 133 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.27 |
| HSL | 24.91º | 0.28% | 0.63% | - |
| HSV(B) | 24.91º | 0.28% | 0.73% | - |
| XYZ | 36.2 | 35.58 | 27.15 | - |
| YUV | 161.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 133 | 0 | 0.17 | 0.28 | 0.27 | 24.91 | 0.28 | 0.63 |
| Hex | BA | 9B | 85 | 0 | 11 | 1C | 1B | 19 | 1C | 3F |
| Octal | 272 | 233 | 205 | 0 | 21 | 34 | 33 | 31 | 34 | 77 |
| Binary | 10111010 | 10011011 | 10000101 | 0 | 10001 | 11100 | 11011 | 11001 | 11100 | 111111 |
Color Harmonies of #BA9B85
Complementary color
Monochromatic Colors of #BA9B85
Black with #BA9B85
Text Example
Text Example
White with #BA9B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B85; }
p { color: rgb(186,155,133); }
H1.HeaderClassName
{
color: #BA9B85;
}
.AnyTagClassName
{
color: #BA9B85;
}
</style>
background-color css
<style>
a { background-color: #BA9B85; }
a { background-color: rgb(186,155,133); }
div.DivClassName
{
background-color: #BA9B85;
}
.BgClassName
{
background-color: #BA9B85;
}
</style>
border-color css
<style>
span { border-color: #BA9B85; }
span { border-color: rgb(186,155,133); }
td.TdClassName
{
border-color: #BA9B85;
}
.TagClassName
{
border-color: #BA9B85;
}
</style>