Shades of Pale Taupe #BC9783
Tints of Pale Taupe #BC9783
RGB
CMYK
RGB Variations
Color information
#BC9783 (or 0xBC9783) is known color: Pale Taupe. HEX triplet: BC, 97 and 83. RGB value is (188,151,131). Sum of RGB (Red+Green+Blue) = 188+151+131=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9783 is #43687C. Grayscale: #9F9F9F. Windows color (decimal): -4417661 or 8624060. OLE color: 8624060.
HSL color Cylindrical-coordinate representation of color #BC9783: hue angle of 21.05º 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 #BC9783 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 131 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.26 |
| HSL | 21.05º | 0.3% | 0.63% | - |
| HSV(B) | 21.05º | 0.3% | 0.74% | - |
| XYZ | 35.9 | 34.46 | 26.23 | - |
| YUV | 159.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 131 | 0 | 0.20 | 0.30 | 0.26 | 21.05 | 0.3 | 0.63 |
| Hex | BC | 97 | 83 | 0 | 14 | 1E | 1A | 15 | 1E | 3F |
| Octal | 274 | 227 | 203 | 0 | 24 | 36 | 32 | 25 | 36 | 77 |
| Binary | 10111100 | 10010111 | 10000011 | 0 | 10100 | 11110 | 11010 | 10101 | 11110 | 111111 |
Color Harmonies of #BC9783
Complementary color
Monochromatic Colors of #BC9783
Black with #BC9783
Text Example
Text Example
White with #BC9783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9783; }
p { color: rgb(188,151,131); }
H1.HeaderClassName
{
color: #BC9783;
}
.AnyTagClassName
{
color: #BC9783;
}
</style>
background-color css
<style>
a { background-color: #BC9783; }
a { background-color: rgb(188,151,131); }
div.DivClassName
{
background-color: #BC9783;
}
.BgClassName
{
background-color: #BC9783;
}
</style>
border-color css
<style>
span { border-color: #BC9783; }
span { border-color: rgb(188,151,131); }
td.TdClassName
{
border-color: #BC9783;
}
.TagClassName
{
border-color: #BC9783;
}
</style>