Shades of Pale Taupe #BDA07C
Tints of Pale Taupe #BDA07C
RGB
CMYK
RGB Variations
Color information
#BDA07C (or 0xBDA07C) is known color: Pale Taupe. HEX triplet: BD, A0 and 7C. RGB value is (189,160,124). Sum of RGB (Red+Green+Blue) = 189+160+124=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA07C is #425F83. Grayscale: #A4A4A4. Windows color (decimal): -4349828 or 8167613. OLE color: 8167613.
HSL color Cylindrical-coordinate representation of color #BDA07C: hue angle of 33.23º 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 #BDA07C is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 124 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.26 |
| HSL | 33.23º | 0.33% | 0.61% | - |
| HSV(B) | 33.23º | 0.34% | 0.74% | - |
| XYZ | 37.2 | 37.42 | 24.33 | - |
| YUV | 164.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 124 | 0 | 0.15 | 0.34 | 0.26 | 33.23 | 0.33 | 0.61 |
| Hex | BD | A0 | 7C | 0 | F | 22 | 1A | 21 | 21 | 3D |
| Octal | 275 | 240 | 174 | 0 | 17 | 42 | 32 | 41 | 41 | 75 |
| Binary | 10111101 | 10100000 | 1111100 | 0 | 1111 | 100010 | 11010 | 100001 | 100001 | 111101 |
Color Harmonies of #BDA07C
Complementary color
Monochromatic Colors of #BDA07C
Black with #BDA07C
Text Example
Text Example
White with #BDA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA07C; }
p { color: rgb(189,160,124); }
H1.HeaderClassName
{
color: #BDA07C;
}
.AnyTagClassName
{
color: #BDA07C;
}
</style>
background-color css
<style>
a { background-color: #BDA07C; }
a { background-color: rgb(189,160,124); }
div.DivClassName
{
background-color: #BDA07C;
}
.BgClassName
{
background-color: #BDA07C;
}
</style>
border-color css
<style>
span { border-color: #BDA07C; }
span { border-color: rgb(189,160,124); }
td.TdClassName
{
border-color: #BDA07C;
}
.TagClassName
{
border-color: #BDA07C;
}
</style>