Shades of Pale Taupe #BF8F73
Tints of Pale Taupe #BF8F73
RGB
CMYK
RGB Variations
Color information
#BF8F73 (or 0xBF8F73) is known color: Pale Taupe. HEX triplet: BF, 8F and 73. RGB value is (191,143,115). Sum of RGB (Red+Green+Blue) = 191+143+115=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F73 is #40708C. Grayscale: #9A9A9A. Windows color (decimal): -4223117 or 7573439. OLE color: 7573439.
HSL color Cylindrical-coordinate representation of color #BF8F73: hue angle of 22.11º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF8F73 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 115 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.25 |
| HSL | 22.11º | 0.37% | 0.6% | - |
| HSV(B) | 22.11º | 0.4% | 0.75% | - |
| XYZ | 34.4 | 31.96 | 20.58 | - |
| YUV | 154.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 115 | 0 | 0.25 | 0.40 | 0.25 | 22.11 | 0.37 | 0.6 |
| Hex | BF | 8F | 73 | 0 | 19 | 28 | 19 | 16 | 25 | 3C |
| Octal | 277 | 217 | 163 | 0 | 31 | 50 | 31 | 26 | 45 | 74 |
| Binary | 10111111 | 10001111 | 1110011 | 0 | 11001 | 101000 | 11001 | 10110 | 100101 | 111100 |
Color Harmonies of #BF8F73
Complementary color
Monochromatic Colors of #BF8F73
Black with #BF8F73
Text Example
Text Example
White with #BF8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F73; }
p { color: rgb(191,143,115); }
H1.HeaderClassName
{
color: #BF8F73;
}
.AnyTagClassName
{
color: #BF8F73;
}
</style>
background-color css
<style>
a { background-color: #BF8F73; }
a { background-color: rgb(191,143,115); }
div.DivClassName
{
background-color: #BF8F73;
}
.BgClassName
{
background-color: #BF8F73;
}
</style>
border-color css
<style>
span { border-color: #BF8F73; }
span { border-color: rgb(191,143,115); }
td.TdClassName
{
border-color: #BF8F73;
}
.TagClassName
{
border-color: #BF8F73;
}
</style>