Shades of Pale Taupe #BC957C
Tints of Pale Taupe #BC957C
RGB
CMYK
RGB Variations
Color information
#BC957C (or 0xBC957C) is known color: Pale Taupe. HEX triplet: BC, 95 and 7C. RGB value is (188,149,124). Sum of RGB (Red+Green+Blue) = 188+149+124=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC957C is #436A83. Grayscale: #9D9D9D. Windows color (decimal): -4418180 or 8164796. OLE color: 8164796.
HSL color Cylindrical-coordinate representation of color #BC957C: hue angle of 23.44º 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 #BC957C is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 124 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.26 |
| HSL | 23.44º | 0.32% | 0.61% | - |
| HSV(B) | 23.44º | 0.34% | 0.74% | - |
| XYZ | 35.12 | 33.64 | 23.71 | - |
| YUV | 157.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 124 | 0 | 0.21 | 0.34 | 0.26 | 23.44 | 0.32 | 0.61 |
| Hex | BC | 95 | 7C | 0 | 15 | 22 | 1A | 17 | 20 | 3D |
| Octal | 274 | 225 | 174 | 0 | 25 | 42 | 32 | 27 | 40 | 75 |
| Binary | 10111100 | 10010101 | 1111100 | 0 | 10101 | 100010 | 11010 | 10111 | 100000 | 111101 |
Color Harmonies of #BC957C
Complementary color
Monochromatic Colors of #BC957C
Black with #BC957C
Text Example
Text Example
White with #BC957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC957C; }
p { color: rgb(188,149,124); }
H1.HeaderClassName
{
color: #BC957C;
}
.AnyTagClassName
{
color: #BC957C;
}
</style>
background-color css
<style>
a { background-color: #BC957C; }
a { background-color: rgb(188,149,124); }
div.DivClassName
{
background-color: #BC957C;
}
.BgClassName
{
background-color: #BC957C;
}
</style>
border-color css
<style>
span { border-color: #BC957C; }
span { border-color: rgb(188,149,124); }
td.TdClassName
{
border-color: #BC957C;
}
.TagClassName
{
border-color: #BC957C;
}
</style>