Shades of Pale Taupe #BD9A83
Tints of Pale Taupe #BD9A83
RGB
CMYK
RGB Variations
Color information
#BD9A83 (or 0xBD9A83) is known color: Pale Taupe. HEX triplet: BD, 9A and 83. RGB value is (189,154,131). Sum of RGB (Red+Green+Blue) = 189+154+131=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A83 is #42657C. Grayscale: #A1A1A1. Windows color (decimal): -4351357 or 8624829. OLE color: 8624829.
HSL color Cylindrical-coordinate representation of color #BD9A83: hue angle of 23.79º 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 #BD9A83 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 131 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.26 |
| HSL | 23.79º | 0.31% | 0.63% | - |
| HSV(B) | 23.79º | 0.31% | 0.74% | - |
| XYZ | 36.64 | 35.57 | 26.41 | - |
| YUV | 161.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 131 | 0 | 0.19 | 0.31 | 0.26 | 23.79 | 0.31 | 0.63 |
| Hex | BD | 9A | 83 | 0 | 13 | 1F | 1A | 18 | 1F | 3F |
| Octal | 275 | 232 | 203 | 0 | 23 | 37 | 32 | 30 | 37 | 77 |
| Binary | 10111101 | 10011010 | 10000011 | 0 | 10011 | 11111 | 11010 | 11000 | 11111 | 111111 |
Color Harmonies of #BD9A83
Complementary color
Monochromatic Colors of #BD9A83
Black with #BD9A83
Text Example
Text Example
White with #BD9A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A83; }
p { color: rgb(189,154,131); }
H1.HeaderClassName
{
color: #BD9A83;
}
.AnyTagClassName
{
color: #BD9A83;
}
</style>
background-color css
<style>
a { background-color: #BD9A83; }
a { background-color: rgb(189,154,131); }
div.DivClassName
{
background-color: #BD9A83;
}
.BgClassName
{
background-color: #BD9A83;
}
</style>
border-color css
<style>
span { border-color: #BD9A83; }
span { border-color: rgb(189,154,131); }
td.TdClassName
{
border-color: #BD9A83;
}
.TagClassName
{
border-color: #BD9A83;
}
</style>