Shades of Pale Taupe #BC8F70
Tints of Pale Taupe #BC8F70
RGB
CMYK
RGB Variations
Color information
#BC8F70 (or 0xBC8F70) is known color: Pale Taupe. HEX triplet: BC, 8F and 70. RGB value is (188,143,112). Sum of RGB (Red+Green+Blue) = 188+143+112=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F70 is #43708F. Grayscale: #999999. Windows color (decimal): -4419728 or 7376828. OLE color: 7376828.
HSL color Cylindrical-coordinate representation of color #BC8F70: hue angle of 24.47º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8F70 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 112 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.26 |
| HSL | 24.47º | 0.36% | 0.59% | - |
| HSV(B) | 24.47º | 0.4% | 0.74% | - |
| XYZ | 33.49 | 31.51 | 19.65 | - |
| YUV | 152.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 112 | 0 | 0.24 | 0.40 | 0.26 | 24.47 | 0.36 | 0.59 |
| Hex | BC | 8F | 70 | 0 | 18 | 28 | 1A | 18 | 24 | 3B |
| Octal | 274 | 217 | 160 | 0 | 30 | 50 | 32 | 30 | 44 | 73 |
| Binary | 10111100 | 10001111 | 1110000 | 0 | 11000 | 101000 | 11010 | 11000 | 100100 | 111011 |
Color Harmonies of #BC8F70
Complementary color
Monochromatic Colors of #BC8F70
Black with #BC8F70
Text Example
Text Example
White with #BC8F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F70; }
p { color: rgb(188,143,112); }
H1.HeaderClassName
{
color: #BC8F70;
}
.AnyTagClassName
{
color: #BC8F70;
}
</style>
background-color css
<style>
a { background-color: #BC8F70; }
a { background-color: rgb(188,143,112); }
div.DivClassName
{
background-color: #BC8F70;
}
.BgClassName
{
background-color: #BC8F70;
}
</style>
border-color css
<style>
span { border-color: #BC8F70; }
span { border-color: rgb(188,143,112); }
td.TdClassName
{
border-color: #BC8F70;
}
.TagClassName
{
border-color: #BC8F70;
}
</style>