Shades of Pale Taupe #BC927D
Tints of Pale Taupe #BC927D
RGB
CMYK
RGB Variations
Color information
#BC927D (or 0xBC927D) is known color: Pale Taupe. HEX triplet: BC, 92 and 7D. RGB value is (188,146,125). Sum of RGB (Red+Green+Blue) = 188+146+125=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC927D is #436D82. Grayscale: #9C9C9C. Windows color (decimal): -4418947 or 8229564. OLE color: 8229564.
HSL color Cylindrical-coordinate representation of color #BC927D: hue angle of 20º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC927D is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 125 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.26 |
| HSL | 20º | 0.32% | 0.61% | - |
| HSV(B) | 20º | 0.34% | 0.74% | - |
| XYZ | 34.72 | 32.73 | 23.89 | - |
| YUV | 156.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 125 | 0 | 0.22 | 0.34 | 0.26 | 20 | 0.32 | 0.61 |
| Hex | BC | 92 | 7D | 0 | 16 | 22 | 1A | 14 | 20 | 3D |
| Octal | 274 | 222 | 175 | 0 | 26 | 42 | 32 | 24 | 40 | 75 |
| Binary | 10111100 | 10010010 | 1111101 | 0 | 10110 | 100010 | 11010 | 10100 | 100000 | 111101 |
Color Harmonies of #BC927D
Complementary color
Monochromatic Colors of #BC927D
Black with #BC927D
Text Example
Text Example
White with #BC927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC927D; }
p { color: rgb(188,146,125); }
H1.HeaderClassName
{
color: #BC927D;
}
.AnyTagClassName
{
color: #BC927D;
}
</style>
background-color css
<style>
a { background-color: #BC927D; }
a { background-color: rgb(188,146,125); }
div.DivClassName
{
background-color: #BC927D;
}
.BgClassName
{
background-color: #BC927D;
}
</style>
border-color css
<style>
span { border-color: #BC927D; }
span { border-color: rgb(188,146,125); }
td.TdClassName
{
border-color: #BC927D;
}
.TagClassName
{
border-color: #BC927D;
}
</style>