Shades of Pale Taupe #BC9075
Tints of Pale Taupe #BC9075
RGB
CMYK
RGB Variations
Color information
#BC9075 (or 0xBC9075) is known color: Pale Taupe. HEX triplet: BC, 90 and 75. RGB value is (188,144,117). Sum of RGB (Red+Green+Blue) = 188+144+117=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9075 is #436F8A. Grayscale: #9A9A9A. Windows color (decimal): -4419467 or 7704764. OLE color: 7704764.
HSL color Cylindrical-coordinate representation of color #BC9075: hue angle of 22.82º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC9075 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 117 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.26 |
| HSL | 22.82º | 0.35% | 0.6% | - |
| HSV(B) | 22.82º | 0.38% | 0.74% | - |
| XYZ | 33.92 | 31.92 | 21.2 | - |
| YUV | 154.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 117 | 0 | 0.23 | 0.38 | 0.26 | 22.82 | 0.35 | 0.6 |
| Hex | BC | 90 | 75 | 0 | 17 | 26 | 1A | 17 | 23 | 3C |
| Octal | 274 | 220 | 165 | 0 | 27 | 46 | 32 | 27 | 43 | 74 |
| Binary | 10111100 | 10010000 | 1110101 | 0 | 10111 | 100110 | 11010 | 10111 | 100011 | 111100 |
Color Harmonies of #BC9075
Complementary color
Monochromatic Colors of #BC9075
Black with #BC9075
Text Example
Text Example
White with #BC9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9075; }
p { color: rgb(188,144,117); }
H1.HeaderClassName
{
color: #BC9075;
}
.AnyTagClassName
{
color: #BC9075;
}
</style>
background-color css
<style>
a { background-color: #BC9075; }
a { background-color: rgb(188,144,117); }
div.DivClassName
{
background-color: #BC9075;
}
.BgClassName
{
background-color: #BC9075;
}
</style>
border-color css
<style>
span { border-color: #BC9075; }
span { border-color: rgb(188,144,117); }
td.TdClassName
{
border-color: #BC9075;
}
.TagClassName
{
border-color: #BC9075;
}
</style>