Shades of Pale Taupe #BC9E7F
Tints of Pale Taupe #BC9E7F
RGB
CMYK
RGB Variations
Color information
#BC9E7F (or 0xBC9E7F) is known color: Pale Taupe. HEX triplet: BC, 9E and 7F. RGB value is (188,158,127). Sum of RGB (Red+Green+Blue) = 188+158+127=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E7F is #436180. Grayscale: #A3A3A3. Windows color (decimal): -4415873 or 8363708. OLE color: 8363708.
HSL color Cylindrical-coordinate representation of color #BC9E7F: hue angle of 30.49º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC9E7F is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 127 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.26 |
| HSL | 30.49º | 0.31% | 0.62% | - |
| HSV(B) | 30.49º | 0.32% | 0.74% | - |
| XYZ | 36.8 | 36.68 | 25.22 | - |
| YUV | 163.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 127 | 0 | 0.16 | 0.32 | 0.26 | 30.49 | 0.31 | 0.62 |
| Hex | BC | 9E | 7F | 0 | 10 | 20 | 1A | 1E | 1F | 3E |
| Octal | 274 | 236 | 177 | 0 | 20 | 40 | 32 | 36 | 37 | 76 |
| Binary | 10111100 | 10011110 | 1111111 | 0 | 10000 | 100000 | 11010 | 11110 | 11111 | 111110 |
Color Harmonies of #BC9E7F
Complementary color
Monochromatic Colors of #BC9E7F
Black with #BC9E7F
Text Example
Text Example
White with #BC9E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E7F; }
p { color: rgb(188,158,127); }
H1.HeaderClassName
{
color: #BC9E7F;
}
.AnyTagClassName
{
color: #BC9E7F;
}
</style>
background-color css
<style>
a { background-color: #BC9E7F; }
a { background-color: rgb(188,158,127); }
div.DivClassName
{
background-color: #BC9E7F;
}
.BgClassName
{
background-color: #BC9E7F;
}
</style>
border-color css
<style>
span { border-color: #BC9E7F; }
span { border-color: rgb(188,158,127); }
td.TdClassName
{
border-color: #BC9E7F;
}
.TagClassName
{
border-color: #BC9E7F;
}
</style>