Shades of Pale Taupe #BC9F86
Tints of Pale Taupe #BC9F86
RGB
CMYK
RGB Variations
Color information
#BC9F86 (or 0xBC9F86) is known color: Pale Taupe. HEX triplet: BC, 9F and 86. RGB value is (188,159,134). Sum of RGB (Red+Green+Blue) = 188+159+134=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9F86 is #436079. Grayscale: #A4A4A4. Windows color (decimal): -4415610 or 8822716. OLE color: 8822716.
HSL color Cylindrical-coordinate representation of color #BC9F86: hue angle of 27.78º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9F86 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 134 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.26 |
| HSL | 27.78º | 0.29% | 0.63% | - |
| HSV(B) | 27.78º | 0.29% | 0.74% | - |
| XYZ | 37.44 | 37.21 | 27.76 | - |
| YUV | 164.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 134 | 0 | 0.15 | 0.29 | 0.26 | 27.78 | 0.29 | 0.63 |
| Hex | BC | 9F | 86 | 0 | F | 1D | 1A | 1C | 1D | 3F |
| Octal | 274 | 237 | 206 | 0 | 17 | 35 | 32 | 34 | 35 | 77 |
| Binary | 10111100 | 10011111 | 10000110 | 0 | 1111 | 11101 | 11010 | 11100 | 11101 | 111111 |
Color Harmonies of #BC9F86
Complementary color
Monochromatic Colors of #BC9F86
Black with #BC9F86
Text Example
Text Example
White with #BC9F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F86; }
p { color: rgb(188,159,134); }
H1.HeaderClassName
{
color: #BC9F86;
}
.AnyTagClassName
{
color: #BC9F86;
}
</style>
background-color css
<style>
a { background-color: #BC9F86; }
a { background-color: rgb(188,159,134); }
div.DivClassName
{
background-color: #BC9F86;
}
.BgClassName
{
background-color: #BC9F86;
}
</style>
border-color css
<style>
span { border-color: #BC9F86; }
span { border-color: rgb(188,159,134); }
td.TdClassName
{
border-color: #BC9F86;
}
.TagClassName
{
border-color: #BC9F86;
}
</style>