Shades of Pale Taupe #BF8F70
Tints of Pale Taupe #BF8F70
RGB
CMYK
RGB Variations
Color information
#BF8F70 (or 0xBF8F70) is known color: Pale Taupe. HEX triplet: BF, 8F and 70. RGB value is (191,143,112). Sum of RGB (Red+Green+Blue) = 191+143+112=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F70 is #40708F. Grayscale: #999999. Windows color (decimal): -4223120 or 7376831. OLE color: 7376831.
HSL color Cylindrical-coordinate representation of color #BF8F70: hue angle of 23.54º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8F70 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 112 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.25 |
| HSL | 23.54º | 0.38% | 0.59% | - |
| HSV(B) | 23.54º | 0.41% | 0.75% | - |
| XYZ | 34.23 | 31.89 | 19.68 | - |
| YUV | 153.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 112 | 0 | 0.25 | 0.41 | 0.25 | 23.54 | 0.38 | 0.59 |
| Hex | BF | 8F | 70 | 0 | 19 | 29 | 19 | 18 | 26 | 3B |
| Octal | 277 | 217 | 160 | 0 | 31 | 51 | 31 | 30 | 46 | 73 |
| Binary | 10111111 | 10001111 | 1110000 | 0 | 11001 | 101001 | 11001 | 11000 | 100110 | 111011 |
Color Harmonies of #BF8F70
Complementary color
Monochromatic Colors of #BF8F70
Black with #BF8F70
Text Example
Text Example
White with #BF8F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F70; }
p { color: rgb(191,143,112); }
H1.HeaderClassName
{
color: #BF8F70;
}
.AnyTagClassName
{
color: #BF8F70;
}
</style>
background-color css
<style>
a { background-color: #BF8F70; }
a { background-color: rgb(191,143,112); }
div.DivClassName
{
background-color: #BF8F70;
}
.BgClassName
{
background-color: #BF8F70;
}
</style>
border-color css
<style>
span { border-color: #BF8F70; }
span { border-color: rgb(191,143,112); }
td.TdClassName
{
border-color: #BF8F70;
}
.TagClassName
{
border-color: #BF8F70;
}
</style>