Shades of Pale Taupe #BA9D83
Tints of Pale Taupe #BA9D83
RGB
CMYK
RGB Variations
Color information
#BA9D83 (or 0xBA9D83) is known color: Pale Taupe. HEX triplet: BA, 9D and 83. RGB value is (186,157,131). Sum of RGB (Red+Green+Blue) = 186+157+131=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9D83 is #45627C. Grayscale: #A2A2A2. Windows color (decimal): -4547197 or 8625594. OLE color: 8625594.
HSL color Cylindrical-coordinate representation of color #BA9D83: hue angle of 28.36º degrees, saturation: 0.28, 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 #BA9D83 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 131 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.27 |
| HSL | 28.36º | 0.28% | 0.62% | - |
| HSV(B) | 28.36º | 0.3% | 0.73% | - |
| XYZ | 36.4 | 36.19 | 26.54 | - |
| YUV | 162.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 131 | 0 | 0.16 | 0.30 | 0.27 | 28.36 | 0.28 | 0.62 |
| Hex | BA | 9D | 83 | 0 | 10 | 1E | 1B | 1C | 1C | 3E |
| Octal | 272 | 235 | 203 | 0 | 20 | 36 | 33 | 34 | 34 | 76 |
| Binary | 10111010 | 10011101 | 10000011 | 0 | 10000 | 11110 | 11011 | 11100 | 11100 | 111110 |
Color Harmonies of #BA9D83
Complementary color
Monochromatic Colors of #BA9D83
Black with #BA9D83
Text Example
Text Example
White with #BA9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D83; }
p { color: rgb(186,157,131); }
H1.HeaderClassName
{
color: #BA9D83;
}
.AnyTagClassName
{
color: #BA9D83;
}
</style>
background-color css
<style>
a { background-color: #BA9D83; }
a { background-color: rgb(186,157,131); }
div.DivClassName
{
background-color: #BA9D83;
}
.BgClassName
{
background-color: #BA9D83;
}
</style>
border-color css
<style>
span { border-color: #BA9D83; }
span { border-color: rgb(186,157,131); }
td.TdClassName
{
border-color: #BA9D83;
}
.TagClassName
{
border-color: #BA9D83;
}
</style>