Shades of Pale Taupe #BA977A
Tints of Pale Taupe #BA977A
RGB
CMYK
RGB Variations
Color information
#BA977A (or 0xBA977A) is known color: Pale Taupe. HEX triplet: BA, 97 and 7A. RGB value is (186,151,122). Sum of RGB (Red+Green+Blue) = 186+151+122=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA977A is #456885. Grayscale: #9E9E9E. Windows color (decimal): -4548742 or 8034234. OLE color: 8034234.
HSL color Cylindrical-coordinate representation of color #BA977A: hue angle of 27.19º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA977A is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 122 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.27 |
| HSL | 27.19º | 0.32% | 0.6% | - |
| HSV(B) | 27.19º | 0.34% | 0.73% | - |
| XYZ | 34.83 | 33.98 | 23.13 | - |
| YUV | 158.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 122 | 0 | 0.19 | 0.34 | 0.27 | 27.19 | 0.32 | 0.6 |
| Hex | BA | 97 | 7A | 0 | 13 | 22 | 1B | 1B | 20 | 3C |
| Octal | 272 | 227 | 172 | 0 | 23 | 42 | 33 | 33 | 40 | 74 |
| Binary | 10111010 | 10010111 | 1111010 | 0 | 10011 | 100010 | 11011 | 11011 | 100000 | 111100 |
Color Harmonies of #BA977A
Complementary color
Monochromatic Colors of #BA977A
Black with #BA977A
Text Example
Text Example
White with #BA977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA977A; }
p { color: rgb(186,151,122); }
H1.HeaderClassName
{
color: #BA977A;
}
.AnyTagClassName
{
color: #BA977A;
}
</style>
background-color css
<style>
a { background-color: #BA977A; }
a { background-color: rgb(186,151,122); }
div.DivClassName
{
background-color: #BA977A;
}
.BgClassName
{
background-color: #BA977A;
}
</style>
border-color css
<style>
span { border-color: #BA977A; }
span { border-color: rgb(186,151,122); }
td.TdClassName
{
border-color: #BA977A;
}
.TagClassName
{
border-color: #BA977A;
}
</style>