Shades of Pale Taupe #BA9174
Tints of Pale Taupe #BA9174
RGB
CMYK
RGB Variations
Color information
#BA9174 (or 0xBA9174) is known color: Pale Taupe. HEX triplet: BA, 91 and 74. RGB value is (186,145,116). Sum of RGB (Red+Green+Blue) = 186+145+116=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9174 is #456E8B. Grayscale: #9A9A9A. Windows color (decimal): -4550284 or 7639482. OLE color: 7639482.
HSL color Cylindrical-coordinate representation of color #BA9174: hue angle of 24.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA9174 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 116 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.27 |
| HSL | 24.86º | 0.34% | 0.59% | - |
| HSV(B) | 24.86º | 0.38% | 0.73% | - |
| XYZ | 33.53 | 31.95 | 20.92 | - |
| YUV | 153.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 116 | 0 | 0.22 | 0.38 | 0.27 | 24.86 | 0.34 | 0.59 |
| Hex | BA | 91 | 74 | 0 | 16 | 26 | 1B | 19 | 22 | 3B |
| Octal | 272 | 221 | 164 | 0 | 26 | 46 | 33 | 31 | 42 | 73 |
| Binary | 10111010 | 10010001 | 1110100 | 0 | 10110 | 100110 | 11011 | 11001 | 100010 | 111011 |
Color Harmonies of #BA9174
Complementary color
Monochromatic Colors of #BA9174
Black with #BA9174
Text Example
Text Example
White with #BA9174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9174; }
p { color: rgb(186,145,116); }
H1.HeaderClassName
{
color: #BA9174;
}
.AnyTagClassName
{
color: #BA9174;
}
</style>
background-color css
<style>
a { background-color: #BA9174; }
a { background-color: rgb(186,145,116); }
div.DivClassName
{
background-color: #BA9174;
}
.BgClassName
{
background-color: #BA9174;
}
</style>
border-color css
<style>
span { border-color: #BA9174; }
span { border-color: rgb(186,145,116); }
td.TdClassName
{
border-color: #BA9174;
}
.TagClassName
{
border-color: #BA9174;
}
</style>