Shades of Pale Taupe #BA9982
Tints of Pale Taupe #BA9982
RGB
CMYK
RGB Variations
Color information
#BA9982 (or 0xBA9982) is known color: Pale Taupe. HEX triplet: BA, 99 and 82. RGB value is (186,153,130). Sum of RGB (Red+Green+Blue) = 186+153+130=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9982 is #45667D. Grayscale: #A0A0A0. Windows color (decimal): -4548222 or 8559034. OLE color: 8559034.
HSL color Cylindrical-coordinate representation of color #BA9982: hue angle of 24.64º degrees, saturation: 0.29, 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 #BA9982 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 130 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.27 |
| HSL | 24.64º | 0.29% | 0.62% | - |
| HSV(B) | 24.64º | 0.3% | 0.73% | - |
| XYZ | 35.67 | 34.83 | 25.96 | - |
| YUV | 160.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 130 | 0 | 0.18 | 0.30 | 0.27 | 24.64 | 0.29 | 0.62 |
| Hex | BA | 99 | 82 | 0 | 12 | 1E | 1B | 19 | 1D | 3E |
| Octal | 272 | 231 | 202 | 0 | 22 | 36 | 33 | 31 | 35 | 76 |
| Binary | 10111010 | 10011001 | 10000010 | 0 | 10010 | 11110 | 11011 | 11001 | 11101 | 111110 |
Color Harmonies of #BA9982
Complementary color
Monochromatic Colors of #BA9982
Black with #BA9982
Text Example
Text Example
White with #BA9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9982; }
p { color: rgb(186,153,130); }
H1.HeaderClassName
{
color: #BA9982;
}
.AnyTagClassName
{
color: #BA9982;
}
</style>
background-color css
<style>
a { background-color: #BA9982; }
a { background-color: rgb(186,153,130); }
div.DivClassName
{
background-color: #BA9982;
}
.BgClassName
{
background-color: #BA9982;
}
</style>
border-color css
<style>
span { border-color: #BA9982; }
span { border-color: rgb(186,153,130); }
td.TdClassName
{
border-color: #BA9982;
}
.TagClassName
{
border-color: #BA9982;
}
</style>