Shades of Pale Taupe #BC9275
Tints of Pale Taupe #BC9275
RGB
CMYK
RGB Variations
Color information
#BC9275 (or 0xBC9275) is known color: Pale Taupe. HEX triplet: BC, 92 and 75. RGB value is (188,146,117). Sum of RGB (Red+Green+Blue) = 188+146+117=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9275 is #436D8A. Grayscale: #9B9B9B. Windows color (decimal): -4418955 or 7705276. OLE color: 7705276.
HSL color Cylindrical-coordinate representation of color #BC9275: hue angle of 24.51º 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 #BC9275 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 117 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.26 |
| HSL | 24.51º | 0.35% | 0.6% | - |
| HSV(B) | 24.51º | 0.38% | 0.74% | - |
| XYZ | 34.23 | 32.53 | 21.31 | - |
| YUV | 155.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 117 | 0 | 0.22 | 0.38 | 0.26 | 24.51 | 0.35 | 0.6 |
| Hex | BC | 92 | 75 | 0 | 16 | 26 | 1A | 19 | 23 | 3C |
| Octal | 274 | 222 | 165 | 0 | 26 | 46 | 32 | 31 | 43 | 74 |
| Binary | 10111100 | 10010010 | 1110101 | 0 | 10110 | 100110 | 11010 | 11001 | 100011 | 111100 |
Color Harmonies of #BC9275
Complementary color
Monochromatic Colors of #BC9275
Black with #BC9275
Text Example
Text Example
White with #BC9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9275; }
p { color: rgb(188,146,117); }
H1.HeaderClassName
{
color: #BC9275;
}
.AnyTagClassName
{
color: #BC9275;
}
</style>
background-color css
<style>
a { background-color: #BC9275; }
a { background-color: rgb(188,146,117); }
div.DivClassName
{
background-color: #BC9275;
}
.BgClassName
{
background-color: #BC9275;
}
</style>
border-color css
<style>
span { border-color: #BC9275; }
span { border-color: rgb(188,146,117); }
td.TdClassName
{
border-color: #BC9275;
}
.TagClassName
{
border-color: #BC9275;
}
</style>