Shades of Pale Taupe #BA967B
Tints of Pale Taupe #BA967B
RGB
CMYK
RGB Variations
Color information
#BA967B (or 0xBA967B) is known color: Pale Taupe. HEX triplet: BA, 96 and 7B. RGB value is (186,150,123). Sum of RGB (Red+Green+Blue) = 186+150+123=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA967B is #456984. Grayscale: #9D9D9D. Windows color (decimal): -4548997 or 8099514. OLE color: 8099514.
HSL color Cylindrical-coordinate representation of color #BA967B: hue angle of 25.71º 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 #BA967B is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 123 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.27 |
| HSL | 25.71º | 0.31% | 0.61% | - |
| HSV(B) | 25.71º | 0.34% | 0.73% | - |
| XYZ | 34.73 | 33.68 | 23.41 | - |
| YUV | 157.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 123 | 0 | 0.19 | 0.34 | 0.27 | 25.71 | 0.31 | 0.61 |
| Hex | BA | 96 | 7B | 0 | 13 | 22 | 1B | 1A | 1F | 3D |
| Octal | 272 | 226 | 173 | 0 | 23 | 42 | 33 | 32 | 37 | 75 |
| Binary | 10111010 | 10010110 | 1111011 | 0 | 10011 | 100010 | 11011 | 11010 | 11111 | 111101 |
Color Harmonies of #BA967B
Complementary color
Monochromatic Colors of #BA967B
Black with #BA967B
Text Example
Text Example
White with #BA967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA967B; }
p { color: rgb(186,150,123); }
H1.HeaderClassName
{
color: #BA967B;
}
.AnyTagClassName
{
color: #BA967B;
}
</style>
background-color css
<style>
a { background-color: #BA967B; }
a { background-color: rgb(186,150,123); }
div.DivClassName
{
background-color: #BA967B;
}
.BgClassName
{
background-color: #BA967B;
}
</style>
border-color css
<style>
span { border-color: #BA967B; }
span { border-color: rgb(186,150,123); }
td.TdClassName
{
border-color: #BA967B;
}
.TagClassName
{
border-color: #BA967B;
}
</style>