Shades of Pale Taupe #BA9583
Tints of Pale Taupe #BA9583
RGB
CMYK
RGB Variations
Color information
#BA9583 (or 0xBA9583) is known color: Pale Taupe. HEX triplet: BA, 95 and 83. RGB value is (186,149,131). Sum of RGB (Red+Green+Blue) = 186+149+131=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9583 is #456A7C. Grayscale: #9E9E9E. Windows color (decimal): -4549245 or 8623546. OLE color: 8623546.
HSL color Cylindrical-coordinate representation of color #BA9583: hue angle of 19.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9583 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 131 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.27 |
| HSL | 19.64º | 0.28% | 0.62% | - |
| HSV(B) | 19.64º | 0.3% | 0.73% | - |
| XYZ | 35.09 | 33.57 | 26.1 | - |
| YUV | 158.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 131 | 0 | 0.20 | 0.30 | 0.27 | 19.64 | 0.28 | 0.62 |
| Hex | BA | 95 | 83 | 0 | 14 | 1E | 1B | 14 | 1C | 3E |
| Octal | 272 | 225 | 203 | 0 | 24 | 36 | 33 | 24 | 34 | 76 |
| Binary | 10111010 | 10010101 | 10000011 | 0 | 10100 | 11110 | 11011 | 10100 | 11100 | 111110 |
Color Harmonies of #BA9583
Complementary color
Monochromatic Colors of #BA9583
Black with #BA9583
Text Example
Text Example
White with #BA9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9583; }
p { color: rgb(186,149,131); }
H1.HeaderClassName
{
color: #BA9583;
}
.AnyTagClassName
{
color: #BA9583;
}
</style>
background-color css
<style>
a { background-color: #BA9583; }
a { background-color: rgb(186,149,131); }
div.DivClassName
{
background-color: #BA9583;
}
.BgClassName
{
background-color: #BA9583;
}
</style>
border-color css
<style>
span { border-color: #BA9583; }
span { border-color: rgb(186,149,131); }
td.TdClassName
{
border-color: #BA9583;
}
.TagClassName
{
border-color: #BA9583;
}
</style>