Shades of Pale Taupe #BD8D74
Tints of Pale Taupe #BD8D74
RGB
CMYK
RGB Variations
Color information
#BD8D74 (or 0xBD8D74) is known color: Pale Taupe. HEX triplet: BD, 8D and 74. RGB value is (189,141,116). Sum of RGB (Red+Green+Blue) = 189+141+116=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D74 is #42728B. Grayscale: #989898. Windows color (decimal): -4354700 or 7638461. OLE color: 7638461.
HSL color Cylindrical-coordinate representation of color #BD8D74: hue angle of 20.55º 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 #BD8D74 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 116 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.26 |
| HSL | 20.55º | 0.36% | 0.6% | - |
| HSV(B) | 20.55º | 0.39% | 0.74% | - |
| XYZ | 33.66 | 31.13 | 20.76 | - |
| YUV | 152.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 116 | 0 | 0.25 | 0.39 | 0.26 | 20.55 | 0.36 | 0.6 |
| Hex | BD | 8D | 74 | 0 | 19 | 27 | 1A | 15 | 24 | 3C |
| Octal | 275 | 215 | 164 | 0 | 31 | 47 | 32 | 25 | 44 | 74 |
| Binary | 10111101 | 10001101 | 1110100 | 0 | 11001 | 100111 | 11010 | 10101 | 100100 | 111100 |
Color Harmonies of #BD8D74
Complementary color
Monochromatic Colors of #BD8D74
Black with #BD8D74
Text Example
Text Example
White with #BD8D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D74; }
p { color: rgb(189,141,116); }
H1.HeaderClassName
{
color: #BD8D74;
}
.AnyTagClassName
{
color: #BD8D74;
}
</style>
background-color css
<style>
a { background-color: #BD8D74; }
a { background-color: rgb(189,141,116); }
div.DivClassName
{
background-color: #BD8D74;
}
.BgClassName
{
background-color: #BD8D74;
}
</style>
border-color css
<style>
span { border-color: #BD8D74; }
span { border-color: rgb(189,141,116); }
td.TdClassName
{
border-color: #BD8D74;
}
.TagClassName
{
border-color: #BD8D74;
}
</style>