Shades of Pale Taupe #BA917D
Tints of Pale Taupe #BA917D
RGB
CMYK
RGB Variations
Color information
#BA917D (or 0xBA917D) is known color: Pale Taupe. HEX triplet: BA, 91 and 7D. RGB value is (186,145,125). Sum of RGB (Red+Green+Blue) = 186+145+125=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA917D is #456E82. Grayscale: #9B9B9B. Windows color (decimal): -4550275 or 8229306. OLE color: 8229306.
HSL color Cylindrical-coordinate representation of color #BA917D: hue angle of 19.67º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA917D is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 125 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.27 |
| HSL | 19.67º | 0.31% | 0.61% | - |
| HSV(B) | 19.67º | 0.33% | 0.73% | - |
| XYZ | 34.08 | 32.17 | 23.82 | - |
| YUV | 154.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 125 | 0 | 0.22 | 0.33 | 0.27 | 19.67 | 0.31 | 0.61 |
| Hex | BA | 91 | 7D | 0 | 16 | 21 | 1B | 14 | 1F | 3D |
| Octal | 272 | 221 | 175 | 0 | 26 | 41 | 33 | 24 | 37 | 75 |
| Binary | 10111010 | 10010001 | 1111101 | 0 | 10110 | 100001 | 11011 | 10100 | 11111 | 111101 |
Color Harmonies of #BA917D
Complementary color
Monochromatic Colors of #BA917D
Black with #BA917D
Text Example
Text Example
White with #BA917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA917D; }
p { color: rgb(186,145,125); }
H1.HeaderClassName
{
color: #BA917D;
}
.AnyTagClassName
{
color: #BA917D;
}
</style>
background-color css
<style>
a { background-color: #BA917D; }
a { background-color: rgb(186,145,125); }
div.DivClassName
{
background-color: #BA917D;
}
.BgClassName
{
background-color: #BA917D;
}
</style>
border-color css
<style>
span { border-color: #BA917D; }
span { border-color: rgb(186,145,125); }
td.TdClassName
{
border-color: #BA917D;
}
.TagClassName
{
border-color: #BA917D;
}
</style>