Shades of Pale Taupe #BD8F72
Tints of Pale Taupe #BD8F72
RGB
CMYK
RGB Variations
Color information
#BD8F72 (or 0xBD8F72) is known color: Pale Taupe. HEX triplet: BD, 8F and 72. RGB value is (189,143,114). Sum of RGB (Red+Green+Blue) = 189+143+114=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F72 is #42708D. Grayscale: #999999. Windows color (decimal): -4354190 or 7507901. OLE color: 7507901.
HSL color Cylindrical-coordinate representation of color #BD8F72: hue angle of 23.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8F72 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 114 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.26 |
| HSL | 23.2º | 0.36% | 0.59% | - |
| HSV(B) | 23.2º | 0.4% | 0.74% | - |
| XYZ | 33.85 | 31.68 | 20.25 | - |
| YUV | 153.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 114 | 0 | 0.24 | 0.40 | 0.26 | 23.2 | 0.36 | 0.59 |
| Hex | BD | 8F | 72 | 0 | 18 | 28 | 1A | 17 | 24 | 3B |
| Octal | 275 | 217 | 162 | 0 | 30 | 50 | 32 | 27 | 44 | 73 |
| Binary | 10111101 | 10001111 | 1110010 | 0 | 11000 | 101000 | 11010 | 10111 | 100100 | 111011 |
Color Harmonies of #BD8F72
Complementary color
Monochromatic Colors of #BD8F72
Black with #BD8F72
Text Example
Text Example
White with #BD8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F72; }
p { color: rgb(189,143,114); }
H1.HeaderClassName
{
color: #BD8F72;
}
.AnyTagClassName
{
color: #BD8F72;
}
</style>
background-color css
<style>
a { background-color: #BD8F72; }
a { background-color: rgb(189,143,114); }
div.DivClassName
{
background-color: #BD8F72;
}
.BgClassName
{
background-color: #BD8F72;
}
</style>
border-color css
<style>
span { border-color: #BD8F72; }
span { border-color: rgb(189,143,114); }
td.TdClassName
{
border-color: #BD8F72;
}
.TagClassName
{
border-color: #BD8F72;
}
</style>