Shades of Pale Taupe #BC977C
Tints of Pale Taupe #BC977C
RGB
CMYK
RGB Variations
Color information
#BC977C (or 0xBC977C) is known color: Pale Taupe. HEX triplet: BC, 97 and 7C. RGB value is (188,151,124). Sum of RGB (Red+Green+Blue) = 188+151+124=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC977C is #436883. Grayscale: #9F9F9F. Windows color (decimal): -4417668 or 8165308. OLE color: 8165308.
HSL color Cylindrical-coordinate representation of color #BC977C: hue angle of 25.31º 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 #BC977C is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 124 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.26 |
| HSL | 25.31º | 0.32% | 0.61% | - |
| HSV(B) | 25.31º | 0.34% | 0.74% | - |
| XYZ | 35.44 | 34.28 | 23.82 | - |
| YUV | 158.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 124 | 0 | 0.20 | 0.34 | 0.26 | 25.31 | 0.32 | 0.61 |
| Hex | BC | 97 | 7C | 0 | 14 | 22 | 1A | 19 | 20 | 3D |
| Octal | 274 | 227 | 174 | 0 | 24 | 42 | 32 | 31 | 40 | 75 |
| Binary | 10111100 | 10010111 | 1111100 | 0 | 10100 | 100010 | 11010 | 11001 | 100000 | 111101 |
Color Harmonies of #BC977C
Complementary color
Monochromatic Colors of #BC977C
Black with #BC977C
Text Example
Text Example
White with #BC977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC977C; }
p { color: rgb(188,151,124); }
H1.HeaderClassName
{
color: #BC977C;
}
.AnyTagClassName
{
color: #BC977C;
}
</style>
background-color css
<style>
a { background-color: #BC977C; }
a { background-color: rgb(188,151,124); }
div.DivClassName
{
background-color: #BC977C;
}
.BgClassName
{
background-color: #BC977C;
}
</style>
border-color css
<style>
span { border-color: #BC977C; }
span { border-color: rgb(188,151,124); }
td.TdClassName
{
border-color: #BC977C;
}
.TagClassName
{
border-color: #BC977C;
}
</style>