Shades of Pale Taupe #BA9F7B
Tints of Pale Taupe #BA9F7B
RGB
CMYK
RGB Variations
Color information
#BA9F7B (or 0xBA9F7B) is known color: Pale Taupe. HEX triplet: BA, 9F and 7B. RGB value is (186,159,123). Sum of RGB (Red+Green+Blue) = 186+159+123=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F7B is #456084. Grayscale: #A3A3A3. Windows color (decimal): -4546693 or 8101818. OLE color: 8101818.
HSL color Cylindrical-coordinate representation of color #BA9F7B: hue angle of 34.29º 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 #BA9F7B is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 123 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.27 |
| HSL | 34.29º | 0.31% | 0.61% | - |
| HSV(B) | 34.29º | 0.34% | 0.73% | - |
| XYZ | 36.22 | 36.67 | 23.91 | - |
| YUV | 162.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 123 | 0 | 0.15 | 0.34 | 0.27 | 34.29 | 0.31 | 0.61 |
| Hex | BA | 9F | 7B | 0 | F | 22 | 1B | 22 | 1F | 3D |
| Octal | 272 | 237 | 173 | 0 | 17 | 42 | 33 | 42 | 37 | 75 |
| Binary | 10111010 | 10011111 | 1111011 | 0 | 1111 | 100010 | 11011 | 100010 | 11111 | 111101 |
Color Harmonies of #BA9F7B
Complementary color
Monochromatic Colors of #BA9F7B
Black with #BA9F7B
Text Example
Text Example
White with #BA9F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F7B; }
p { color: rgb(186,159,123); }
H1.HeaderClassName
{
color: #BA9F7B;
}
.AnyTagClassName
{
color: #BA9F7B;
}
</style>
background-color css
<style>
a { background-color: #BA9F7B; }
a { background-color: rgb(186,159,123); }
div.DivClassName
{
background-color: #BA9F7B;
}
.BgClassName
{
background-color: #BA9F7B;
}
</style>
border-color css
<style>
span { border-color: #BA9F7B; }
span { border-color: rgb(186,159,123); }
td.TdClassName
{
border-color: #BA9F7B;
}
.TagClassName
{
border-color: #BA9F7B;
}
</style>