Shades of Pale Taupe #BF8C70
Tints of Pale Taupe #BF8C70
RGB
CMYK
RGB Variations
Color information
#BF8C70 (or 0xBF8C70) is known color: Pale Taupe. HEX triplet: BF, 8C and 70. RGB value is (191,140,112). Sum of RGB (Red+Green+Blue) = 191+140+112=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C70 is #40738F. Grayscale: #989898. Windows color (decimal): -4223888 or 7376063. OLE color: 7376063.
HSL color Cylindrical-coordinate representation of color #BF8C70: hue angle of 21.27º 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 #BF8C70 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 112 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.25 |
| HSL | 21.27º | 0.38% | 0.59% | - |
| HSV(B) | 21.27º | 0.41% | 0.75% | - |
| XYZ | 33.79 | 31 | 19.53 | - |
| YUV | 152.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 112 | 0 | 0.27 | 0.41 | 0.25 | 21.27 | 0.38 | 0.59 |
| Hex | BF | 8C | 70 | 0 | 1B | 29 | 19 | 15 | 26 | 3B |
| Octal | 277 | 214 | 160 | 0 | 33 | 51 | 31 | 25 | 46 | 73 |
| Binary | 10111111 | 10001100 | 1110000 | 0 | 11011 | 101001 | 11001 | 10101 | 100110 | 111011 |
Color Harmonies of #BF8C70
Complementary color
Monochromatic Colors of #BF8C70
Black with #BF8C70
Text Example
Text Example
White with #BF8C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C70; }
p { color: rgb(191,140,112); }
H1.HeaderClassName
{
color: #BF8C70;
}
.AnyTagClassName
{
color: #BF8C70;
}
</style>
background-color css
<style>
a { background-color: #BF8C70; }
a { background-color: rgb(191,140,112); }
div.DivClassName
{
background-color: #BF8C70;
}
.BgClassName
{
background-color: #BF8C70;
}
</style>
border-color css
<style>
span { border-color: #BF8C70; }
span { border-color: rgb(191,140,112); }
td.TdClassName
{
border-color: #BF8C70;
}
.TagClassName
{
border-color: #BF8C70;
}
</style>