Shades of Pale Taupe #BC987A
Tints of Pale Taupe #BC987A
RGB
CMYK
RGB Variations
Color information
#BC987A (or 0xBC987A) is known color: Pale Taupe. HEX triplet: BC, 98 and 7A. RGB value is (188,152,122). Sum of RGB (Red+Green+Blue) = 188+152+122=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC987A is #436785. Grayscale: #9F9F9F. Windows color (decimal): -4417414 or 8034492. OLE color: 8034492.
HSL color Cylindrical-coordinate representation of color #BC987A: hue angle of 27.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC987A is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 122 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.26 |
| HSL | 27.27º | 0.33% | 0.61% | - |
| HSV(B) | 27.27º | 0.35% | 0.74% | - |
| XYZ | 35.48 | 34.55 | 23.21 | - |
| YUV | 159.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 122 | 0 | 0.19 | 0.35 | 0.26 | 27.27 | 0.33 | 0.61 |
| Hex | BC | 98 | 7A | 0 | 13 | 23 | 1A | 1B | 21 | 3D |
| Octal | 274 | 230 | 172 | 0 | 23 | 43 | 32 | 33 | 41 | 75 |
| Binary | 10111100 | 10011000 | 1111010 | 0 | 10011 | 100011 | 11010 | 11011 | 100001 | 111101 |
Color Harmonies of #BC987A
Complementary color
Monochromatic Colors of #BC987A
Black with #BC987A
Text Example
Text Example
White with #BC987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC987A; }
p { color: rgb(188,152,122); }
H1.HeaderClassName
{
color: #BC987A;
}
.AnyTagClassName
{
color: #BC987A;
}
</style>
background-color css
<style>
a { background-color: #BC987A; }
a { background-color: rgb(188,152,122); }
div.DivClassName
{
background-color: #BC987A;
}
.BgClassName
{
background-color: #BC987A;
}
</style>
border-color css
<style>
span { border-color: #BC987A; }
span { border-color: rgb(188,152,122); }
td.TdClassName
{
border-color: #BC987A;
}
.TagClassName
{
border-color: #BC987A;
}
</style>