Shades of Pale Taupe #BC967E
Tints of Pale Taupe #BC967E
RGB
CMYK
RGB Variations
Color information
#BC967E (or 0xBC967E) is known color: Pale Taupe. HEX triplet: BC, 96 and 7E. RGB value is (188,150,126). Sum of RGB (Red+Green+Blue) = 188+150+126=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC967E is #436981. Grayscale: #9E9E9E. Windows color (decimal): -4417922 or 8296124. OLE color: 8296124.
HSL color Cylindrical-coordinate representation of color #BC967E: hue angle of 23.23º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC967E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 126 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.26 |
| HSL | 23.23º | 0.32% | 0.62% | - |
| HSV(B) | 23.23º | 0.33% | 0.74% | - |
| XYZ | 35.41 | 34.01 | 24.44 | - |
| YUV | 158.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 126 | 0 | 0.20 | 0.33 | 0.26 | 23.23 | 0.32 | 0.62 |
| Hex | BC | 96 | 7E | 0 | 14 | 21 | 1A | 17 | 20 | 3E |
| Octal | 274 | 226 | 176 | 0 | 24 | 41 | 32 | 27 | 40 | 76 |
| Binary | 10111100 | 10010110 | 1111110 | 0 | 10100 | 100001 | 11010 | 10111 | 100000 | 111110 |
Color Harmonies of #BC967E
Complementary color
Monochromatic Colors of #BC967E
Black with #BC967E
Text Example
Text Example
White with #BC967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC967E; }
p { color: rgb(188,150,126); }
H1.HeaderClassName
{
color: #BC967E;
}
.AnyTagClassName
{
color: #BC967E;
}
</style>
background-color css
<style>
a { background-color: #BC967E; }
a { background-color: rgb(188,150,126); }
div.DivClassName
{
background-color: #BC967E;
}
.BgClassName
{
background-color: #BC967E;
}
</style>
border-color css
<style>
span { border-color: #BC967E; }
span { border-color: rgb(188,150,126); }
td.TdClassName
{
border-color: #BC967E;
}
.TagClassName
{
border-color: #BC967E;
}
</style>