Shades of Pale Taupe #BC8F71
Tints of Pale Taupe #BC8F71
RGB
CMYK
RGB Variations
Color information
#BC8F71 (or 0xBC8F71) is known color: Pale Taupe. HEX triplet: BC, 8F and 71. RGB value is (188,143,113). Sum of RGB (Red+Green+Blue) = 188+143+113=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F71 is #43708E. Grayscale: #999999. Windows color (decimal): -4419727 or 7442364. OLE color: 7442364.
HSL color Cylindrical-coordinate representation of color #BC8F71: hue angle of 24º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8F71 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 113 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.26 |
| HSL | 24º | 0.36% | 0.59% | - |
| HSV(B) | 24º | 0.4% | 0.74% | - |
| XYZ | 33.54 | 31.53 | 19.94 | - |
| YUV | 153.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 113 | 0 | 0.24 | 0.40 | 0.26 | 24 | 0.36 | 0.59 |
| Hex | BC | 8F | 71 | 0 | 18 | 28 | 1A | 18 | 24 | 3B |
| Octal | 274 | 217 | 161 | 0 | 30 | 50 | 32 | 30 | 44 | 73 |
| Binary | 10111100 | 10001111 | 1110001 | 0 | 11000 | 101000 | 11010 | 11000 | 100100 | 111011 |
Color Harmonies of #BC8F71
Complementary color
Monochromatic Colors of #BC8F71
Black with #BC8F71
Text Example
Text Example
White with #BC8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F71; }
p { color: rgb(188,143,113); }
H1.HeaderClassName
{
color: #BC8F71;
}
.AnyTagClassName
{
color: #BC8F71;
}
</style>
background-color css
<style>
a { background-color: #BC8F71; }
a { background-color: rgb(188,143,113); }
div.DivClassName
{
background-color: #BC8F71;
}
.BgClassName
{
background-color: #BC8F71;
}
</style>
border-color css
<style>
span { border-color: #BC8F71; }
span { border-color: rgb(188,143,113); }
td.TdClassName
{
border-color: #BC8F71;
}
.TagClassName
{
border-color: #BC8F71;
}
</style>