Shades of Pale Taupe #BC9076
Tints of Pale Taupe #BC9076
RGB
CMYK
RGB Variations
Color information
#BC9076 (or 0xBC9076) is known color: Pale Taupe. HEX triplet: BC, 90 and 76. RGB value is (188,144,118). Sum of RGB (Red+Green+Blue) = 188+144+118=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9076 is #436F89. Grayscale: #9A9A9A. Windows color (decimal): -4419466 or 7770300. OLE color: 7770300.
HSL color Cylindrical-coordinate representation of color #BC9076: hue angle of 22.29º 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 #BC9076 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 118 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.26 |
| HSL | 22.29º | 0.34% | 0.6% | - |
| HSV(B) | 22.29º | 0.37% | 0.74% | - |
| XYZ | 33.98 | 31.95 | 21.51 | - |
| YUV | 154.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 118 | 0 | 0.23 | 0.37 | 0.26 | 22.29 | 0.34 | 0.6 |
| Hex | BC | 90 | 76 | 0 | 17 | 25 | 1A | 16 | 22 | 3C |
| Octal | 274 | 220 | 166 | 0 | 27 | 45 | 32 | 26 | 42 | 74 |
| Binary | 10111100 | 10010000 | 1110110 | 0 | 10111 | 100101 | 11010 | 10110 | 100010 | 111100 |
Color Harmonies of #BC9076
Complementary color
Monochromatic Colors of #BC9076
Black with #BC9076
Text Example
Text Example
White with #BC9076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9076; }
p { color: rgb(188,144,118); }
H1.HeaderClassName
{
color: #BC9076;
}
.AnyTagClassName
{
color: #BC9076;
}
</style>
background-color css
<style>
a { background-color: #BC9076; }
a { background-color: rgb(188,144,118); }
div.DivClassName
{
background-color: #BC9076;
}
.BgClassName
{
background-color: #BC9076;
}
</style>
border-color css
<style>
span { border-color: #BC9076; }
span { border-color: rgb(188,144,118); }
td.TdClassName
{
border-color: #BC9076;
}
.TagClassName
{
border-color: #BC9076;
}
</style>