Shades of Pale Taupe #BC9679
Tints of Pale Taupe #BC9679
RGB
CMYK
RGB Variations
Color information
#BC9679 (or 0xBC9679) is known color: Pale Taupe. HEX triplet: BC, 96 and 79. RGB value is (188,150,121). Sum of RGB (Red+Green+Blue) = 188+150+121=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9679 is #436986. Grayscale: #9E9E9E. Windows color (decimal): -4417927 or 7968444. OLE color: 7968444.
HSL color Cylindrical-coordinate representation of color #BC9679: hue angle of 25.97º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC9679 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 121 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.26 |
| HSL | 25.97º | 0.33% | 0.61% | - |
| HSV(B) | 25.97º | 0.36% | 0.74% | - |
| XYZ | 35.1 | 33.88 | 22.78 | - |
| YUV | 158.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 121 | 0 | 0.20 | 0.36 | 0.26 | 25.97 | 0.33 | 0.61 |
| Hex | BC | 96 | 79 | 0 | 14 | 24 | 1A | 1A | 21 | 3D |
| Octal | 274 | 226 | 171 | 0 | 24 | 44 | 32 | 32 | 41 | 75 |
| Binary | 10111100 | 10010110 | 1111001 | 0 | 10100 | 100100 | 11010 | 11010 | 100001 | 111101 |
Color Harmonies of #BC9679
Complementary color
Monochromatic Colors of #BC9679
Black with #BC9679
Text Example
Text Example
White with #BC9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9679; }
p { color: rgb(188,150,121); }
H1.HeaderClassName
{
color: #BC9679;
}
.AnyTagClassName
{
color: #BC9679;
}
</style>
background-color css
<style>
a { background-color: #BC9679; }
a { background-color: rgb(188,150,121); }
div.DivClassName
{
background-color: #BC9679;
}
.BgClassName
{
background-color: #BC9679;
}
</style>
border-color css
<style>
span { border-color: #BC9679; }
span { border-color: rgb(188,150,121); }
td.TdClassName
{
border-color: #BC9679;
}
.TagClassName
{
border-color: #BC9679;
}
</style>