Shades of Pale Taupe #BC8F7C
Tints of Pale Taupe #BC8F7C
RGB
CMYK
RGB Variations
Color information
#BC8F7C (or 0xBC8F7C) is known color: Pale Taupe. HEX triplet: BC, 8F and 7C. RGB value is (188,143,124). Sum of RGB (Red+Green+Blue) = 188+143+124=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F7C is #437083. Grayscale: #9A9A9A. Windows color (decimal): -4419716 or 8163260. OLE color: 8163260.
HSL color Cylindrical-coordinate representation of color #BC8F7C: hue angle of 17.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 #BC8F7C is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 124 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.26 |
| HSL | 17.81º | 0.32% | 0.61% | - |
| HSV(B) | 17.81º | 0.34% | 0.74% | - |
| XYZ | 34.2 | 31.79 | 23.4 | - |
| YUV | 154.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 124 | 0 | 0.24 | 0.34 | 0.26 | 17.81 | 0.32 | 0.61 |
| Hex | BC | 8F | 7C | 0 | 18 | 22 | 1A | 12 | 20 | 3D |
| Octal | 274 | 217 | 174 | 0 | 30 | 42 | 32 | 22 | 40 | 75 |
| Binary | 10111100 | 10001111 | 1111100 | 0 | 11000 | 100010 | 11010 | 10010 | 100000 | 111101 |
Color Harmonies of #BC8F7C
Complementary color
Monochromatic Colors of #BC8F7C
Black with #BC8F7C
Text Example
Text Example
White with #BC8F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F7C; }
p { color: rgb(188,143,124); }
H1.HeaderClassName
{
color: #BC8F7C;
}
.AnyTagClassName
{
color: #BC8F7C;
}
</style>
background-color css
<style>
a { background-color: #BC8F7C; }
a { background-color: rgb(188,143,124); }
div.DivClassName
{
background-color: #BC8F7C;
}
.BgClassName
{
background-color: #BC8F7C;
}
</style>
border-color css
<style>
span { border-color: #BC8F7C; }
span { border-color: rgb(188,143,124); }
td.TdClassName
{
border-color: #BC8F7C;
}
.TagClassName
{
border-color: #BC8F7C;
}
</style>