Shades of Pale Taupe #BC9F83
Tints of Pale Taupe #BC9F83
RGB
CMYK
RGB Variations
Color information
#BC9F83 (or 0xBC9F83) is known color: Pale Taupe. HEX triplet: BC, 9F and 83. RGB value is (188,159,131). Sum of RGB (Red+Green+Blue) = 188+159+131=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9F83 is #43607C. Grayscale: #A4A4A4. Windows color (decimal): -4415613 or 8626108. OLE color: 8626108.
HSL color Cylindrical-coordinate representation of color #BC9F83: hue angle of 29.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9F83 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 131 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.26 |
| HSL | 29.47º | 0.3% | 0.63% | - |
| HSV(B) | 29.47º | 0.3% | 0.74% | - |
| XYZ | 37.23 | 37.13 | 26.68 | - |
| YUV | 164.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 131 | 0 | 0.15 | 0.30 | 0.26 | 29.47 | 0.3 | 0.63 |
| Hex | BC | 9F | 83 | 0 | F | 1E | 1A | 1D | 1E | 3F |
| Octal | 274 | 237 | 203 | 0 | 17 | 36 | 32 | 35 | 36 | 77 |
| Binary | 10111100 | 10011111 | 10000011 | 0 | 1111 | 11110 | 11010 | 11101 | 11110 | 111111 |
Color Harmonies of #BC9F83
Complementary color
Monochromatic Colors of #BC9F83
Black with #BC9F83
Text Example
Text Example
White with #BC9F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F83; }
p { color: rgb(188,159,131); }
H1.HeaderClassName
{
color: #BC9F83;
}
.AnyTagClassName
{
color: #BC9F83;
}
</style>
background-color css
<style>
a { background-color: #BC9F83; }
a { background-color: rgb(188,159,131); }
div.DivClassName
{
background-color: #BC9F83;
}
.BgClassName
{
background-color: #BC9F83;
}
</style>
border-color css
<style>
span { border-color: #BC9F83; }
span { border-color: rgb(188,159,131); }
td.TdClassName
{
border-color: #BC9F83;
}
.TagClassName
{
border-color: #BC9F83;
}
</style>