Shades of Pale Taupe #BA9B7C
Tints of Pale Taupe #BA9B7C
RGB
CMYK
RGB Variations
Color information
#BA9B7C (or 0xBA9B7C) is known color: Pale Taupe. HEX triplet: BA, 9B and 7C. RGB value is (186,155,124). Sum of RGB (Red+Green+Blue) = 186+155+124=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B7C is #456483. Grayscale: #A0A0A0. Windows color (decimal): -4547716 or 8166330. OLE color: 8166330.
HSL color Cylindrical-coordinate representation of color #BA9B7C: hue angle of 30º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA9B7C is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 124 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.27 |
| HSL | 30º | 0.31% | 0.61% | - |
| HSV(B) | 30º | 0.33% | 0.73% | - |
| XYZ | 35.61 | 35.34 | 24.01 | - |
| YUV | 160.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 124 | 0 | 0.17 | 0.33 | 0.27 | 30 | 0.31 | 0.61 |
| Hex | BA | 9B | 7C | 0 | 11 | 21 | 1B | 1E | 1F | 3D |
| Octal | 272 | 233 | 174 | 0 | 21 | 41 | 33 | 36 | 37 | 75 |
| Binary | 10111010 | 10011011 | 1111100 | 0 | 10001 | 100001 | 11011 | 11110 | 11111 | 111101 |
Color Harmonies of #BA9B7C
Complementary color
Monochromatic Colors of #BA9B7C
Black with #BA9B7C
Text Example
Text Example
White with #BA9B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B7C; }
p { color: rgb(186,155,124); }
H1.HeaderClassName
{
color: #BA9B7C;
}
.AnyTagClassName
{
color: #BA9B7C;
}
</style>
background-color css
<style>
a { background-color: #BA9B7C; }
a { background-color: rgb(186,155,124); }
div.DivClassName
{
background-color: #BA9B7C;
}
.BgClassName
{
background-color: #BA9B7C;
}
</style>
border-color css
<style>
span { border-color: #BA9B7C; }
span { border-color: rgb(186,155,124); }
td.TdClassName
{
border-color: #BA9B7C;
}
.TagClassName
{
border-color: #BA9B7C;
}
</style>