Shades of Pale Taupe #BD9173
Tints of Pale Taupe #BD9173
RGB
CMYK
RGB Variations
Color information
#BD9173 (or 0xBD9173) is known color: Pale Taupe. HEX triplet: BD, 91 and 73. RGB value is (189,145,115). Sum of RGB (Red+Green+Blue) = 189+145+115=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9173 is #426E8C. Grayscale: #9A9A9A. Windows color (decimal): -4353677 or 7573949. OLE color: 7573949.
HSL color Cylindrical-coordinate representation of color #BD9173: hue angle of 24.32º 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 #BD9173 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 115 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.26 |
| HSL | 24.32º | 0.36% | 0.6% | - |
| HSV(B) | 24.32º | 0.39% | 0.74% | - |
| XYZ | 34.21 | 32.31 | 20.65 | - |
| YUV | 154.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 115 | 0 | 0.23 | 0.39 | 0.26 | 24.32 | 0.36 | 0.6 |
| Hex | BD | 91 | 73 | 0 | 17 | 27 | 1A | 18 | 24 | 3C |
| Octal | 275 | 221 | 163 | 0 | 27 | 47 | 32 | 30 | 44 | 74 |
| Binary | 10111101 | 10010001 | 1110011 | 0 | 10111 | 100111 | 11010 | 11000 | 100100 | 111100 |
Color Harmonies of #BD9173
Complementary color
Monochromatic Colors of #BD9173
Black with #BD9173
Text Example
Text Example
White with #BD9173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9173; }
p { color: rgb(189,145,115); }
H1.HeaderClassName
{
color: #BD9173;
}
.AnyTagClassName
{
color: #BD9173;
}
</style>
background-color css
<style>
a { background-color: #BD9173; }
a { background-color: rgb(189,145,115); }
div.DivClassName
{
background-color: #BD9173;
}
.BgClassName
{
background-color: #BD9173;
}
</style>
border-color css
<style>
span { border-color: #BD9173; }
span { border-color: rgb(189,145,115); }
td.TdClassName
{
border-color: #BD9173;
}
.TagClassName
{
border-color: #BD9173;
}
</style>