Shades of Pale Taupe #BD997E
Tints of Pale Taupe #BD997E
RGB
CMYK
RGB Variations
Color information
#BD997E (or 0xBD997E) is known color: Pale Taupe. HEX triplet: BD, 99 and 7E. RGB value is (189,153,126). Sum of RGB (Red+Green+Blue) = 189+153+126=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD997E is #426681. Grayscale: #A0A0A0. Windows color (decimal): -4351618 or 8296893. OLE color: 8296893.
HSL color Cylindrical-coordinate representation of color #BD997E: hue angle of 25.71º 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 #BD997E is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 126 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.26 |
| HSL | 25.71º | 0.32% | 0.62% | - |
| HSV(B) | 25.71º | 0.33% | 0.74% | - |
| XYZ | 36.14 | 35.11 | 24.61 | - |
| YUV | 160.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 126 | 0 | 0.19 | 0.33 | 0.26 | 25.71 | 0.32 | 0.62 |
| Hex | BD | 99 | 7E | 0 | 13 | 21 | 1A | 1A | 20 | 3E |
| Octal | 275 | 231 | 176 | 0 | 23 | 41 | 32 | 32 | 40 | 76 |
| Binary | 10111101 | 10011001 | 1111110 | 0 | 10011 | 100001 | 11010 | 11010 | 100000 | 111110 |
Color Harmonies of #BD997E
Complementary color
Monochromatic Colors of #BD997E
Black with #BD997E
Text Example
Text Example
White with #BD997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD997E; }
p { color: rgb(189,153,126); }
H1.HeaderClassName
{
color: #BD997E;
}
.AnyTagClassName
{
color: #BD997E;
}
</style>
background-color css
<style>
a { background-color: #BD997E; }
a { background-color: rgb(189,153,126); }
div.DivClassName
{
background-color: #BD997E;
}
.BgClassName
{
background-color: #BD997E;
}
</style>
border-color css
<style>
span { border-color: #BD997E; }
span { border-color: rgb(189,153,126); }
td.TdClassName
{
border-color: #BD997E;
}
.TagClassName
{
border-color: #BD997E;
}
</style>