Shades of Pale Taupe #BA9774
Tints of Pale Taupe #BA9774
RGB
CMYK
RGB Variations
Color information
#BA9774 (or 0xBA9774) is known color: Pale Taupe. HEX triplet: BA, 97 and 74. RGB value is (186,151,116). Sum of RGB (Red+Green+Blue) = 186+151+116=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9774 is #45688B. Grayscale: #9D9D9D. Windows color (decimal): -4548748 or 7641018. OLE color: 7641018.
HSL color Cylindrical-coordinate representation of color #BA9774: hue angle of 30º 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 #BA9774 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 116 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.27 |
| HSL | 30º | 0.34% | 0.59% | - |
| HSV(B) | 30º | 0.38% | 0.73% | - |
| XYZ | 34.47 | 33.83 | 21.24 | - |
| YUV | 157.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 116 | 0 | 0.19 | 0.38 | 0.27 | 30 | 0.34 | 0.59 |
| Hex | BA | 97 | 74 | 0 | 13 | 26 | 1B | 1E | 22 | 3B |
| Octal | 272 | 227 | 164 | 0 | 23 | 46 | 33 | 36 | 42 | 73 |
| Binary | 10111010 | 10010111 | 1110100 | 0 | 10011 | 100110 | 11011 | 11110 | 100010 | 111011 |
Color Harmonies of #BA9774
Complementary color
Monochromatic Colors of #BA9774
Black with #BA9774
Text Example
Text Example
White with #BA9774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9774; }
p { color: rgb(186,151,116); }
H1.HeaderClassName
{
color: #BA9774;
}
.AnyTagClassName
{
color: #BA9774;
}
</style>
background-color css
<style>
a { background-color: #BA9774; }
a { background-color: rgb(186,151,116); }
div.DivClassName
{
background-color: #BA9774;
}
.BgClassName
{
background-color: #BA9774;
}
</style>
border-color css
<style>
span { border-color: #BA9774; }
span { border-color: rgb(186,151,116); }
td.TdClassName
{
border-color: #BA9774;
}
.TagClassName
{
border-color: #BA9774;
}
</style>