Shades of Pale Taupe #BC8F73
Tints of Pale Taupe #BC8F73
RGB
CMYK
RGB Variations
Color information
#BC8F73 (or 0xBC8F73) is known color: Pale Taupe. HEX triplet: BC, 8F and 73. RGB value is (188,143,115). Sum of RGB (Red+Green+Blue) = 188+143+115=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F73 is #43708C. Grayscale: #999999. Windows color (decimal): -4419725 or 7573436. OLE color: 7573436.
HSL color Cylindrical-coordinate representation of color #BC8F73: hue angle of 23.01º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8F73 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 115 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.26 |
| HSL | 23.01º | 0.35% | 0.59% | - |
| HSV(B) | 23.01º | 0.39% | 0.74% | - |
| XYZ | 33.66 | 31.57 | 20.54 | - |
| YUV | 153.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 115 | 0 | 0.24 | 0.39 | 0.26 | 23.01 | 0.35 | 0.59 |
| Hex | BC | 8F | 73 | 0 | 18 | 27 | 1A | 17 | 23 | 3B |
| Octal | 274 | 217 | 163 | 0 | 30 | 47 | 32 | 27 | 43 | 73 |
| Binary | 10111100 | 10001111 | 1110011 | 0 | 11000 | 100111 | 11010 | 10111 | 100011 | 111011 |
Color Harmonies of #BC8F73
Complementary color
Monochromatic Colors of #BC8F73
Black with #BC8F73
Text Example
Text Example
White with #BC8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F73; }
p { color: rgb(188,143,115); }
H1.HeaderClassName
{
color: #BC8F73;
}
.AnyTagClassName
{
color: #BC8F73;
}
</style>
background-color css
<style>
a { background-color: #BC8F73; }
a { background-color: rgb(188,143,115); }
div.DivClassName
{
background-color: #BC8F73;
}
.BgClassName
{
background-color: #BC8F73;
}
</style>
border-color css
<style>
span { border-color: #BC8F73; }
span { border-color: rgb(188,143,115); }
td.TdClassName
{
border-color: #BC8F73;
}
.TagClassName
{
border-color: #BC8F73;
}
</style>