Shades of Pale Taupe #BA9278
Tints of Pale Taupe #BA9278
RGB
CMYK
RGB Variations
Color information
#BA9278 (or 0xBA9278) is known color: Pale Taupe. HEX triplet: BA, 92 and 78. RGB value is (186,146,120). Sum of RGB (Red+Green+Blue) = 186+146+120=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9278 is #456D87. Grayscale: #9B9B9B. Windows color (decimal): -4550024 or 7901882. OLE color: 7901882.
HSL color Cylindrical-coordinate representation of color #BA9278: hue angle of 23.64º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9278 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 120 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.27 |
| HSL | 23.64º | 0.32% | 0.6% | - |
| HSV(B) | 23.64º | 0.35% | 0.73% | - |
| XYZ | 33.92 | 32.35 | 22.23 | - |
| YUV | 155 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 120 | 0 | 0.22 | 0.35 | 0.27 | 23.64 | 0.32 | 0.6 |
| Hex | BA | 92 | 78 | 0 | 16 | 23 | 1B | 18 | 20 | 3C |
| Octal | 272 | 222 | 170 | 0 | 26 | 43 | 33 | 30 | 40 | 74 |
| Binary | 10111010 | 10010010 | 1111000 | 0 | 10110 | 100011 | 11011 | 11000 | 100000 | 111100 |
Color Harmonies of #BA9278
Complementary color
Monochromatic Colors of #BA9278
Black with #BA9278
Text Example
Text Example
White with #BA9278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9278; }
p { color: rgb(186,146,120); }
H1.HeaderClassName
{
color: #BA9278;
}
.AnyTagClassName
{
color: #BA9278;
}
</style>
background-color css
<style>
a { background-color: #BA9278; }
a { background-color: rgb(186,146,120); }
div.DivClassName
{
background-color: #BA9278;
}
.BgClassName
{
background-color: #BA9278;
}
</style>
border-color css
<style>
span { border-color: #BA9278; }
span { border-color: rgb(186,146,120); }
td.TdClassName
{
border-color: #BA9278;
}
.TagClassName
{
border-color: #BA9278;
}
</style>