Shades of Pale Taupe #BCA17B
Tints of Pale Taupe #BCA17B
RGB
CMYK
RGB Variations
Color information
#BCA17B (or 0xBCA17B) is known color: Pale Taupe. HEX triplet: BC, A1 and 7B. RGB value is (188,161,123). Sum of RGB (Red+Green+Blue) = 188+161+123=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA17B is #435E84. Grayscale: #A4A4A4. Windows color (decimal): -4415109 or 8102332. OLE color: 8102332.
HSL color Cylindrical-coordinate representation of color #BCA17B: hue angle of 35.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCA17B is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 123 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.26 |
| HSL | 35.08º | 0.33% | 0.61% | - |
| HSV(B) | 35.08º | 0.35% | 0.74% | - |
| XYZ | 37.06 | 37.61 | 24.05 | - |
| YUV | 164.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 123 | 0 | 0.14 | 0.35 | 0.26 | 35.08 | 0.33 | 0.61 |
| Hex | BC | A1 | 7B | 0 | E | 23 | 1A | 23 | 21 | 3D |
| Octal | 274 | 241 | 173 | 0 | 16 | 43 | 32 | 43 | 41 | 75 |
| Binary | 10111100 | 10100001 | 1111011 | 0 | 1110 | 100011 | 11010 | 100011 | 100001 | 111101 |
Color Harmonies of #BCA17B
Complementary color
Monochromatic Colors of #BCA17B
Black with #BCA17B
Text Example
Text Example
White with #BCA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA17B; }
p { color: rgb(188,161,123); }
H1.HeaderClassName
{
color: #BCA17B;
}
.AnyTagClassName
{
color: #BCA17B;
}
</style>
background-color css
<style>
a { background-color: #BCA17B; }
a { background-color: rgb(188,161,123); }
div.DivClassName
{
background-color: #BCA17B;
}
.BgClassName
{
background-color: #BCA17B;
}
</style>
border-color css
<style>
span { border-color: #BCA17B; }
span { border-color: rgb(188,161,123); }
td.TdClassName
{
border-color: #BCA17B;
}
.TagClassName
{
border-color: #BCA17B;
}
</style>