Shades of Pale Taupe #BC9575
Tints of Pale Taupe #BC9575
RGB
CMYK
RGB Variations
Color information
#BC9575 (or 0xBC9575) is known color: Pale Taupe. HEX triplet: BC, 95 and 75. RGB value is (188,149,117). Sum of RGB (Red+Green+Blue) = 188+149+117=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9575 is #436A8A. Grayscale: #9D9D9D. Windows color (decimal): -4418187 or 7706044. OLE color: 7706044.
HSL color Cylindrical-coordinate representation of color #BC9575: hue angle of 27.04º 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 #BC9575 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 117 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.26 |
| HSL | 27.04º | 0.35% | 0.6% | - |
| HSV(B) | 27.04º | 0.38% | 0.74% | - |
| XYZ | 34.7 | 33.47 | 21.46 | - |
| YUV | 157.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 117 | 0 | 0.21 | 0.38 | 0.26 | 27.04 | 0.35 | 0.6 |
| Hex | BC | 95 | 75 | 0 | 15 | 26 | 1A | 1B | 23 | 3C |
| Octal | 274 | 225 | 165 | 0 | 25 | 46 | 32 | 33 | 43 | 74 |
| Binary | 10111100 | 10010101 | 1110101 | 0 | 10101 | 100110 | 11010 | 11011 | 100011 | 111100 |
Color Harmonies of #BC9575
Complementary color
Monochromatic Colors of #BC9575
Black with #BC9575
Text Example
Text Example
White with #BC9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9575; }
p { color: rgb(188,149,117); }
H1.HeaderClassName
{
color: #BC9575;
}
.AnyTagClassName
{
color: #BC9575;
}
</style>
background-color css
<style>
a { background-color: #BC9575; }
a { background-color: rgb(188,149,117); }
div.DivClassName
{
background-color: #BC9575;
}
.BgClassName
{
background-color: #BC9575;
}
</style>
border-color css
<style>
span { border-color: #BC9575; }
span { border-color: rgb(188,149,117); }
td.TdClassName
{
border-color: #BC9575;
}
.TagClassName
{
border-color: #BC9575;
}
</style>