Shades of Pale Taupe #BA9E83
Tints of Pale Taupe #BA9E83
RGB
CMYK
RGB Variations
Color information
#BA9E83 (or 0xBA9E83) is known color: Pale Taupe. HEX triplet: BA, 9E and 83. RGB value is (186,158,131). Sum of RGB (Red+Green+Blue) = 186+158+131=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E83 is #45617C. Grayscale: #A3A3A3. Windows color (decimal): -4546941 or 8625850. OLE color: 8625850.
HSL color Cylindrical-coordinate representation of color #BA9E83: hue angle of 29.45º 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 #BA9E83 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 131 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.27 |
| HSL | 29.45º | 0.28% | 0.62% | - |
| HSV(B) | 29.45º | 0.3% | 0.73% | - |
| XYZ | 36.57 | 36.53 | 26.6 | - |
| YUV | 163.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 131 | 0 | 0.15 | 0.30 | 0.27 | 29.45 | 0.28 | 0.62 |
| Hex | BA | 9E | 83 | 0 | F | 1E | 1B | 1D | 1C | 3E |
| Octal | 272 | 236 | 203 | 0 | 17 | 36 | 33 | 35 | 34 | 76 |
| Binary | 10111010 | 10011110 | 10000011 | 0 | 1111 | 11110 | 11011 | 11101 | 11100 | 111110 |
Color Harmonies of #BA9E83
Complementary color
Monochromatic Colors of #BA9E83
Black with #BA9E83
Text Example
Text Example
White with #BA9E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E83; }
p { color: rgb(186,158,131); }
H1.HeaderClassName
{
color: #BA9E83;
}
.AnyTagClassName
{
color: #BA9E83;
}
</style>
background-color css
<style>
a { background-color: #BA9E83; }
a { background-color: rgb(186,158,131); }
div.DivClassName
{
background-color: #BA9E83;
}
.BgClassName
{
background-color: #BA9E83;
}
</style>
border-color css
<style>
span { border-color: #BA9E83; }
span { border-color: rgb(186,158,131); }
td.TdClassName
{
border-color: #BA9E83;
}
.TagClassName
{
border-color: #BA9E83;
}
</style>