Shades of Pale Taupe #BA9883
Tints of Pale Taupe #BA9883
RGB
CMYK
RGB Variations
Color information
#BA9883 (or 0xBA9883) is known color: Pale Taupe. HEX triplet: BA, 98 and 83. RGB value is (186,152,131). Sum of RGB (Red+Green+Blue) = 186+152+131=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9883 is #45677C. Grayscale: #9F9F9F. Windows color (decimal): -4548477 or 8624314. OLE color: 8624314.
HSL color Cylindrical-coordinate representation of color #BA9883: hue angle of 22.91º 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 #BA9883 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 131 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.27 |
| HSL | 22.91º | 0.28% | 0.62% | - |
| HSV(B) | 22.91º | 0.3% | 0.73% | - |
| XYZ | 35.57 | 34.53 | 26.26 | - |
| YUV | 159.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 131 | 0 | 0.18 | 0.30 | 0.27 | 22.91 | 0.28 | 0.62 |
| Hex | BA | 98 | 83 | 0 | 12 | 1E | 1B | 17 | 1C | 3E |
| Octal | 272 | 230 | 203 | 0 | 22 | 36 | 33 | 27 | 34 | 76 |
| Binary | 10111010 | 10011000 | 10000011 | 0 | 10010 | 11110 | 11011 | 10111 | 11100 | 111110 |
Color Harmonies of #BA9883
Complementary color
Monochromatic Colors of #BA9883
Black with #BA9883
Text Example
Text Example
White with #BA9883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9883; }
p { color: rgb(186,152,131); }
H1.HeaderClassName
{
color: #BA9883;
}
.AnyTagClassName
{
color: #BA9883;
}
</style>
background-color css
<style>
a { background-color: #BA9883; }
a { background-color: rgb(186,152,131); }
div.DivClassName
{
background-color: #BA9883;
}
.BgClassName
{
background-color: #BA9883;
}
</style>
border-color css
<style>
span { border-color: #BA9883; }
span { border-color: rgb(186,152,131); }
td.TdClassName
{
border-color: #BA9883;
}
.TagClassName
{
border-color: #BA9883;
}
</style>