Shades of Pale Taupe #BC9A85
Tints of Pale Taupe #BC9A85
RGB
CMYK
RGB Variations
Color information
#BC9A85 (or 0xBC9A85) is known color: Pale Taupe. HEX triplet: BC, 9A and 85. RGB value is (188,154,133). Sum of RGB (Red+Green+Blue) = 188+154+133=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9A85 is #43657A. Grayscale: #A1A1A1. Windows color (decimal): -4416891 or 8755900. OLE color: 8755900.
HSL color Cylindrical-coordinate representation of color #BC9A85: hue angle of 22.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9A85 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 133 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.26 |
| HSL | 22.91º | 0.29% | 0.63% | - |
| HSV(B) | 22.91º | 0.29% | 0.74% | - |
| XYZ | 36.53 | 35.5 | 27.12 | - |
| YUV | 161.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 133 | 0 | 0.18 | 0.29 | 0.26 | 22.91 | 0.29 | 0.63 |
| Hex | BC | 9A | 85 | 0 | 12 | 1D | 1A | 17 | 1D | 3F |
| Octal | 274 | 232 | 205 | 0 | 22 | 35 | 32 | 27 | 35 | 77 |
| Binary | 10111100 | 10011010 | 10000101 | 0 | 10010 | 11101 | 11010 | 10111 | 11101 | 111111 |
Color Harmonies of #BC9A85
Complementary color
Monochromatic Colors of #BC9A85
Black with #BC9A85
Text Example
Text Example
White with #BC9A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A85; }
p { color: rgb(188,154,133); }
H1.HeaderClassName
{
color: #BC9A85;
}
.AnyTagClassName
{
color: #BC9A85;
}
</style>
background-color css
<style>
a { background-color: #BC9A85; }
a { background-color: rgb(188,154,133); }
div.DivClassName
{
background-color: #BC9A85;
}
.BgClassName
{
background-color: #BC9A85;
}
</style>
border-color css
<style>
span { border-color: #BC9A85; }
span { border-color: rgb(188,154,133); }
td.TdClassName
{
border-color: #BC9A85;
}
.TagClassName
{
border-color: #BC9A85;
}
</style>