Shades of Pale Taupe #BC977B
Tints of Pale Taupe #BC977B
RGB
CMYK
RGB Variations
Color information
#BC977B (or 0xBC977B) is known color: Pale Taupe. HEX triplet: BC, 97 and 7B. RGB value is (188,151,123). Sum of RGB (Red+Green+Blue) = 188+151+123=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC977B is #436884. Grayscale: #9F9F9F. Windows color (decimal): -4417669 or 8099772. OLE color: 8099772.
HSL color Cylindrical-coordinate representation of color #BC977B: hue angle of 25.85º 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 #BC977B is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 123 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.26 |
| HSL | 25.85º | 0.33% | 0.61% | - |
| HSV(B) | 25.85º | 0.35% | 0.74% | - |
| XYZ | 35.38 | 34.25 | 23.49 | - |
| YUV | 158.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 123 | 0 | 0.20 | 0.35 | 0.26 | 25.85 | 0.33 | 0.61 |
| Hex | BC | 97 | 7B | 0 | 14 | 23 | 1A | 1A | 21 | 3D |
| Octal | 274 | 227 | 173 | 0 | 24 | 43 | 32 | 32 | 41 | 75 |
| Binary | 10111100 | 10010111 | 1111011 | 0 | 10100 | 100011 | 11010 | 11010 | 100001 | 111101 |
Color Harmonies of #BC977B
Complementary color
Monochromatic Colors of #BC977B
Black with #BC977B
Text Example
Text Example
White with #BC977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC977B; }
p { color: rgb(188,151,123); }
H1.HeaderClassName
{
color: #BC977B;
}
.AnyTagClassName
{
color: #BC977B;
}
</style>
background-color css
<style>
a { background-color: #BC977B; }
a { background-color: rgb(188,151,123); }
div.DivClassName
{
background-color: #BC977B;
}
.BgClassName
{
background-color: #BC977B;
}
</style>
border-color css
<style>
span { border-color: #BC977B; }
span { border-color: rgb(188,151,123); }
td.TdClassName
{
border-color: #BC977B;
}
.TagClassName
{
border-color: #BC977B;
}
</style>