Shades of Pale Taupe #BD9473
Tints of Pale Taupe #BD9473
RGB
CMYK
RGB Variations
Color information
#BD9473 (or 0xBD9473) is known color: Pale Taupe. HEX triplet: BD, 94 and 73. RGB value is (189,148,115). Sum of RGB (Red+Green+Blue) = 189+148+115=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9473 is #426B8C. Grayscale: #9C9C9C. Windows color (decimal): -4352909 or 7574717. OLE color: 7574717.
HSL color Cylindrical-coordinate representation of color #BD9473: hue angle of 26.76º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD9473 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 115 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.26 |
| HSL | 26.76º | 0.36% | 0.6% | - |
| HSV(B) | 26.76º | 0.39% | 0.74% | - |
| XYZ | 34.67 | 33.24 | 20.81 | - |
| YUV | 156.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 115 | 0 | 0.22 | 0.39 | 0.26 | 26.76 | 0.36 | 0.6 |
| Hex | BD | 94 | 73 | 0 | 16 | 27 | 1A | 1B | 24 | 3C |
| Octal | 275 | 224 | 163 | 0 | 26 | 47 | 32 | 33 | 44 | 74 |
| Binary | 10111101 | 10010100 | 1110011 | 0 | 10110 | 100111 | 11010 | 11011 | 100100 | 111100 |
Color Harmonies of #BD9473
Complementary color
Monochromatic Colors of #BD9473
Black with #BD9473
Text Example
Text Example
White with #BD9473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9473; }
p { color: rgb(189,148,115); }
H1.HeaderClassName
{
color: #BD9473;
}
.AnyTagClassName
{
color: #BD9473;
}
</style>
background-color css
<style>
a { background-color: #BD9473; }
a { background-color: rgb(189,148,115); }
div.DivClassName
{
background-color: #BD9473;
}
.BgClassName
{
background-color: #BD9473;
}
</style>
border-color css
<style>
span { border-color: #BD9473; }
span { border-color: rgb(189,148,115); }
td.TdClassName
{
border-color: #BD9473;
}
.TagClassName
{
border-color: #BD9473;
}
</style>