Shades of Pale Taupe #BDA080
Tints of Pale Taupe #BDA080
RGB
CMYK
RGB Variations
Color information
#BDA080 (or 0xBDA080) is known color: Pale Taupe. HEX triplet: BD, A0 and 80. RGB value is (189,160,128). Sum of RGB (Red+Green+Blue) = 189+160+128=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA080 is #425F7F. Grayscale: #A5A5A5. Windows color (decimal): -4349824 or 8429757. OLE color: 8429757.
HSL color Cylindrical-coordinate representation of color #BDA080: hue angle of 31.48º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA080 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 128 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.26 |
| HSL | 31.48º | 0.32% | 0.62% | - |
| HSV(B) | 31.48º | 0.32% | 0.74% | - |
| XYZ | 37.45 | 37.52 | 25.69 | - |
| YUV | 165.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 128 | 0 | 0.15 | 0.32 | 0.26 | 31.48 | 0.32 | 0.62 |
| Hex | BD | A0 | 80 | 0 | F | 20 | 1A | 1F | 20 | 3E |
| Octal | 275 | 240 | 200 | 0 | 17 | 40 | 32 | 37 | 40 | 76 |
| Binary | 10111101 | 10100000 | 10000000 | 0 | 1111 | 100000 | 11010 | 11111 | 100000 | 111110 |
Color Harmonies of #BDA080
Complementary color
Monochromatic Colors of #BDA080
Black with #BDA080
Text Example
Text Example
White with #BDA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA080; }
p { color: rgb(189,160,128); }
H1.HeaderClassName
{
color: #BDA080;
}
.AnyTagClassName
{
color: #BDA080;
}
</style>
background-color css
<style>
a { background-color: #BDA080; }
a { background-color: rgb(189,160,128); }
div.DivClassName
{
background-color: #BDA080;
}
.BgClassName
{
background-color: #BDA080;
}
</style>
border-color css
<style>
span { border-color: #BDA080; }
span { border-color: rgb(189,160,128); }
td.TdClassName
{
border-color: #BDA080;
}
.TagClassName
{
border-color: #BDA080;
}
</style>