Shades of Pale Taupe #BD997D
Tints of Pale Taupe #BD997D
RGB
CMYK
RGB Variations
Color information
#BD997D (or 0xBD997D) is known color: Pale Taupe. HEX triplet: BD, 99 and 7D. RGB value is (189,153,125). Sum of RGB (Red+Green+Blue) = 189+153+125=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD997D is #426682. Grayscale: #A0A0A0. Windows color (decimal): -4351619 or 8231357. OLE color: 8231357.
HSL color Cylindrical-coordinate representation of color #BD997D: hue angle of 26.25º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD997D is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 125 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.26 |
| HSL | 26.25º | 0.33% | 0.62% | - |
| HSV(B) | 26.25º | 0.34% | 0.74% | - |
| XYZ | 36.08 | 35.08 | 24.27 | - |
| YUV | 160.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 125 | 0 | 0.19 | 0.34 | 0.26 | 26.25 | 0.33 | 0.62 |
| Hex | BD | 99 | 7D | 0 | 13 | 22 | 1A | 1A | 21 | 3E |
| Octal | 275 | 231 | 175 | 0 | 23 | 42 | 32 | 32 | 41 | 76 |
| Binary | 10111101 | 10011001 | 1111101 | 0 | 10011 | 100010 | 11010 | 11010 | 100001 | 111110 |
Color Harmonies of #BD997D
Complementary color
Monochromatic Colors of #BD997D
Black with #BD997D
Text Example
Text Example
White with #BD997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD997D; }
p { color: rgb(189,153,125); }
H1.HeaderClassName
{
color: #BD997D;
}
.AnyTagClassName
{
color: #BD997D;
}
</style>
background-color css
<style>
a { background-color: #BD997D; }
a { background-color: rgb(189,153,125); }
div.DivClassName
{
background-color: #BD997D;
}
.BgClassName
{
background-color: #BD997D;
}
</style>
border-color css
<style>
span { border-color: #BD997D; }
span { border-color: rgb(189,153,125); }
td.TdClassName
{
border-color: #BD997D;
}
.TagClassName
{
border-color: #BD997D;
}
</style>