Shades of Pale Taupe #BD9683
Tints of Pale Taupe #BD9683
RGB
CMYK
RGB Variations
Color information
#BD9683 (or 0xBD9683) is known color: Pale Taupe. HEX triplet: BD, 96 and 83. RGB value is (189,150,131). Sum of RGB (Red+Green+Blue) = 189+150+131=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9683 is #42697C. Grayscale: #9F9F9F. Windows color (decimal): -4352381 or 8623805. OLE color: 8623805.
HSL color Cylindrical-coordinate representation of color #BD9683: hue angle of 19.66º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD9683 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 131 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.26 |
| HSL | 19.66º | 0.31% | 0.63% | - |
| HSV(B) | 19.66º | 0.31% | 0.74% | - |
| XYZ | 35.99 | 34.27 | 26.19 | - |
| YUV | 159.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 131 | 0 | 0.21 | 0.31 | 0.26 | 19.66 | 0.31 | 0.63 |
| Hex | BD | 96 | 83 | 0 | 15 | 1F | 1A | 14 | 1F | 3F |
| Octal | 275 | 226 | 203 | 0 | 25 | 37 | 32 | 24 | 37 | 77 |
| Binary | 10111101 | 10010110 | 10000011 | 0 | 10101 | 11111 | 11010 | 10100 | 11111 | 111111 |
Color Harmonies of #BD9683
Complementary color
Monochromatic Colors of #BD9683
Black with #BD9683
Text Example
Text Example
White with #BD9683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9683; }
p { color: rgb(189,150,131); }
H1.HeaderClassName
{
color: #BD9683;
}
.AnyTagClassName
{
color: #BD9683;
}
</style>
background-color css
<style>
a { background-color: #BD9683; }
a { background-color: rgb(189,150,131); }
div.DivClassName
{
background-color: #BD9683;
}
.BgClassName
{
background-color: #BD9683;
}
</style>
border-color css
<style>
span { border-color: #BD9683; }
span { border-color: rgb(189,150,131); }
td.TdClassName
{
border-color: #BD9683;
}
.TagClassName
{
border-color: #BD9683;
}
</style>