Shades of Pale Taupe #BC9B7E
Tints of Pale Taupe #BC9B7E
RGB
CMYK
RGB Variations
Color information
#BC9B7E (or 0xBC9B7E) is known color: Pale Taupe. HEX triplet: BC, 9B and 7E. RGB value is (188,155,126). Sum of RGB (Red+Green+Blue) = 188+155+126=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B7E is #436481. Grayscale: #A1A1A1. Windows color (decimal): -4416642 or 8297404. OLE color: 8297404.
HSL color Cylindrical-coordinate representation of color #BC9B7E: hue angle of 28.06º 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 #BC9B7E is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 126 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.26 |
| HSL | 28.06º | 0.32% | 0.62% | - |
| HSV(B) | 28.06º | 0.33% | 0.74% | - |
| XYZ | 36.23 | 35.64 | 24.71 | - |
| YUV | 161.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 126 | 0 | 0.18 | 0.33 | 0.26 | 28.06 | 0.32 | 0.62 |
| Hex | BC | 9B | 7E | 0 | 12 | 21 | 1A | 1C | 20 | 3E |
| Octal | 274 | 233 | 176 | 0 | 22 | 41 | 32 | 34 | 40 | 76 |
| Binary | 10111100 | 10011011 | 1111110 | 0 | 10010 | 100001 | 11010 | 11100 | 100000 | 111110 |
Color Harmonies of #BC9B7E
Complementary color
Monochromatic Colors of #BC9B7E
Black with #BC9B7E
Text Example
Text Example
White with #BC9B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B7E; }
p { color: rgb(188,155,126); }
H1.HeaderClassName
{
color: #BC9B7E;
}
.AnyTagClassName
{
color: #BC9B7E;
}
</style>
background-color css
<style>
a { background-color: #BC9B7E; }
a { background-color: rgb(188,155,126); }
div.DivClassName
{
background-color: #BC9B7E;
}
.BgClassName
{
background-color: #BC9B7E;
}
</style>
border-color css
<style>
span { border-color: #BC9B7E; }
span { border-color: rgb(188,155,126); }
td.TdClassName
{
border-color: #BC9B7E;
}
.TagClassName
{
border-color: #BC9B7E;
}
</style>