Shades of Pale Taupe #BC9D7C
Tints of Pale Taupe #BC9D7C
RGB
CMYK
RGB Variations
Color information
#BC9D7C (or 0xBC9D7C) is known color: Pale Taupe. HEX triplet: BC, 9D and 7C. RGB value is (188,157,124). Sum of RGB (Red+Green+Blue) = 188+157+124=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D7C is #436283. Grayscale: #A2A2A2. Windows color (decimal): -4416132 or 8166844. OLE color: 8166844.
HSL color Cylindrical-coordinate representation of color #BC9D7C: hue angle of 30.94º 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 #BC9D7C is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 124 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.26 |
| HSL | 30.94º | 0.32% | 0.61% | - |
| HSV(B) | 30.94º | 0.34% | 0.74% | - |
| XYZ | 36.43 | 36.26 | 24.15 | - |
| YUV | 162.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 124 | 0 | 0.16 | 0.34 | 0.26 | 30.94 | 0.32 | 0.61 |
| Hex | BC | 9D | 7C | 0 | 10 | 22 | 1A | 1F | 20 | 3D |
| Octal | 274 | 235 | 174 | 0 | 20 | 42 | 32 | 37 | 40 | 75 |
| Binary | 10111100 | 10011101 | 1111100 | 0 | 10000 | 100010 | 11010 | 11111 | 100000 | 111101 |
Color Harmonies of #BC9D7C
Complementary color
Monochromatic Colors of #BC9D7C
Black with #BC9D7C
Text Example
Text Example
White with #BC9D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D7C; }
p { color: rgb(188,157,124); }
H1.HeaderClassName
{
color: #BC9D7C;
}
.AnyTagClassName
{
color: #BC9D7C;
}
</style>
background-color css
<style>
a { background-color: #BC9D7C; }
a { background-color: rgb(188,157,124); }
div.DivClassName
{
background-color: #BC9D7C;
}
.BgClassName
{
background-color: #BC9D7C;
}
</style>
border-color css
<style>
span { border-color: #BC9D7C; }
span { border-color: rgb(188,157,124); }
td.TdClassName
{
border-color: #BC9D7C;
}
.TagClassName
{
border-color: #BC9D7C;
}
</style>