Shades of Pale Taupe #BD9F85
Tints of Pale Taupe #BD9F85
RGB
CMYK
RGB Variations
Color information
#BD9F85 (or 0xBD9F85) is known color: Pale Taupe. HEX triplet: BD, 9F and 85. RGB value is (189,159,133). Sum of RGB (Red+Green+Blue) = 189+159+133=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F85 is #42607A. Grayscale: #A5A5A5. Windows color (decimal): -4350075 or 8757181. OLE color: 8757181.
HSL color Cylindrical-coordinate representation of color #BD9F85: hue angle of 27.86º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9F85 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 133 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.26 |
| HSL | 27.86º | 0.3% | 0.63% | - |
| HSV(B) | 27.86º | 0.3% | 0.74% | - |
| XYZ | 37.62 | 37.31 | 27.41 | - |
| YUV | 165.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 133 | 0 | 0.16 | 0.30 | 0.26 | 27.86 | 0.3 | 0.63 |
| Hex | BD | 9F | 85 | 0 | 10 | 1E | 1A | 1C | 1E | 3F |
| Octal | 275 | 237 | 205 | 0 | 20 | 36 | 32 | 34 | 36 | 77 |
| Binary | 10111101 | 10011111 | 10000101 | 0 | 10000 | 11110 | 11010 | 11100 | 11110 | 111111 |
Color Harmonies of #BD9F85
Complementary color
Monochromatic Colors of #BD9F85
Black with #BD9F85
Text Example
Text Example
White with #BD9F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F85; }
p { color: rgb(189,159,133); }
H1.HeaderClassName
{
color: #BD9F85;
}
.AnyTagClassName
{
color: #BD9F85;
}
</style>
background-color css
<style>
a { background-color: #BD9F85; }
a { background-color: rgb(189,159,133); }
div.DivClassName
{
background-color: #BD9F85;
}
.BgClassName
{
background-color: #BD9F85;
}
</style>
border-color css
<style>
span { border-color: #BD9F85; }
span { border-color: rgb(189,159,133); }
td.TdClassName
{
border-color: #BD9F85;
}
.TagClassName
{
border-color: #BD9F85;
}
</style>