Shades of Pale Taupe #BD9785
Tints of Pale Taupe #BD9785
RGB
CMYK
RGB Variations
Color information
#BD9785 (or 0xBD9785) is known color: Pale Taupe. HEX triplet: BD, 97 and 85. RGB value is (189,151,133). Sum of RGB (Red+Green+Blue) = 189+151+133=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9785 is #42687A. Grayscale: #A0A0A0. Windows color (decimal): -4352123 or 8755133. OLE color: 8755133.
HSL color Cylindrical-coordinate representation of color #BD9785: hue angle of 19.29º 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 #BD9785 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 133 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.26 |
| HSL | 19.29º | 0.3% | 0.63% | - |
| HSV(B) | 19.29º | 0.3% | 0.74% | - |
| XYZ | 36.29 | 34.65 | 26.97 | - |
| YUV | 160.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 133 | 0 | 0.20 | 0.30 | 0.26 | 19.29 | 0.3 | 0.63 |
| Hex | BD | 97 | 85 | 0 | 14 | 1E | 1A | 13 | 1E | 3F |
| Octal | 275 | 227 | 205 | 0 | 24 | 36 | 32 | 23 | 36 | 77 |
| Binary | 10111101 | 10010111 | 10000101 | 0 | 10100 | 11110 | 11010 | 10011 | 11110 | 111111 |
Color Harmonies of #BD9785
Complementary color
Monochromatic Colors of #BD9785
Black with #BD9785
Text Example
Text Example
White with #BD9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9785; }
p { color: rgb(189,151,133); }
H1.HeaderClassName
{
color: #BD9785;
}
.AnyTagClassName
{
color: #BD9785;
}
</style>
background-color css
<style>
a { background-color: #BD9785; }
a { background-color: rgb(189,151,133); }
div.DivClassName
{
background-color: #BD9785;
}
.BgClassName
{
background-color: #BD9785;
}
</style>
border-color css
<style>
span { border-color: #BD9785; }
span { border-color: rgb(189,151,133); }
td.TdClassName
{
border-color: #BD9785;
}
.TagClassName
{
border-color: #BD9785;
}
</style>