Shades of Pale Taupe #BA967E
Tints of Pale Taupe #BA967E
RGB
CMYK
RGB Variations
Color information
#BA967E (or 0xBA967E) is known color: Pale Taupe. HEX triplet: BA, 96 and 7E. RGB value is (186,150,126). Sum of RGB (Red+Green+Blue) = 186+150+126=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA967E is #456981. Grayscale: #9E9E9E. Windows color (decimal): -4548994 or 8296122. OLE color: 8296122.
HSL color Cylindrical-coordinate representation of color #BA967E: hue angle of 24º 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 #BA967E is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 126 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.27 |
| HSL | 24º | 0.3% | 0.61% | - |
| HSV(B) | 24º | 0.32% | 0.73% | - |
| XYZ | 34.92 | 33.76 | 24.41 | - |
| YUV | 158.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 126 | 0 | 0.19 | 0.32 | 0.27 | 24 | 0.3 | 0.61 |
| Hex | BA | 96 | 7E | 0 | 13 | 20 | 1B | 18 | 1E | 3D |
| Octal | 272 | 226 | 176 | 0 | 23 | 40 | 33 | 30 | 36 | 75 |
| Binary | 10111010 | 10010110 | 1111110 | 0 | 10011 | 100000 | 11011 | 11000 | 11110 | 111101 |
Color Harmonies of #BA967E
Complementary color
Monochromatic Colors of #BA967E
Black with #BA967E
Text Example
Text Example
White with #BA967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA967E; }
p { color: rgb(186,150,126); }
H1.HeaderClassName
{
color: #BA967E;
}
.AnyTagClassName
{
color: #BA967E;
}
</style>
background-color css
<style>
a { background-color: #BA967E; }
a { background-color: rgb(186,150,126); }
div.DivClassName
{
background-color: #BA967E;
}
.BgClassName
{
background-color: #BA967E;
}
</style>
border-color css
<style>
span { border-color: #BA967E; }
span { border-color: rgb(186,150,126); }
td.TdClassName
{
border-color: #BA967E;
}
.TagClassName
{
border-color: #BA967E;
}
</style>