Shades of Pale Taupe #BD9E8A
Tints of Pale Taupe #BD9E8A
RGB
CMYK
RGB Variations
Color information
#BD9E8A (or 0xBD9E8A) is known color: Pale Taupe. HEX triplet: BD, 9E and 8A. RGB value is (189,158,138). Sum of RGB (Red+Green+Blue) = 189+158+138=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E8A is #426175. Grayscale: #A5A5A5. Windows color (decimal): -4350326 or 9084605. OLE color: 9084605.
HSL color Cylindrical-coordinate representation of color #BD9E8A: hue angle of 23.53º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD9E8A is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 138 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.26 |
| HSL | 23.53º | 0.28% | 0.64% | - |
| HSV(B) | 23.53º | 0.27% | 0.74% | - |
| XYZ | 37.8 | 37.11 | 29.21 | - |
| YUV | 164.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 138 | 0 | 0.16 | 0.27 | 0.26 | 23.53 | 0.28 | 0.64 |
| Hex | BD | 9E | 8A | 0 | 10 | 1B | 1A | 18 | 1C | 40 |
| Octal | 275 | 236 | 212 | 0 | 20 | 33 | 32 | 30 | 34 | 100 |
| Binary | 10111101 | 10011110 | 10001010 | 0 | 10000 | 11011 | 11010 | 11000 | 11100 | 1000000 |
Color Harmonies of #BD9E8A
Complementary color
Monochromatic Colors of #BD9E8A
Black with #BD9E8A
Text Example
Text Example
White with #BD9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E8A; }
p { color: rgb(189,158,138); }
H1.HeaderClassName
{
color: #BD9E8A;
}
.AnyTagClassName
{
color: #BD9E8A;
}
</style>
background-color css
<style>
a { background-color: #BD9E8A; }
a { background-color: rgb(189,158,138); }
div.DivClassName
{
background-color: #BD9E8A;
}
.BgClassName
{
background-color: #BD9E8A;
}
</style>
border-color css
<style>
span { border-color: #BD9E8A; }
span { border-color: rgb(189,158,138); }
td.TdClassName
{
border-color: #BD9E8A;
}
.TagClassName
{
border-color: #BD9E8A;
}
</style>