Shades of Pale Taupe #BC9C7A
Tints of Pale Taupe #BC9C7A
RGB
CMYK
RGB Variations
Color information
#BC9C7A (or 0xBC9C7A) is known color: Pale Taupe. HEX triplet: BC, 9C and 7A. RGB value is (188,156,122). Sum of RGB (Red+Green+Blue) = 188+156+122=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C7A is #436385. Grayscale: #A1A1A1. Windows color (decimal): -4416390 or 8035516. OLE color: 8035516.
HSL color Cylindrical-coordinate representation of color #BC9C7A: hue angle of 30.91º 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 #BC9C7A is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 122 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.26 |
| HSL | 30.91º | 0.33% | 0.61% | - |
| HSV(B) | 30.91º | 0.35% | 0.74% | - |
| XYZ | 36.14 | 35.87 | 23.43 | - |
| YUV | 161.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 122 | 0 | 0.17 | 0.35 | 0.26 | 30.91 | 0.33 | 0.61 |
| Hex | BC | 9C | 7A | 0 | 11 | 23 | 1A | 1F | 21 | 3D |
| Octal | 274 | 234 | 172 | 0 | 21 | 43 | 32 | 37 | 41 | 75 |
| Binary | 10111100 | 10011100 | 1111010 | 0 | 10001 | 100011 | 11010 | 11111 | 100001 | 111101 |
Color Harmonies of #BC9C7A
Complementary color
Monochromatic Colors of #BC9C7A
Black with #BC9C7A
Text Example
Text Example
White with #BC9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C7A; }
p { color: rgb(188,156,122); }
H1.HeaderClassName
{
color: #BC9C7A;
}
.AnyTagClassName
{
color: #BC9C7A;
}
</style>
background-color css
<style>
a { background-color: #BC9C7A; }
a { background-color: rgb(188,156,122); }
div.DivClassName
{
background-color: #BC9C7A;
}
.BgClassName
{
background-color: #BC9C7A;
}
</style>
border-color css
<style>
span { border-color: #BC9C7A; }
span { border-color: rgb(188,156,122); }
td.TdClassName
{
border-color: #BC9C7A;
}
.TagClassName
{
border-color: #BC9C7A;
}
</style>