Shades of Pale Taupe #BC9875
Tints of Pale Taupe #BC9875
RGB
CMYK
RGB Variations
Color information
#BC9875 (or 0xBC9875) is known color: Pale Taupe. HEX triplet: BC, 98 and 75. RGB value is (188,152,117). Sum of RGB (Red+Green+Blue) = 188+152+117=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9875 is #43678A. Grayscale: #9E9E9E. Windows color (decimal): -4417419 or 7706812. OLE color: 7706812.
HSL color Cylindrical-coordinate representation of color #BC9875: hue angle of 29.58º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC9875 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 117 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.26 |
| HSL | 29.58º | 0.35% | 0.6% | - |
| HSV(B) | 29.58º | 0.38% | 0.74% | - |
| XYZ | 35.18 | 34.43 | 21.62 | - |
| YUV | 158.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 117 | 0 | 0.19 | 0.38 | 0.26 | 29.58 | 0.35 | 0.6 |
| Hex | BC | 98 | 75 | 0 | 13 | 26 | 1A | 1E | 23 | 3C |
| Octal | 274 | 230 | 165 | 0 | 23 | 46 | 32 | 36 | 43 | 74 |
| Binary | 10111100 | 10011000 | 1110101 | 0 | 10011 | 100110 | 11010 | 11110 | 100011 | 111100 |
Color Harmonies of #BC9875
Complementary color
Monochromatic Colors of #BC9875
Black with #BC9875
Text Example
Text Example
White with #BC9875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9875; }
p { color: rgb(188,152,117); }
H1.HeaderClassName
{
color: #BC9875;
}
.AnyTagClassName
{
color: #BC9875;
}
</style>
background-color css
<style>
a { background-color: #BC9875; }
a { background-color: rgb(188,152,117); }
div.DivClassName
{
background-color: #BC9875;
}
.BgClassName
{
background-color: #BC9875;
}
</style>
border-color css
<style>
span { border-color: #BC9875; }
span { border-color: rgb(188,152,117); }
td.TdClassName
{
border-color: #BC9875;
}
.TagClassName
{
border-color: #BC9875;
}
</style>