Shades of Pale Taupe #BC9777
Tints of Pale Taupe #BC9777
RGB
CMYK
RGB Variations
Color information
#BC9777 (or 0xBC9777) is known color: Pale Taupe. HEX triplet: BC, 97 and 77. RGB value is (188,151,119). Sum of RGB (Red+Green+Blue) = 188+151+119=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9777 is #436888. Grayscale: #9E9E9E. Windows color (decimal): -4417673 or 7837628. OLE color: 7837628.
HSL color Cylindrical-coordinate representation of color #BC9777: hue angle of 27.83º 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 #BC9777 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 119 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.26 |
| HSL | 27.83º | 0.34% | 0.6% | - |
| HSV(B) | 27.83º | 0.37% | 0.74% | - |
| XYZ | 35.14 | 34.16 | 22.19 | - |
| YUV | 158.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 119 | 0 | 0.20 | 0.37 | 0.26 | 27.83 | 0.34 | 0.6 |
| Hex | BC | 97 | 77 | 0 | 14 | 25 | 1A | 1C | 22 | 3C |
| Octal | 274 | 227 | 167 | 0 | 24 | 45 | 32 | 34 | 42 | 74 |
| Binary | 10111100 | 10010111 | 1110111 | 0 | 10100 | 100101 | 11010 | 11100 | 100010 | 111100 |
Color Harmonies of #BC9777
Complementary color
Monochromatic Colors of #BC9777
Black with #BC9777
Text Example
Text Example
White with #BC9777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9777; }
p { color: rgb(188,151,119); }
H1.HeaderClassName
{
color: #BC9777;
}
.AnyTagClassName
{
color: #BC9777;
}
</style>
background-color css
<style>
a { background-color: #BC9777; }
a { background-color: rgb(188,151,119); }
div.DivClassName
{
background-color: #BC9777;
}
.BgClassName
{
background-color: #BC9777;
}
</style>
border-color css
<style>
span { border-color: #BC9777; }
span { border-color: rgb(188,151,119); }
td.TdClassName
{
border-color: #BC9777;
}
.TagClassName
{
border-color: #BC9777;
}
</style>