Shades of Pale Taupe #BA9682
Tints of Pale Taupe #BA9682
RGB
CMYK
RGB Variations
Color information
#BA9682 (or 0xBA9682) is known color: Pale Taupe. HEX triplet: BA, 96 and 82. RGB value is (186,150,130). Sum of RGB (Red+Green+Blue) = 186+150+130=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9682 is #45697D. Grayscale: #9E9E9E. Windows color (decimal): -4548990 or 8558266. OLE color: 8558266.
HSL color Cylindrical-coordinate representation of color #BA9682: hue angle of 21.43º 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 #BA9682 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 130 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.27 |
| HSL | 21.43º | 0.29% | 0.62% | - |
| HSV(B) | 21.43º | 0.3% | 0.73% | - |
| XYZ | 35.19 | 33.86 | 25.8 | - |
| YUV | 158.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 130 | 0 | 0.19 | 0.30 | 0.27 | 21.43 | 0.29 | 0.62 |
| Hex | BA | 96 | 82 | 0 | 13 | 1E | 1B | 15 | 1D | 3E |
| Octal | 272 | 226 | 202 | 0 | 23 | 36 | 33 | 25 | 35 | 76 |
| Binary | 10111010 | 10010110 | 10000010 | 0 | 10011 | 11110 | 11011 | 10101 | 11101 | 111110 |
Color Harmonies of #BA9682
Complementary color
Monochromatic Colors of #BA9682
Black with #BA9682
Text Example
Text Example
White with #BA9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9682; }
p { color: rgb(186,150,130); }
H1.HeaderClassName
{
color: #BA9682;
}
.AnyTagClassName
{
color: #BA9682;
}
</style>
background-color css
<style>
a { background-color: #BA9682; }
a { background-color: rgb(186,150,130); }
div.DivClassName
{
background-color: #BA9682;
}
.BgClassName
{
background-color: #BA9682;
}
</style>
border-color css
<style>
span { border-color: #BA9682; }
span { border-color: rgb(186,150,130); }
td.TdClassName
{
border-color: #BA9682;
}
.TagClassName
{
border-color: #BA9682;
}
</style>