Shades of Pale Taupe #BC8B6E
Tints of Pale Taupe #BC8B6E
RGB
CMYK
RGB Variations
Color information
#BC8B6E (or 0xBC8B6E) is known color: Pale Taupe. HEX triplet: BC, 8B and 6E. RGB value is (188,139,110). Sum of RGB (Red+Green+Blue) = 188+139+110=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B6E is #437491. Grayscale: #969696. Windows color (decimal): -4420754 or 7244732. OLE color: 7244732.
HSL color Cylindrical-coordinate representation of color #BC8B6E: hue angle of 22.31º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC8B6E is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 110 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.26 |
| HSL | 22.31º | 0.37% | 0.58% | - |
| HSV(B) | 22.31º | 0.41% | 0.74% | - |
| XYZ | 32.79 | 30.28 | 18.87 | - |
| YUV | 150.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 110 | 0 | 0.26 | 0.41 | 0.26 | 22.31 | 0.37 | 0.58 |
| Hex | BC | 8B | 6E | 0 | 1A | 29 | 1A | 16 | 25 | 3A |
| Octal | 274 | 213 | 156 | 0 | 32 | 51 | 32 | 26 | 45 | 72 |
| Binary | 10111100 | 10001011 | 1101110 | 0 | 11010 | 101001 | 11010 | 10110 | 100101 | 111010 |
Color Harmonies of #BC8B6E
Complementary color
Monochromatic Colors of #BC8B6E
Black with #BC8B6E
Text Example
Text Example
White with #BC8B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B6E; }
p { color: rgb(188,139,110); }
H1.HeaderClassName
{
color: #BC8B6E;
}
.AnyTagClassName
{
color: #BC8B6E;
}
</style>
background-color css
<style>
a { background-color: #BC8B6E; }
a { background-color: rgb(188,139,110); }
div.DivClassName
{
background-color: #BC8B6E;
}
.BgClassName
{
background-color: #BC8B6E;
}
</style>
border-color css
<style>
span { border-color: #BC8B6E; }
span { border-color: rgb(188,139,110); }
td.TdClassName
{
border-color: #BC8B6E;
}
.TagClassName
{
border-color: #BC8B6E;
}
</style>