Shades of Pale Taupe #BA977E
Tints of Pale Taupe #BA977E
RGB
CMYK
RGB Variations
Color information
#BA977E (or 0xBA977E) is known color: Pale Taupe. HEX triplet: BA, 97 and 7E. RGB value is (186,151,126). Sum of RGB (Red+Green+Blue) = 186+151+126=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA977E is #456881. Grayscale: #9E9E9E. Windows color (decimal): -4548738 or 8296378. OLE color: 8296378.
HSL color Cylindrical-coordinate representation of color #BA977E: hue angle of 25º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA977E is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 126 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.27 |
| HSL | 25º | 0.3% | 0.61% | - |
| HSV(B) | 25º | 0.32% | 0.73% | - |
| XYZ | 35.08 | 34.08 | 24.47 | - |
| YUV | 158.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 126 | 0 | 0.19 | 0.32 | 0.27 | 25 | 0.3 | 0.61 |
| Hex | BA | 97 | 7E | 0 | 13 | 20 | 1B | 19 | 1E | 3D |
| Octal | 272 | 227 | 176 | 0 | 23 | 40 | 33 | 31 | 36 | 75 |
| Binary | 10111010 | 10010111 | 1111110 | 0 | 10011 | 100000 | 11011 | 11001 | 11110 | 111101 |
Color Harmonies of #BA977E
Complementary color
Monochromatic Colors of #BA977E
Black with #BA977E
Text Example
Text Example
White with #BA977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA977E; }
p { color: rgb(186,151,126); }
H1.HeaderClassName
{
color: #BA977E;
}
.AnyTagClassName
{
color: #BA977E;
}
</style>
background-color css
<style>
a { background-color: #BA977E; }
a { background-color: rgb(186,151,126); }
div.DivClassName
{
background-color: #BA977E;
}
.BgClassName
{
background-color: #BA977E;
}
</style>
border-color css
<style>
span { border-color: #BA977E; }
span { border-color: rgb(186,151,126); }
td.TdClassName
{
border-color: #BA977E;
}
.TagClassName
{
border-color: #BA977E;
}
</style>