Shades of Pale Taupe #BDA17C
Tints of Pale Taupe #BDA17C
RGB
CMYK
RGB Variations
Color information
#BDA17C (or 0xBDA17C) is known color: Pale Taupe. HEX triplet: BD, A1 and 7C. RGB value is (189,161,124). Sum of RGB (Red+Green+Blue) = 189+161+124=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA17C is #425E83. Grayscale: #A5A5A5. Windows color (decimal): -4349572 or 8167869. OLE color: 8167869.
HSL color Cylindrical-coordinate representation of color #BDA17C: hue angle of 34.15º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA17C is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 124 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.26 |
| HSL | 34.15º | 0.33% | 0.61% | - |
| HSV(B) | 34.15º | 0.34% | 0.74% | - |
| XYZ | 37.37 | 37.76 | 24.39 | - |
| YUV | 165.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 124 | 0 | 0.15 | 0.34 | 0.26 | 34.15 | 0.33 | 0.61 |
| Hex | BD | A1 | 7C | 0 | F | 22 | 1A | 22 | 21 | 3D |
| Octal | 275 | 241 | 174 | 0 | 17 | 42 | 32 | 42 | 41 | 75 |
| Binary | 10111101 | 10100001 | 1111100 | 0 | 1111 | 100010 | 11010 | 100010 | 100001 | 111101 |
Color Harmonies of #BDA17C
Complementary color
Monochromatic Colors of #BDA17C
Black with #BDA17C
Text Example
Text Example
White with #BDA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA17C; }
p { color: rgb(189,161,124); }
H1.HeaderClassName
{
color: #BDA17C;
}
.AnyTagClassName
{
color: #BDA17C;
}
</style>
background-color css
<style>
a { background-color: #BDA17C; }
a { background-color: rgb(189,161,124); }
div.DivClassName
{
background-color: #BDA17C;
}
.BgClassName
{
background-color: #BDA17C;
}
</style>
border-color css
<style>
span { border-color: #BDA17C; }
span { border-color: rgb(189,161,124); }
td.TdClassName
{
border-color: #BDA17C;
}
.TagClassName
{
border-color: #BDA17C;
}
</style>