Shades of Pale Taupe #BA947B
Tints of Pale Taupe #BA947B
RGB
CMYK
RGB Variations
Color information
#BA947B (or 0xBA947B) is known color: Pale Taupe. HEX triplet: BA, 94 and 7B. RGB value is (186,148,123). Sum of RGB (Red+Green+Blue) = 186+148+123=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA947B is #456B84. Grayscale: #9C9C9C. Windows color (decimal): -4549509 or 8099002. OLE color: 8099002.
HSL color Cylindrical-coordinate representation of color #BA947B: hue angle of 23.81º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA947B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 123 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.27 |
| HSL | 23.81º | 0.31% | 0.61% | - |
| HSV(B) | 23.81º | 0.34% | 0.73% | - |
| XYZ | 34.41 | 33.05 | 23.3 | - |
| YUV | 156.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 123 | 0 | 0.20 | 0.34 | 0.27 | 23.81 | 0.31 | 0.61 |
| Hex | BA | 94 | 7B | 0 | 14 | 22 | 1B | 18 | 1F | 3D |
| Octal | 272 | 224 | 173 | 0 | 24 | 42 | 33 | 30 | 37 | 75 |
| Binary | 10111010 | 10010100 | 1111011 | 0 | 10100 | 100010 | 11011 | 11000 | 11111 | 111101 |
Color Harmonies of #BA947B
Complementary color
Monochromatic Colors of #BA947B
Black with #BA947B
Text Example
Text Example
White with #BA947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA947B; }
p { color: rgb(186,148,123); }
H1.HeaderClassName
{
color: #BA947B;
}
.AnyTagClassName
{
color: #BA947B;
}
</style>
background-color css
<style>
a { background-color: #BA947B; }
a { background-color: rgb(186,148,123); }
div.DivClassName
{
background-color: #BA947B;
}
.BgClassName
{
background-color: #BA947B;
}
</style>
border-color css
<style>
span { border-color: #BA947B; }
span { border-color: rgb(186,148,123); }
td.TdClassName
{
border-color: #BA947B;
}
.TagClassName
{
border-color: #BA947B;
}
</style>