Shades of Pale Taupe #BD947E
Tints of Pale Taupe #BD947E
RGB
CMYK
RGB Variations
Color information
#BD947E (or 0xBD947E) is known color: Pale Taupe. HEX triplet: BD, 94 and 7E. RGB value is (189,148,126). Sum of RGB (Red+Green+Blue) = 189+148+126=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD947E is #426B81. Grayscale: #9D9D9D. Windows color (decimal): -4352898 or 8295613. OLE color: 8295613.
HSL color Cylindrical-coordinate representation of color #BD947E: hue angle of 20.95º 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 #BD947E is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 126 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.26 |
| HSL | 20.95º | 0.32% | 0.62% | - |
| HSV(B) | 20.95º | 0.33% | 0.74% | - |
| XYZ | 35.34 | 33.5 | 24.34 | - |
| YUV | 157.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 126 | 0 | 0.22 | 0.33 | 0.26 | 20.95 | 0.32 | 0.62 |
| Hex | BD | 94 | 7E | 0 | 16 | 21 | 1A | 15 | 20 | 3E |
| Octal | 275 | 224 | 176 | 0 | 26 | 41 | 32 | 25 | 40 | 76 |
| Binary | 10111101 | 10010100 | 1111110 | 0 | 10110 | 100001 | 11010 | 10101 | 100000 | 111110 |
Color Harmonies of #BD947E
Complementary color
Monochromatic Colors of #BD947E
Black with #BD947E
Text Example
Text Example
White with #BD947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD947E; }
p { color: rgb(189,148,126); }
H1.HeaderClassName
{
color: #BD947E;
}
.AnyTagClassName
{
color: #BD947E;
}
</style>
background-color css
<style>
a { background-color: #BD947E; }
a { background-color: rgb(189,148,126); }
div.DivClassName
{
background-color: #BD947E;
}
.BgClassName
{
background-color: #BD947E;
}
</style>
border-color css
<style>
span { border-color: #BD947E; }
span { border-color: rgb(189,148,126); }
td.TdClassName
{
border-color: #BD947E;
}
.TagClassName
{
border-color: #BD947E;
}
</style>