Shades of Pale Taupe #BC9E7D
Tints of Pale Taupe #BC9E7D
RGB
CMYK
RGB Variations
Color information
#BC9E7D (or 0xBC9E7D) is known color: Pale Taupe. HEX triplet: BC, 9E and 7D. RGB value is (188,158,125). Sum of RGB (Red+Green+Blue) = 188+158+125=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E7D is #436182. Grayscale: #A3A3A3. Windows color (decimal): -4415875 or 8232636. OLE color: 8232636.
HSL color Cylindrical-coordinate representation of color #BC9E7D: hue angle of 31.43º 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 #BC9E7D is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 125 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.26 |
| HSL | 31.43º | 0.32% | 0.61% | - |
| HSV(B) | 31.43º | 0.34% | 0.74% | - |
| XYZ | 36.67 | 36.63 | 24.54 | - |
| YUV | 163.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 125 | 0 | 0.16 | 0.34 | 0.26 | 31.43 | 0.32 | 0.61 |
| Hex | BC | 9E | 7D | 0 | 10 | 22 | 1A | 1F | 20 | 3D |
| Octal | 274 | 236 | 175 | 0 | 20 | 42 | 32 | 37 | 40 | 75 |
| Binary | 10111100 | 10011110 | 1111101 | 0 | 10000 | 100010 | 11010 | 11111 | 100000 | 111101 |
Color Harmonies of #BC9E7D
Complementary color
Monochromatic Colors of #BC9E7D
Black with #BC9E7D
Text Example
Text Example
White with #BC9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E7D; }
p { color: rgb(188,158,125); }
H1.HeaderClassName
{
color: #BC9E7D;
}
.AnyTagClassName
{
color: #BC9E7D;
}
</style>
background-color css
<style>
a { background-color: #BC9E7D; }
a { background-color: rgb(188,158,125); }
div.DivClassName
{
background-color: #BC9E7D;
}
.BgClassName
{
background-color: #BC9E7D;
}
</style>
border-color css
<style>
span { border-color: #BC9E7D; }
span { border-color: rgb(188,158,125); }
td.TdClassName
{
border-color: #BC9E7D;
}
.TagClassName
{
border-color: #BC9E7D;
}
</style>