Shades of Pale Taupe #BC9177
Tints of Pale Taupe #BC9177
RGB
CMYK
RGB Variations
Color information
#BC9177 (or 0xBC9177) is known color: Pale Taupe. HEX triplet: BC, 91 and 77. RGB value is (188,145,119). Sum of RGB (Red+Green+Blue) = 188+145+119=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9177 is #436E88. Grayscale: #9B9B9B. Windows color (decimal): -4419209 or 7836092. OLE color: 7836092.
HSL color Cylindrical-coordinate representation of color #BC9177: hue angle of 22.61º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC9177 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 119 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.26 |
| HSL | 22.61º | 0.34% | 0.6% | - |
| HSV(B) | 22.61º | 0.37% | 0.74% | - |
| XYZ | 34.19 | 32.27 | 21.88 | - |
| YUV | 154.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 119 | 0 | 0.23 | 0.37 | 0.26 | 22.61 | 0.34 | 0.6 |
| Hex | BC | 91 | 77 | 0 | 17 | 25 | 1A | 17 | 22 | 3C |
| Octal | 274 | 221 | 167 | 0 | 27 | 45 | 32 | 27 | 42 | 74 |
| Binary | 10111100 | 10010001 | 1110111 | 0 | 10111 | 100101 | 11010 | 10111 | 100010 | 111100 |
Color Harmonies of #BC9177
Complementary color
Monochromatic Colors of #BC9177
Black with #BC9177
Text Example
Text Example
White with #BC9177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9177; }
p { color: rgb(188,145,119); }
H1.HeaderClassName
{
color: #BC9177;
}
.AnyTagClassName
{
color: #BC9177;
}
</style>
background-color css
<style>
a { background-color: #BC9177; }
a { background-color: rgb(188,145,119); }
div.DivClassName
{
background-color: #BC9177;
}
.BgClassName
{
background-color: #BC9177;
}
</style>
border-color css
<style>
span { border-color: #BC9177; }
span { border-color: rgb(188,145,119); }
td.TdClassName
{
border-color: #BC9177;
}
.TagClassName
{
border-color: #BC9177;
}
</style>