Shades of Pale Taupe #BC9A78
Tints of Pale Taupe #BC9A78
RGB
CMYK
RGB Variations
Color information
#BC9A78 (or 0xBC9A78) is known color: Pale Taupe. HEX triplet: BC, 9A and 78. RGB value is (188,154,120). Sum of RGB (Red+Green+Blue) = 188+154+120=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A78 is #436587. Grayscale: #A0A0A0. Windows color (decimal): -4416904 or 7903932. OLE color: 7903932.
HSL color Cylindrical-coordinate representation of color #BC9A78: hue angle of 30º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC9A78 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 120 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.26 |
| HSL | 30º | 0.34% | 0.6% | - |
| HSV(B) | 30º | 0.36% | 0.74% | - |
| XYZ | 35.68 | 35.16 | 22.67 | - |
| YUV | 160.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 120 | 0 | 0.18 | 0.36 | 0.26 | 30 | 0.34 | 0.6 |
| Hex | BC | 9A | 78 | 0 | 12 | 24 | 1A | 1E | 22 | 3C |
| Octal | 274 | 232 | 170 | 0 | 22 | 44 | 32 | 36 | 42 | 74 |
| Binary | 10111100 | 10011010 | 1111000 | 0 | 10010 | 100100 | 11010 | 11110 | 100010 | 111100 |
Color Harmonies of #BC9A78
Complementary color
Monochromatic Colors of #BC9A78
Black with #BC9A78
Text Example
Text Example
White with #BC9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A78; }
p { color: rgb(188,154,120); }
H1.HeaderClassName
{
color: #BC9A78;
}
.AnyTagClassName
{
color: #BC9A78;
}
</style>
background-color css
<style>
a { background-color: #BC9A78; }
a { background-color: rgb(188,154,120); }
div.DivClassName
{
background-color: #BC9A78;
}
.BgClassName
{
background-color: #BC9A78;
}
</style>
border-color css
<style>
span { border-color: #BC9A78; }
span { border-color: rgb(188,154,120); }
td.TdClassName
{
border-color: #BC9A78;
}
.TagClassName
{
border-color: #BC9A78;
}
</style>