Shades of Pale Taupe #BDA17B
Tints of Pale Taupe #BDA17B
RGB
CMYK
RGB Variations
Color information
#BDA17B (or 0xBDA17B) is known color: Pale Taupe. HEX triplet: BD, A1 and 7B. RGB value is (189,161,123). Sum of RGB (Red+Green+Blue) = 189+161+123=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA17B is #425E84. Grayscale: #A5A5A5. Windows color (decimal): -4349573 or 8102333. OLE color: 8102333.
HSL color Cylindrical-coordinate representation of color #BDA17B: hue angle of 34.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA17B is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 123 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.26 |
| HSL | 34.55º | 0.33% | 0.61% | - |
| HSV(B) | 34.55º | 0.35% | 0.74% | - |
| XYZ | 37.31 | 37.74 | 24.06 | - |
| YUV | 165.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 123 | 0 | 0.15 | 0.35 | 0.26 | 34.55 | 0.33 | 0.61 |
| Hex | BD | A1 | 7B | 0 | F | 23 | 1A | 23 | 21 | 3D |
| Octal | 275 | 241 | 173 | 0 | 17 | 43 | 32 | 43 | 41 | 75 |
| Binary | 10111101 | 10100001 | 1111011 | 0 | 1111 | 100011 | 11010 | 100011 | 100001 | 111101 |
Color Harmonies of #BDA17B
Complementary color
Monochromatic Colors of #BDA17B
Black with #BDA17B
Text Example
Text Example
White with #BDA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA17B; }
p { color: rgb(189,161,123); }
H1.HeaderClassName
{
color: #BDA17B;
}
.AnyTagClassName
{
color: #BDA17B;
}
</style>
background-color css
<style>
a { background-color: #BDA17B; }
a { background-color: rgb(189,161,123); }
div.DivClassName
{
background-color: #BDA17B;
}
.BgClassName
{
background-color: #BDA17B;
}
</style>
border-color css
<style>
span { border-color: #BDA17B; }
span { border-color: rgb(189,161,123); }
td.TdClassName
{
border-color: #BDA17B;
}
.TagClassName
{
border-color: #BDA17B;
}
</style>