Shades of Pale Taupe #BC8C6E
Tints of Pale Taupe #BC8C6E
RGB
CMYK
RGB Variations
Color information
#BC8C6E (or 0xBC8C6E) is known color: Pale Taupe. HEX triplet: BC, 8C and 6E. RGB value is (188,140,110). Sum of RGB (Red+Green+Blue) = 188+140+110=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C6E is #437391. Grayscale: #979797. Windows color (decimal): -4420498 or 7244988. OLE color: 7244988.
HSL color Cylindrical-coordinate representation of color #BC8C6E: hue angle of 23.08º 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 #BC8C6E is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 110 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.26 |
| HSL | 23.08º | 0.37% | 0.58% | - |
| HSV(B) | 23.08º | 0.41% | 0.74% | - |
| XYZ | 32.93 | 30.57 | 18.92 | - |
| YUV | 150.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 110 | 0 | 0.26 | 0.41 | 0.26 | 23.08 | 0.37 | 0.58 |
| Hex | BC | 8C | 6E | 0 | 1A | 29 | 1A | 17 | 25 | 3A |
| Octal | 274 | 214 | 156 | 0 | 32 | 51 | 32 | 27 | 45 | 72 |
| Binary | 10111100 | 10001100 | 1101110 | 0 | 11010 | 101001 | 11010 | 10111 | 100101 | 111010 |
Color Harmonies of #BC8C6E
Complementary color
Monochromatic Colors of #BC8C6E
Black with #BC8C6E
Text Example
Text Example
White with #BC8C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C6E; }
p { color: rgb(188,140,110); }
H1.HeaderClassName
{
color: #BC8C6E;
}
.AnyTagClassName
{
color: #BC8C6E;
}
</style>
background-color css
<style>
a { background-color: #BC8C6E; }
a { background-color: rgb(188,140,110); }
div.DivClassName
{
background-color: #BC8C6E;
}
.BgClassName
{
background-color: #BC8C6E;
}
</style>
border-color css
<style>
span { border-color: #BC8C6E; }
span { border-color: rgb(188,140,110); }
td.TdClassName
{
border-color: #BC8C6E;
}
.TagClassName
{
border-color: #BC8C6E;
}
</style>