Shades of Pale Taupe #BA9275
Tints of Pale Taupe #BA9275
RGB
CMYK
RGB Variations
Color information
#BA9275 (or 0xBA9275) is known color: Pale Taupe. HEX triplet: BA, 92 and 75. RGB value is (186,146,117). Sum of RGB (Red+Green+Blue) = 186+146+117=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9275 is #456D8A. Grayscale: #9A9A9A. Windows color (decimal): -4550027 or 7705274. OLE color: 7705274.
HSL color Cylindrical-coordinate representation of color #BA9275: hue angle of 25.22º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9275 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 117 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.27 |
| HSL | 25.22º | 0.33% | 0.59% | - |
| HSV(B) | 25.22º | 0.37% | 0.73% | - |
| XYZ | 33.74 | 32.28 | 21.28 | - |
| YUV | 154.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 117 | 0 | 0.22 | 0.37 | 0.27 | 25.22 | 0.33 | 0.59 |
| Hex | BA | 92 | 75 | 0 | 16 | 25 | 1B | 19 | 21 | 3B |
| Octal | 272 | 222 | 165 | 0 | 26 | 45 | 33 | 31 | 41 | 73 |
| Binary | 10111010 | 10010010 | 1110101 | 0 | 10110 | 100101 | 11011 | 11001 | 100001 | 111011 |
Color Harmonies of #BA9275
Complementary color
Monochromatic Colors of #BA9275
Black with #BA9275
Text Example
Text Example
White with #BA9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9275; }
p { color: rgb(186,146,117); }
H1.HeaderClassName
{
color: #BA9275;
}
.AnyTagClassName
{
color: #BA9275;
}
</style>
background-color css
<style>
a { background-color: #BA9275; }
a { background-color: rgb(186,146,117); }
div.DivClassName
{
background-color: #BA9275;
}
.BgClassName
{
background-color: #BA9275;
}
</style>
border-color css
<style>
span { border-color: #BA9275; }
span { border-color: rgb(186,146,117); }
td.TdClassName
{
border-color: #BA9275;
}
.TagClassName
{
border-color: #BA9275;
}
</style>