Shades of Pale Taupe #BC8F78
Tints of Pale Taupe #BC8F78
RGB
CMYK
RGB Variations
Color information
#BC8F78 (or 0xBC8F78) is known color: Pale Taupe. HEX triplet: BC, 8F and 78. RGB value is (188,143,120). Sum of RGB (Red+Green+Blue) = 188+143+120=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F78 is #437087. Grayscale: #999999. Windows color (decimal): -4419720 or 7901116. OLE color: 7901116.
HSL color Cylindrical-coordinate representation of color #BC8F78: hue angle of 20.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8F78 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 120 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.26 |
| HSL | 20.29º | 0.34% | 0.6% | - |
| HSV(B) | 20.29º | 0.36% | 0.74% | - |
| XYZ | 33.95 | 31.69 | 22.1 | - |
| YUV | 153.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 120 | 0 | 0.24 | 0.36 | 0.26 | 20.29 | 0.34 | 0.6 |
| Hex | BC | 8F | 78 | 0 | 18 | 24 | 1A | 14 | 22 | 3C |
| Octal | 274 | 217 | 170 | 0 | 30 | 44 | 32 | 24 | 42 | 74 |
| Binary | 10111100 | 10001111 | 1111000 | 0 | 11000 | 100100 | 11010 | 10100 | 100010 | 111100 |
Color Harmonies of #BC8F78
Complementary color
Monochromatic Colors of #BC8F78
Black with #BC8F78
Text Example
Text Example
White with #BC8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F78; }
p { color: rgb(188,143,120); }
H1.HeaderClassName
{
color: #BC8F78;
}
.AnyTagClassName
{
color: #BC8F78;
}
</style>
background-color css
<style>
a { background-color: #BC8F78; }
a { background-color: rgb(188,143,120); }
div.DivClassName
{
background-color: #BC8F78;
}
.BgClassName
{
background-color: #BC8F78;
}
</style>
border-color css
<style>
span { border-color: #BC8F78; }
span { border-color: rgb(188,143,120); }
td.TdClassName
{
border-color: #BC8F78;
}
.TagClassName
{
border-color: #BC8F78;
}
</style>