Shades of Pale Taupe #BA977D
Tints of Pale Taupe #BA977D
RGB
CMYK
RGB Variations
Color information
#BA977D (or 0xBA977D) is known color: Pale Taupe. HEX triplet: BA, 97 and 7D. RGB value is (186,151,125). Sum of RGB (Red+Green+Blue) = 186+151+125=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA977D is #456882. Grayscale: #9E9E9E. Windows color (decimal): -4548739 or 8230842. OLE color: 8230842.
HSL color Cylindrical-coordinate representation of color #BA977D: hue angle of 25.57º 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 #BA977D is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 125 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.27 |
| HSL | 25.57º | 0.31% | 0.61% | - |
| HSV(B) | 25.57º | 0.33% | 0.73% | - |
| XYZ | 35.02 | 34.05 | 24.13 | - |
| YUV | 158.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 125 | 0 | 0.19 | 0.33 | 0.27 | 25.57 | 0.31 | 0.61 |
| Hex | BA | 97 | 7D | 0 | 13 | 21 | 1B | 1A | 1F | 3D |
| Octal | 272 | 227 | 175 | 0 | 23 | 41 | 33 | 32 | 37 | 75 |
| Binary | 10111010 | 10010111 | 1111101 | 0 | 10011 | 100001 | 11011 | 11010 | 11111 | 111101 |
Color Harmonies of #BA977D
Complementary color
Monochromatic Colors of #BA977D
Black with #BA977D
Text Example
Text Example
White with #BA977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA977D; }
p { color: rgb(186,151,125); }
H1.HeaderClassName
{
color: #BA977D;
}
.AnyTagClassName
{
color: #BA977D;
}
</style>
background-color css
<style>
a { background-color: #BA977D; }
a { background-color: rgb(186,151,125); }
div.DivClassName
{
background-color: #BA977D;
}
.BgClassName
{
background-color: #BA977D;
}
</style>
border-color css
<style>
span { border-color: #BA977D; }
span { border-color: rgb(186,151,125); }
td.TdClassName
{
border-color: #BA977D;
}
.TagClassName
{
border-color: #BA977D;
}
</style>