Shades of Pale Taupe #BC9883
Tints of Pale Taupe #BC9883
RGB
CMYK
RGB Variations
Color information
#BC9883 (or 0xBC9883) is known color: Pale Taupe. HEX triplet: BC, 98 and 83. RGB value is (188,152,131). Sum of RGB (Red+Green+Blue) = 188+152+131=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9883 is #43677C. Grayscale: #A0A0A0. Windows color (decimal): -4417405 or 8624316. OLE color: 8624316.
HSL color Cylindrical-coordinate representation of color #BC9883: hue angle of 22.11º 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 #BC9883 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 131 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.26 |
| HSL | 22.11º | 0.3% | 0.63% | - |
| HSV(B) | 22.11º | 0.3% | 0.74% | - |
| XYZ | 36.06 | 34.79 | 26.29 | - |
| YUV | 160.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 131 | 0 | 0.19 | 0.30 | 0.26 | 22.11 | 0.3 | 0.63 |
| Hex | BC | 98 | 83 | 0 | 13 | 1E | 1A | 16 | 1E | 3F |
| Octal | 274 | 230 | 203 | 0 | 23 | 36 | 32 | 26 | 36 | 77 |
| Binary | 10111100 | 10011000 | 10000011 | 0 | 10011 | 11110 | 11010 | 10110 | 11110 | 111111 |
Color Harmonies of #BC9883
Complementary color
Monochromatic Colors of #BC9883
Black with #BC9883
Text Example
Text Example
White with #BC9883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9883; }
p { color: rgb(188,152,131); }
H1.HeaderClassName
{
color: #BC9883;
}
.AnyTagClassName
{
color: #BC9883;
}
</style>
background-color css
<style>
a { background-color: #BC9883; }
a { background-color: rgb(188,152,131); }
div.DivClassName
{
background-color: #BC9883;
}
.BgClassName
{
background-color: #BC9883;
}
</style>
border-color css
<style>
span { border-color: #BC9883; }
span { border-color: rgb(188,152,131); }
td.TdClassName
{
border-color: #BC9883;
}
.TagClassName
{
border-color: #BC9883;
}
</style>