Shades of Pale Taupe #BA9B80
Tints of Pale Taupe #BA9B80
RGB
CMYK
RGB Variations
Color information
#BA9B80 (or 0xBA9B80) is known color: Pale Taupe. HEX triplet: BA, 9B and 80. RGB value is (186,155,128). Sum of RGB (Red+Green+Blue) = 186+155+128=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9B80 is #45647F. Grayscale: #A1A1A1. Windows color (decimal): -4547712 or 8428474. OLE color: 8428474.
HSL color Cylindrical-coordinate representation of color #BA9B80: hue angle of 27.93º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA9B80 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 128 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.27 |
| HSL | 27.93º | 0.3% | 0.62% | - |
| HSV(B) | 27.93º | 0.31% | 0.73% | - |
| XYZ | 35.87 | 35.44 | 25.37 | - |
| YUV | 161.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 128 | 0 | 0.17 | 0.31 | 0.27 | 27.93 | 0.3 | 0.62 |
| Hex | BA | 9B | 80 | 0 | 11 | 1F | 1B | 1C | 1E | 3E |
| Octal | 272 | 233 | 200 | 0 | 21 | 37 | 33 | 34 | 36 | 76 |
| Binary | 10111010 | 10011011 | 10000000 | 0 | 10001 | 11111 | 11011 | 11100 | 11110 | 111110 |
Color Harmonies of #BA9B80
Complementary color
Monochromatic Colors of #BA9B80
Black with #BA9B80
Text Example
Text Example
White with #BA9B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B80; }
p { color: rgb(186,155,128); }
H1.HeaderClassName
{
color: #BA9B80;
}
.AnyTagClassName
{
color: #BA9B80;
}
</style>
background-color css
<style>
a { background-color: #BA9B80; }
a { background-color: rgb(186,155,128); }
div.DivClassName
{
background-color: #BA9B80;
}
.BgClassName
{
background-color: #BA9B80;
}
</style>
border-color css
<style>
span { border-color: #BA9B80; }
span { border-color: rgb(186,155,128); }
td.TdClassName
{
border-color: #BA9B80;
}
.TagClassName
{
border-color: #BA9B80;
}
</style>