Shades of Pale Taupe #BC927F
Tints of Pale Taupe #BC927F
RGB
CMYK
RGB Variations
Color information
#BC927F (or 0xBC927F) is known color: Pale Taupe. HEX triplet: BC, 92 and 7F. RGB value is (188,146,127). Sum of RGB (Red+Green+Blue) = 188+146+127=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC927F is #436D80. Grayscale: #9C9C9C. Windows color (decimal): -4418945 or 8360636. OLE color: 8360636.
HSL color Cylindrical-coordinate representation of color #BC927F: hue angle of 18.69º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC927F is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 127 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.26 |
| HSL | 18.69º | 0.31% | 0.62% | - |
| HSV(B) | 18.69º | 0.32% | 0.74% | - |
| XYZ | 34.85 | 32.78 | 24.57 | - |
| YUV | 156.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 127 | 0 | 0.22 | 0.32 | 0.26 | 18.69 | 0.31 | 0.62 |
| Hex | BC | 92 | 7F | 0 | 16 | 20 | 1A | 13 | 1F | 3E |
| Octal | 274 | 222 | 177 | 0 | 26 | 40 | 32 | 23 | 37 | 76 |
| Binary | 10111100 | 10010010 | 1111111 | 0 | 10110 | 100000 | 11010 | 10011 | 11111 | 111110 |
Color Harmonies of #BC927F
Complementary color
Monochromatic Colors of #BC927F
Black with #BC927F
Text Example
Text Example
White with #BC927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC927F; }
p { color: rgb(188,146,127); }
H1.HeaderClassName
{
color: #BC927F;
}
.AnyTagClassName
{
color: #BC927F;
}
</style>
background-color css
<style>
a { background-color: #BC927F; }
a { background-color: rgb(188,146,127); }
div.DivClassName
{
background-color: #BC927F;
}
.BgClassName
{
background-color: #BC927F;
}
</style>
border-color css
<style>
span { border-color: #BC927F; }
span { border-color: rgb(188,146,127); }
td.TdClassName
{
border-color: #BC927F;
}
.TagClassName
{
border-color: #BC927F;
}
</style>