Shades of Pale Taupe #BA9175
Tints of Pale Taupe #BA9175
RGB
CMYK
RGB Variations
Color information
#BA9175 (or 0xBA9175) is known color: Pale Taupe. HEX triplet: BA, 91 and 75. RGB value is (186,145,117). Sum of RGB (Red+Green+Blue) = 186+145+117=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9175 is #456E8A. Grayscale: #9A9A9A. Windows color (decimal): -4550283 or 7705018. OLE color: 7705018.
HSL color Cylindrical-coordinate representation of color #BA9175: hue angle of 24.35º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9175 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 117 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.27 |
| HSL | 24.35º | 0.33% | 0.59% | - |
| HSV(B) | 24.35º | 0.37% | 0.73% | - |
| XYZ | 33.59 | 31.97 | 21.23 | - |
| YUV | 154.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 117 | 0 | 0.22 | 0.37 | 0.27 | 24.35 | 0.33 | 0.59 |
| Hex | BA | 91 | 75 | 0 | 16 | 25 | 1B | 18 | 21 | 3B |
| Octal | 272 | 221 | 165 | 0 | 26 | 45 | 33 | 30 | 41 | 73 |
| Binary | 10111010 | 10010001 | 1110101 | 0 | 10110 | 100101 | 11011 | 11000 | 100001 | 111011 |
Color Harmonies of #BA9175
Complementary color
Monochromatic Colors of #BA9175
Black with #BA9175
Text Example
Text Example
White with #BA9175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9175; }
p { color: rgb(186,145,117); }
H1.HeaderClassName
{
color: #BA9175;
}
.AnyTagClassName
{
color: #BA9175;
}
</style>
background-color css
<style>
a { background-color: #BA9175; }
a { background-color: rgb(186,145,117); }
div.DivClassName
{
background-color: #BA9175;
}
.BgClassName
{
background-color: #BA9175;
}
</style>
border-color css
<style>
span { border-color: #BA9175; }
span { border-color: rgb(186,145,117); }
td.TdClassName
{
border-color: #BA9175;
}
.TagClassName
{
border-color: #BA9175;
}
</style>