Shades of Pale Taupe #BF8F71
Tints of Pale Taupe #BF8F71
RGB
CMYK
RGB Variations
Color information
#BF8F71 (or 0xBF8F71) is known color: Pale Taupe. HEX triplet: BF, 8F and 71. RGB value is (191,143,113). Sum of RGB (Red+Green+Blue) = 191+143+113=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F71 is #40708E. Grayscale: #9A9A9A. Windows color (decimal): -4223119 or 7442367. OLE color: 7442367.
HSL color Cylindrical-coordinate representation of color #BF8F71: hue angle of 23.08º 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 #BF8F71 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 113 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.25 |
| HSL | 23.08º | 0.38% | 0.6% | - |
| HSV(B) | 23.08º | 0.41% | 0.75% | - |
| XYZ | 34.29 | 31.91 | 19.98 | - |
| YUV | 153.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 113 | 0 | 0.25 | 0.41 | 0.25 | 23.08 | 0.38 | 0.6 |
| Hex | BF | 8F | 71 | 0 | 19 | 29 | 19 | 17 | 26 | 3C |
| Octal | 277 | 217 | 161 | 0 | 31 | 51 | 31 | 27 | 46 | 74 |
| Binary | 10111111 | 10001111 | 1110001 | 0 | 11001 | 101001 | 11001 | 10111 | 100110 | 111100 |
Color Harmonies of #BF8F71
Complementary color
Monochromatic Colors of #BF8F71
Black with #BF8F71
Text Example
Text Example
White with #BF8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F71; }
p { color: rgb(191,143,113); }
H1.HeaderClassName
{
color: #BF8F71;
}
.AnyTagClassName
{
color: #BF8F71;
}
</style>
background-color css
<style>
a { background-color: #BF8F71; }
a { background-color: rgb(191,143,113); }
div.DivClassName
{
background-color: #BF8F71;
}
.BgClassName
{
background-color: #BF8F71;
}
</style>
border-color css
<style>
span { border-color: #BF8F71; }
span { border-color: rgb(191,143,113); }
td.TdClassName
{
border-color: #BF8F71;
}
.TagClassName
{
border-color: #BF8F71;
}
</style>