Shades of Pale Taupe #BC977E
Tints of Pale Taupe #BC977E
RGB
CMYK
RGB Variations
Color information
#BC977E (or 0xBC977E) is known color: Pale Taupe. HEX triplet: BC, 97 and 7E. RGB value is (188,151,126). Sum of RGB (Red+Green+Blue) = 188+151+126=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC977E is #436881. Grayscale: #9F9F9F. Windows color (decimal): -4417666 or 8296380. OLE color: 8296380.
HSL color Cylindrical-coordinate representation of color #BC977E: hue angle of 24.19º 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 #BC977E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 126 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.26 |
| HSL | 24.19º | 0.32% | 0.62% | - |
| HSV(B) | 24.19º | 0.33% | 0.74% | - |
| XYZ | 35.57 | 34.33 | 24.49 | - |
| YUV | 159.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 126 | 0 | 0.20 | 0.33 | 0.26 | 24.19 | 0.32 | 0.62 |
| Hex | BC | 97 | 7E | 0 | 14 | 21 | 1A | 18 | 20 | 3E |
| Octal | 274 | 227 | 176 | 0 | 24 | 41 | 32 | 30 | 40 | 76 |
| Binary | 10111100 | 10010111 | 1111110 | 0 | 10100 | 100001 | 11010 | 11000 | 100000 | 111110 |
Color Harmonies of #BC977E
Complementary color
Monochromatic Colors of #BC977E
Black with #BC977E
Text Example
Text Example
White with #BC977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC977E; }
p { color: rgb(188,151,126); }
H1.HeaderClassName
{
color: #BC977E;
}
.AnyTagClassName
{
color: #BC977E;
}
</style>
background-color css
<style>
a { background-color: #BC977E; }
a { background-color: rgb(188,151,126); }
div.DivClassName
{
background-color: #BC977E;
}
.BgClassName
{
background-color: #BC977E;
}
</style>
border-color css
<style>
span { border-color: #BC977E; }
span { border-color: rgb(188,151,126); }
td.TdClassName
{
border-color: #BC977E;
}
.TagClassName
{
border-color: #BC977E;
}
</style>