Shades of Pale Taupe #BA927D
Tints of Pale Taupe #BA927D
RGB
CMYK
RGB Variations
Color information
#BA927D (or 0xBA927D) is known color: Pale Taupe. HEX triplet: BA, 92 and 7D. RGB value is (186,146,125). Sum of RGB (Red+Green+Blue) = 186+146+125=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA927D is #456D82. Grayscale: #9B9B9B. Windows color (decimal): -4550019 or 8229562. OLE color: 8229562.
HSL color Cylindrical-coordinate representation of color #BA927D: hue angle of 20.66º 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 #BA927D is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 125 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.27 |
| HSL | 20.66º | 0.31% | 0.61% | - |
| HSV(B) | 20.66º | 0.33% | 0.73% | - |
| XYZ | 34.23 | 32.48 | 23.87 | - |
| YUV | 155.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 125 | 0 | 0.22 | 0.33 | 0.27 | 20.66 | 0.31 | 0.61 |
| Hex | BA | 92 | 7D | 0 | 16 | 21 | 1B | 15 | 1F | 3D |
| Octal | 272 | 222 | 175 | 0 | 26 | 41 | 33 | 25 | 37 | 75 |
| Binary | 10111010 | 10010010 | 1111101 | 0 | 10110 | 100001 | 11011 | 10101 | 11111 | 111101 |
Color Harmonies of #BA927D
Complementary color
Monochromatic Colors of #BA927D
Black with #BA927D
Text Example
Text Example
White with #BA927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA927D; }
p { color: rgb(186,146,125); }
H1.HeaderClassName
{
color: #BA927D;
}
.AnyTagClassName
{
color: #BA927D;
}
</style>
background-color css
<style>
a { background-color: #BA927D; }
a { background-color: rgb(186,146,125); }
div.DivClassName
{
background-color: #BA927D;
}
.BgClassName
{
background-color: #BA927D;
}
</style>
border-color css
<style>
span { border-color: #BA927D; }
span { border-color: rgb(186,146,125); }
td.TdClassName
{
border-color: #BA927D;
}
.TagClassName
{
border-color: #BA927D;
}
</style>