Shades of Pale Taupe #BC9A7E
Tints of Pale Taupe #BC9A7E
RGB
CMYK
RGB Variations
Color information
#BC9A7E (or 0xBC9A7E) is known color: Pale Taupe. HEX triplet: BC, 9A and 7E. RGB value is (188,154,126). Sum of RGB (Red+Green+Blue) = 188+154+126=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A7E is #436581. Grayscale: #A1A1A1. Windows color (decimal): -4416898 or 8297148. OLE color: 8297148.
HSL color Cylindrical-coordinate representation of color #BC9A7E: hue angle of 27.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC9A7E is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 126 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.26 |
| HSL | 27.1º | 0.32% | 0.62% | - |
| HSV(B) | 27.1º | 0.33% | 0.74% | - |
| XYZ | 36.06 | 35.31 | 24.65 | - |
| YUV | 160.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 126 | 0 | 0.18 | 0.33 | 0.26 | 27.1 | 0.32 | 0.62 |
| Hex | BC | 9A | 7E | 0 | 12 | 21 | 1A | 1B | 20 | 3E |
| Octal | 274 | 232 | 176 | 0 | 22 | 41 | 32 | 33 | 40 | 76 |
| Binary | 10111100 | 10011010 | 1111110 | 0 | 10010 | 100001 | 11010 | 11011 | 100000 | 111110 |
Color Harmonies of #BC9A7E
Complementary color
Monochromatic Colors of #BC9A7E
Black with #BC9A7E
Text Example
Text Example
White with #BC9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A7E; }
p { color: rgb(188,154,126); }
H1.HeaderClassName
{
color: #BC9A7E;
}
.AnyTagClassName
{
color: #BC9A7E;
}
</style>
background-color css
<style>
a { background-color: #BC9A7E; }
a { background-color: rgb(188,154,126); }
div.DivClassName
{
background-color: #BC9A7E;
}
.BgClassName
{
background-color: #BC9A7E;
}
</style>
border-color css
<style>
span { border-color: #BC9A7E; }
span { border-color: rgb(188,154,126); }
td.TdClassName
{
border-color: #BC9A7E;
}
.TagClassName
{
border-color: #BC9A7E;
}
</style>