Shades of Pale Taupe #BA9C81
Tints of Pale Taupe #BA9C81
RGB
CMYK
RGB Variations
Color information
#BA9C81 (or 0xBA9C81) is known color: Pale Taupe. HEX triplet: BA, 9C and 81. RGB value is (186,156,129). Sum of RGB (Red+Green+Blue) = 186+156+129=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C81 is #45637E. Grayscale: #A2A2A2. Windows color (decimal): -4547455 or 8494266. OLE color: 8494266.
HSL color Cylindrical-coordinate representation of color #BA9C81: hue angle of 28.42º degrees, saturation: 0.29, 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 #BA9C81 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 129 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.27 |
| HSL | 28.42º | 0.29% | 0.62% | - |
| HSV(B) | 28.42º | 0.31% | 0.73% | - |
| XYZ | 36.1 | 35.8 | 25.78 | - |
| YUV | 161.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 129 | 0 | 0.16 | 0.31 | 0.27 | 28.42 | 0.29 | 0.62 |
| Hex | BA | 9C | 81 | 0 | 10 | 1F | 1B | 1C | 1D | 3E |
| Octal | 272 | 234 | 201 | 0 | 20 | 37 | 33 | 34 | 35 | 76 |
| Binary | 10111010 | 10011100 | 10000001 | 0 | 10000 | 11111 | 11011 | 11100 | 11101 | 111110 |
Color Harmonies of #BA9C81
Complementary color
Monochromatic Colors of #BA9C81
Black with #BA9C81
Text Example
Text Example
White with #BA9C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C81; }
p { color: rgb(186,156,129); }
H1.HeaderClassName
{
color: #BA9C81;
}
.AnyTagClassName
{
color: #BA9C81;
}
</style>
background-color css
<style>
a { background-color: #BA9C81; }
a { background-color: rgb(186,156,129); }
div.DivClassName
{
background-color: #BA9C81;
}
.BgClassName
{
background-color: #BA9C81;
}
</style>
border-color css
<style>
span { border-color: #BA9C81; }
span { border-color: rgb(186,156,129); }
td.TdClassName
{
border-color: #BA9C81;
}
.TagClassName
{
border-color: #BA9C81;
}
</style>