Shades of Pale Taupe #BA9477
Tints of Pale Taupe #BA9477
RGB
CMYK
RGB Variations
Color information
#BA9477 (or 0xBA9477) is known color: Pale Taupe. HEX triplet: BA, 94 and 77. RGB value is (186,148,119). Sum of RGB (Red+Green+Blue) = 186+148+119=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9477 is #456B88. Grayscale: #9C9C9C. Windows color (decimal): -4549513 or 7836858. OLE color: 7836858.
HSL color Cylindrical-coordinate representation of color #BA9477: hue angle of 25.97º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA9477 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 119 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.27 |
| HSL | 25.97º | 0.33% | 0.6% | - |
| HSV(B) | 25.97º | 0.36% | 0.73% | - |
| XYZ | 34.17 | 32.95 | 22.01 | - |
| YUV | 156.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 119 | 0 | 0.20 | 0.36 | 0.27 | 25.97 | 0.33 | 0.6 |
| Hex | BA | 94 | 77 | 0 | 14 | 24 | 1B | 1A | 21 | 3C |
| Octal | 272 | 224 | 167 | 0 | 24 | 44 | 33 | 32 | 41 | 74 |
| Binary | 10111010 | 10010100 | 1110111 | 0 | 10100 | 100100 | 11011 | 11010 | 100001 | 111100 |
Color Harmonies of #BA9477
Complementary color
Monochromatic Colors of #BA9477
Black with #BA9477
Text Example
Text Example
White with #BA9477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9477; }
p { color: rgb(186,148,119); }
H1.HeaderClassName
{
color: #BA9477;
}
.AnyTagClassName
{
color: #BA9477;
}
</style>
background-color css
<style>
a { background-color: #BA9477; }
a { background-color: rgb(186,148,119); }
div.DivClassName
{
background-color: #BA9477;
}
.BgClassName
{
background-color: #BA9477;
}
</style>
border-color css
<style>
span { border-color: #BA9477; }
span { border-color: rgb(186,148,119); }
td.TdClassName
{
border-color: #BA9477;
}
.TagClassName
{
border-color: #BA9477;
}
</style>