Shades of Pale Taupe #BDA07E
Tints of Pale Taupe #BDA07E
RGB
CMYK
RGB Variations
Color information
#BDA07E (or 0xBDA07E) is known color: Pale Taupe. HEX triplet: BD, A0 and 7E. RGB value is (189,160,126). Sum of RGB (Red+Green+Blue) = 189+160+126=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA07E is #425F81. Grayscale: #A4A4A4. Windows color (decimal): -4349826 or 8298685. OLE color: 8298685.
HSL color Cylindrical-coordinate representation of color #BDA07E: hue angle of 32.38º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA07E is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 126 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.26 |
| HSL | 32.38º | 0.32% | 0.62% | - |
| HSV(B) | 32.38º | 0.33% | 0.74% | - |
| XYZ | 37.32 | 37.47 | 25 | - |
| YUV | 164.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 126 | 0 | 0.15 | 0.33 | 0.26 | 32.38 | 0.32 | 0.62 |
| Hex | BD | A0 | 7E | 0 | F | 21 | 1A | 20 | 20 | 3E |
| Octal | 275 | 240 | 176 | 0 | 17 | 41 | 32 | 40 | 40 | 76 |
| Binary | 10111101 | 10100000 | 1111110 | 0 | 1111 | 100001 | 11010 | 100000 | 100000 | 111110 |
Color Harmonies of #BDA07E
Complementary color
Monochromatic Colors of #BDA07E
Black with #BDA07E
Text Example
Text Example
White with #BDA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA07E; }
p { color: rgb(189,160,126); }
H1.HeaderClassName
{
color: #BDA07E;
}
.AnyTagClassName
{
color: #BDA07E;
}
</style>
background-color css
<style>
a { background-color: #BDA07E; }
a { background-color: rgb(189,160,126); }
div.DivClassName
{
background-color: #BDA07E;
}
.BgClassName
{
background-color: #BDA07E;
}
</style>
border-color css
<style>
span { border-color: #BDA07E; }
span { border-color: rgb(189,160,126); }
td.TdClassName
{
border-color: #BDA07E;
}
.TagClassName
{
border-color: #BDA07E;
}
</style>