Shades of Pale Taupe #BC9983
Tints of Pale Taupe #BC9983
RGB
CMYK
RGB Variations
Color information
#BC9983 (or 0xBC9983) is known color: Pale Taupe. HEX triplet: BC, 99 and 83. RGB value is (188,153,131). Sum of RGB (Red+Green+Blue) = 188+153+131=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9983 is #43667C. Grayscale: #A1A1A1. Windows color (decimal): -4417149 or 8624572. OLE color: 8624572.
HSL color Cylindrical-coordinate representation of color #BC9983: hue angle of 23.16º 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 #BC9983 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 131 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.26 |
| HSL | 23.16º | 0.3% | 0.63% | - |
| HSV(B) | 23.16º | 0.3% | 0.74% | - |
| XYZ | 36.23 | 35.11 | 26.34 | - |
| YUV | 160.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 131 | 0 | 0.19 | 0.30 | 0.26 | 23.16 | 0.3 | 0.63 |
| Hex | BC | 99 | 83 | 0 | 13 | 1E | 1A | 17 | 1E | 3F |
| Octal | 274 | 231 | 203 | 0 | 23 | 36 | 32 | 27 | 36 | 77 |
| Binary | 10111100 | 10011001 | 10000011 | 0 | 10011 | 11110 | 11010 | 10111 | 11110 | 111111 |
Color Harmonies of #BC9983
Complementary color
Monochromatic Colors of #BC9983
Black with #BC9983
Text Example
Text Example
White with #BC9983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9983; }
p { color: rgb(188,153,131); }
H1.HeaderClassName
{
color: #BC9983;
}
.AnyTagClassName
{
color: #BC9983;
}
</style>
background-color css
<style>
a { background-color: #BC9983; }
a { background-color: rgb(188,153,131); }
div.DivClassName
{
background-color: #BC9983;
}
.BgClassName
{
background-color: #BC9983;
}
</style>
border-color css
<style>
span { border-color: #BC9983; }
span { border-color: rgb(188,153,131); }
td.TdClassName
{
border-color: #BC9983;
}
.TagClassName
{
border-color: #BC9983;
}
</style>