Shades of Pale Taupe #BA9172
Tints of Pale Taupe #BA9172
RGB
CMYK
RGB Variations
Color information
#BA9172 (or 0xBA9172) is known color: Pale Taupe. HEX triplet: BA, 91 and 72. RGB value is (186,145,114). Sum of RGB (Red+Green+Blue) = 186+145+114=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9172 is #456E8D. Grayscale: #999999. Windows color (decimal): -4550286 or 7508410. OLE color: 7508410.
HSL color Cylindrical-coordinate representation of color #BA9172: hue angle of 25.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA9172 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 114 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.27 |
| HSL | 25.83º | 0.34% | 0.59% | - |
| HSV(B) | 25.83º | 0.39% | 0.73% | - |
| XYZ | 33.41 | 31.9 | 20.32 | - |
| YUV | 153.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 114 | 0 | 0.22 | 0.39 | 0.27 | 25.83 | 0.34 | 0.59 |
| Hex | BA | 91 | 72 | 0 | 16 | 27 | 1B | 1A | 22 | 3B |
| Octal | 272 | 221 | 162 | 0 | 26 | 47 | 33 | 32 | 42 | 73 |
| Binary | 10111010 | 10010001 | 1110010 | 0 | 10110 | 100111 | 11011 | 11010 | 100010 | 111011 |
Color Harmonies of #BA9172
Complementary color
Monochromatic Colors of #BA9172
Black with #BA9172
Text Example
Text Example
White with #BA9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9172; }
p { color: rgb(186,145,114); }
H1.HeaderClassName
{
color: #BA9172;
}
.AnyTagClassName
{
color: #BA9172;
}
</style>
background-color css
<style>
a { background-color: #BA9172; }
a { background-color: rgb(186,145,114); }
div.DivClassName
{
background-color: #BA9172;
}
.BgClassName
{
background-color: #BA9172;
}
</style>
border-color css
<style>
span { border-color: #BA9172; }
span { border-color: rgb(186,145,114); }
td.TdClassName
{
border-color: #BA9172;
}
.TagClassName
{
border-color: #BA9172;
}
</style>