Shades of Pale Taupe #BC967C
Tints of Pale Taupe #BC967C
RGB
CMYK
RGB Variations
Color information
#BC967C (or 0xBC967C) is known color: Pale Taupe. HEX triplet: BC, 96 and 7C. RGB value is (188,150,124). Sum of RGB (Red+Green+Blue) = 188+150+124=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC967C is #436983. Grayscale: #9E9E9E. Windows color (decimal): -4417924 or 8165052. OLE color: 8165052.
HSL color Cylindrical-coordinate representation of color #BC967C: hue angle of 24.38º 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 #BC967C is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 124 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.26 |
| HSL | 24.38º | 0.32% | 0.61% | - |
| HSV(B) | 24.38º | 0.34% | 0.74% | - |
| XYZ | 35.28 | 33.96 | 23.76 | - |
| YUV | 158.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 124 | 0 | 0.20 | 0.34 | 0.26 | 24.38 | 0.32 | 0.61 |
| Hex | BC | 96 | 7C | 0 | 14 | 22 | 1A | 18 | 20 | 3D |
| Octal | 274 | 226 | 174 | 0 | 24 | 42 | 32 | 30 | 40 | 75 |
| Binary | 10111100 | 10010110 | 1111100 | 0 | 10100 | 100010 | 11010 | 11000 | 100000 | 111101 |
Color Harmonies of #BC967C
Complementary color
Monochromatic Colors of #BC967C
Black with #BC967C
Text Example
Text Example
White with #BC967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC967C; }
p { color: rgb(188,150,124); }
H1.HeaderClassName
{
color: #BC967C;
}
.AnyTagClassName
{
color: #BC967C;
}
</style>
background-color css
<style>
a { background-color: #BC967C; }
a { background-color: rgb(188,150,124); }
div.DivClassName
{
background-color: #BC967C;
}
.BgClassName
{
background-color: #BC967C;
}
</style>
border-color css
<style>
span { border-color: #BC967C; }
span { border-color: rgb(188,150,124); }
td.TdClassName
{
border-color: #BC967C;
}
.TagClassName
{
border-color: #BC967C;
}
</style>