Shades of Pale Taupe #BA9282
Tints of Pale Taupe #BA9282
RGB
CMYK
RGB Variations
Color information
#BA9282 (or 0xBA9282) is known color: Pale Taupe. HEX triplet: BA, 92 and 82. RGB value is (186,146,130). Sum of RGB (Red+Green+Blue) = 186+146+130=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9282 is #456D7D. Grayscale: #9C9C9C. Windows color (decimal): -4550014 or 8557242. OLE color: 8557242.
HSL color Cylindrical-coordinate representation of color #BA9282: hue angle of 17.14º 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 #BA9282 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 130 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.27 |
| HSL | 17.14º | 0.29% | 0.62% | - |
| HSV(B) | 17.14º | 0.3% | 0.73% | - |
| XYZ | 34.56 | 32.61 | 25.59 | - |
| YUV | 156.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 130 | 0 | 0.22 | 0.30 | 0.27 | 17.14 | 0.29 | 0.62 |
| Hex | BA | 92 | 82 | 0 | 16 | 1E | 1B | 11 | 1D | 3E |
| Octal | 272 | 222 | 202 | 0 | 26 | 36 | 33 | 21 | 35 | 76 |
| Binary | 10111010 | 10010010 | 10000010 | 0 | 10110 | 11110 | 11011 | 10001 | 11101 | 111110 |
Color Harmonies of #BA9282
Complementary color
Monochromatic Colors of #BA9282
Black with #BA9282
Text Example
Text Example
White with #BA9282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9282; }
p { color: rgb(186,146,130); }
H1.HeaderClassName
{
color: #BA9282;
}
.AnyTagClassName
{
color: #BA9282;
}
</style>
background-color css
<style>
a { background-color: #BA9282; }
a { background-color: rgb(186,146,130); }
div.DivClassName
{
background-color: #BA9282;
}
.BgClassName
{
background-color: #BA9282;
}
</style>
border-color css
<style>
span { border-color: #BA9282; }
span { border-color: rgb(186,146,130); }
td.TdClassName
{
border-color: #BA9282;
}
.TagClassName
{
border-color: #BA9282;
}
</style>