Shades of Pale Taupe #BF8D71
Tints of Pale Taupe #BF8D71
RGB
CMYK
RGB Variations
Color information
#BF8D71 (or 0xBF8D71) is known color: Pale Taupe. HEX triplet: BF, 8D and 71. RGB value is (191,141,113). Sum of RGB (Red+Green+Blue) = 191+141+113=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D71 is #40728E. Grayscale: #989898. Windows color (decimal): -4223631 or 7441855. OLE color: 7441855.
HSL color Cylindrical-coordinate representation of color #BF8D71: hue angle of 21.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8D71 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 113 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.25 |
| HSL | 21.54º | 0.38% | 0.6% | - |
| HSV(B) | 21.54º | 0.41% | 0.75% | - |
| XYZ | 33.99 | 31.32 | 19.88 | - |
| YUV | 152.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 113 | 0 | 0.26 | 0.41 | 0.25 | 21.54 | 0.38 | 0.6 |
| Hex | BF | 8D | 71 | 0 | 1A | 29 | 19 | 16 | 26 | 3C |
| Octal | 277 | 215 | 161 | 0 | 32 | 51 | 31 | 26 | 46 | 74 |
| Binary | 10111111 | 10001101 | 1110001 | 0 | 11010 | 101001 | 11001 | 10110 | 100110 | 111100 |
Color Harmonies of #BF8D71
Complementary color
Monochromatic Colors of #BF8D71
Black with #BF8D71
Text Example
Text Example
White with #BF8D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D71; }
p { color: rgb(191,141,113); }
H1.HeaderClassName
{
color: #BF8D71;
}
.AnyTagClassName
{
color: #BF8D71;
}
</style>
background-color css
<style>
a { background-color: #BF8D71; }
a { background-color: rgb(191,141,113); }
div.DivClassName
{
background-color: #BF8D71;
}
.BgClassName
{
background-color: #BF8D71;
}
</style>
border-color css
<style>
span { border-color: #BF8D71; }
span { border-color: rgb(191,141,113); }
td.TdClassName
{
border-color: #BF8D71;
}
.TagClassName
{
border-color: #BF8D71;
}
</style>