Shades of Pale Taupe #BD8F73
Tints of Pale Taupe #BD8F73
RGB
CMYK
RGB Variations
Color information
#BD8F73 (or 0xBD8F73) is known color: Pale Taupe. HEX triplet: BD, 8F and 73. RGB value is (189,143,115). Sum of RGB (Red+Green+Blue) = 189+143+115=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F73 is #42708C. Grayscale: #999999. Windows color (decimal): -4354189 or 7573437. OLE color: 7573437.
HSL color Cylindrical-coordinate representation of color #BD8F73: hue angle of 22.7º 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 #BD8F73 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 115 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.26 |
| HSL | 22.7º | 0.36% | 0.6% | - |
| HSV(B) | 22.7º | 0.39% | 0.74% | - |
| XYZ | 33.9 | 31.7 | 20.55 | - |
| YUV | 153.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 115 | 0 | 0.24 | 0.39 | 0.26 | 22.7 | 0.36 | 0.6 |
| Hex | BD | 8F | 73 | 0 | 18 | 27 | 1A | 17 | 24 | 3C |
| Octal | 275 | 217 | 163 | 0 | 30 | 47 | 32 | 27 | 44 | 74 |
| Binary | 10111101 | 10001111 | 1110011 | 0 | 11000 | 100111 | 11010 | 10111 | 100100 | 111100 |
Color Harmonies of #BD8F73
Complementary color
Monochromatic Colors of #BD8F73
Black with #BD8F73
Text Example
Text Example
White with #BD8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F73; }
p { color: rgb(189,143,115); }
H1.HeaderClassName
{
color: #BD8F73;
}
.AnyTagClassName
{
color: #BD8F73;
}
</style>
background-color css
<style>
a { background-color: #BD8F73; }
a { background-color: rgb(189,143,115); }
div.DivClassName
{
background-color: #BD8F73;
}
.BgClassName
{
background-color: #BD8F73;
}
</style>
border-color css
<style>
span { border-color: #BD8F73; }
span { border-color: rgb(189,143,115); }
td.TdClassName
{
border-color: #BD8F73;
}
.TagClassName
{
border-color: #BD8F73;
}
</style>