Shades of Pale Taupe #BCA17E
Tints of Pale Taupe #BCA17E
RGB
CMYK
RGB Variations
Color information
#BCA17E (or 0xBCA17E) is known color: Pale Taupe. HEX triplet: BC, A1 and 7E. RGB value is (188,161,126). Sum of RGB (Red+Green+Blue) = 188+161+126=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA17E is #435E81. Grayscale: #A5A5A5. Windows color (decimal): -4415106 or 8298940. OLE color: 8298940.
HSL color Cylindrical-coordinate representation of color #BCA17E: hue angle of 33.87º 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 #BCA17E is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 126 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.26 |
| HSL | 33.87º | 0.32% | 0.62% | - |
| HSV(B) | 33.87º | 0.33% | 0.74% | - |
| XYZ | 37.25 | 37.69 | 25.05 | - |
| YUV | 165.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 126 | 0 | 0.14 | 0.33 | 0.26 | 33.87 | 0.32 | 0.62 |
| Hex | BC | A1 | 7E | 0 | E | 21 | 1A | 22 | 20 | 3E |
| Octal | 274 | 241 | 176 | 0 | 16 | 41 | 32 | 42 | 40 | 76 |
| Binary | 10111100 | 10100001 | 1111110 | 0 | 1110 | 100001 | 11010 | 100010 | 100000 | 111110 |
Color Harmonies of #BCA17E
Complementary color
Monochromatic Colors of #BCA17E
Black with #BCA17E
Text Example
Text Example
White with #BCA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA17E; }
p { color: rgb(188,161,126); }
H1.HeaderClassName
{
color: #BCA17E;
}
.AnyTagClassName
{
color: #BCA17E;
}
</style>
background-color css
<style>
a { background-color: #BCA17E; }
a { background-color: rgb(188,161,126); }
div.DivClassName
{
background-color: #BCA17E;
}
.BgClassName
{
background-color: #BCA17E;
}
</style>
border-color css
<style>
span { border-color: #BCA17E; }
span { border-color: rgb(188,161,126); }
td.TdClassName
{
border-color: #BCA17E;
}
.TagClassName
{
border-color: #BCA17E;
}
</style>