Shades of Pale Taupe #BC9F7C
Tints of Pale Taupe #BC9F7C
RGB
CMYK
RGB Variations
Color information
#BC9F7C (or 0xBC9F7C) is known color: Pale Taupe. HEX triplet: BC, 9F and 7C. RGB value is (188,159,124). Sum of RGB (Red+Green+Blue) = 188+159+124=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F7C is #436083. Grayscale: #A3A3A3. Windows color (decimal): -4415620 or 8167356. OLE color: 8167356.
HSL color Cylindrical-coordinate representation of color #BC9F7C: hue angle of 32.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC9F7C is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 124 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.26 |
| HSL | 32.81º | 0.32% | 0.61% | - |
| HSV(B) | 32.81º | 0.34% | 0.74% | - |
| XYZ | 36.78 | 36.94 | 24.26 | - |
| YUV | 163.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 124 | 0 | 0.15 | 0.34 | 0.26 | 32.81 | 0.32 | 0.61 |
| Hex | BC | 9F | 7C | 0 | F | 22 | 1A | 21 | 20 | 3D |
| Octal | 274 | 237 | 174 | 0 | 17 | 42 | 32 | 41 | 40 | 75 |
| Binary | 10111100 | 10011111 | 1111100 | 0 | 1111 | 100010 | 11010 | 100001 | 100000 | 111101 |
Color Harmonies of #BC9F7C
Complementary color
Monochromatic Colors of #BC9F7C
Black with #BC9F7C
Text Example
Text Example
White with #BC9F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F7C; }
p { color: rgb(188,159,124); }
H1.HeaderClassName
{
color: #BC9F7C;
}
.AnyTagClassName
{
color: #BC9F7C;
}
</style>
background-color css
<style>
a { background-color: #BC9F7C; }
a { background-color: rgb(188,159,124); }
div.DivClassName
{
background-color: #BC9F7C;
}
.BgClassName
{
background-color: #BC9F7C;
}
</style>
border-color css
<style>
span { border-color: #BC9F7C; }
span { border-color: rgb(188,159,124); }
td.TdClassName
{
border-color: #BC9F7C;
}
.TagClassName
{
border-color: #BC9F7C;
}
</style>