Shades of Pale Taupe #BA977F
Tints of Pale Taupe #BA977F
RGB
CMYK
RGB Variations
Color information
#BA977F (or 0xBA977F) is known color: Pale Taupe. HEX triplet: BA, 97 and 7F. RGB value is (186,151,127). Sum of RGB (Red+Green+Blue) = 186+151+127=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA977F is #456880. Grayscale: #9E9E9E. Windows color (decimal): -4548737 or 8361914. OLE color: 8361914.
HSL color Cylindrical-coordinate representation of color #BA977F: hue angle of 24.41º 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 #BA977F is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 127 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.27 |
| HSL | 24.41º | 0.3% | 0.61% | - |
| HSV(B) | 24.41º | 0.32% | 0.73% | - |
| XYZ | 35.15 | 34.1 | 24.81 | - |
| YUV | 158.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 127 | 0 | 0.19 | 0.32 | 0.27 | 24.41 | 0.3 | 0.61 |
| Hex | BA | 97 | 7F | 0 | 13 | 20 | 1B | 18 | 1E | 3D |
| Octal | 272 | 227 | 177 | 0 | 23 | 40 | 33 | 30 | 36 | 75 |
| Binary | 10111010 | 10010111 | 1111111 | 0 | 10011 | 100000 | 11011 | 11000 | 11110 | 111101 |
Color Harmonies of #BA977F
Complementary color
Monochromatic Colors of #BA977F
Black with #BA977F
Text Example
Text Example
White with #BA977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA977F; }
p { color: rgb(186,151,127); }
H1.HeaderClassName
{
color: #BA977F;
}
.AnyTagClassName
{
color: #BA977F;
}
</style>
background-color css
<style>
a { background-color: #BA977F; }
a { background-color: rgb(186,151,127); }
div.DivClassName
{
background-color: #BA977F;
}
.BgClassName
{
background-color: #BA977F;
}
</style>
border-color css
<style>
span { border-color: #BA977F; }
span { border-color: rgb(186,151,127); }
td.TdClassName
{
border-color: #BA977F;
}
.TagClassName
{
border-color: #BA977F;
}
</style>