Shades of Pale Taupe #BA967F
Tints of Pale Taupe #BA967F
RGB
CMYK
RGB Variations
Color information
#BA967F (or 0xBA967F) is known color: Pale Taupe. HEX triplet: BA, 96 and 7F. RGB value is (186,150,127). Sum of RGB (Red+Green+Blue) = 186+150+127=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA967F is #456980. Grayscale: #9E9E9E. Windows color (decimal): -4548993 or 8361658. OLE color: 8361658.
HSL color Cylindrical-coordinate representation of color #BA967F: hue angle of 23.39º 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 #BA967F is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 127 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.27 |
| HSL | 23.39º | 0.3% | 0.61% | - |
| HSV(B) | 23.39º | 0.32% | 0.73% | - |
| XYZ | 34.99 | 33.78 | 24.76 | - |
| YUV | 158.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 127 | 0 | 0.19 | 0.32 | 0.27 | 23.39 | 0.3 | 0.61 |
| Hex | BA | 96 | 7F | 0 | 13 | 20 | 1B | 17 | 1E | 3D |
| Octal | 272 | 226 | 177 | 0 | 23 | 40 | 33 | 27 | 36 | 75 |
| Binary | 10111010 | 10010110 | 1111111 | 0 | 10011 | 100000 | 11011 | 10111 | 11110 | 111101 |
Color Harmonies of #BA967F
Complementary color
Monochromatic Colors of #BA967F
Black with #BA967F
Text Example
Text Example
White with #BA967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA967F; }
p { color: rgb(186,150,127); }
H1.HeaderClassName
{
color: #BA967F;
}
.AnyTagClassName
{
color: #BA967F;
}
</style>
background-color css
<style>
a { background-color: #BA967F; }
a { background-color: rgb(186,150,127); }
div.DivClassName
{
background-color: #BA967F;
}
.BgClassName
{
background-color: #BA967F;
}
</style>
border-color css
<style>
span { border-color: #BA967F; }
span { border-color: rgb(186,150,127); }
td.TdClassName
{
border-color: #BA967F;
}
.TagClassName
{
border-color: #BA967F;
}
</style>