Shades of Ecru #BCAD7E
Tints of Ecru #BCAD7E
RGB
CMYK
RGB Variations
Color information
#BCAD7E (or 0xBCAD7E) is known color: Ecru. HEX triplet: BC, AD and 7E. RGB value is (188,173,126). Sum of RGB (Red+Green+Blue) = 188+173+126=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD7E is #435281. Grayscale: #ACACAC. Windows color (decimal): -4412034 or 8302012. OLE color: 8302012.
HSL color Cylindrical-coordinate representation of color #BCAD7E: hue angle of 45.48º 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 #BCAD7E is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 126 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.26 |
| HSL | 45.48º | 0.32% | 0.62% | - |
| HSV(B) | 45.48º | 0.33% | 0.74% | - |
| XYZ | 39.45 | 42.08 | 25.78 | - |
| YUV | 172.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 126 | 0 | 0.08 | 0.33 | 0.26 | 45.48 | 0.32 | 0.62 |
| Hex | BC | AD | 7E | 0 | 8 | 21 | 1A | 2D | 20 | 3E |
| Octal | 274 | 255 | 176 | 0 | 10 | 41 | 32 | 55 | 40 | 76 |
| Binary | 10111100 | 10101101 | 1111110 | 0 | 1000 | 100001 | 11010 | 101101 | 100000 | 111110 |
Color Harmonies of #BCAD7E
Complementary color
Monochromatic Colors of #BCAD7E
Black with #BCAD7E
Text Example
Text Example
White with #BCAD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD7E; }
p { color: rgb(188,173,126); }
H1.HeaderClassName
{
color: #BCAD7E;
}
.AnyTagClassName
{
color: #BCAD7E;
}
</style>
background-color css
<style>
a { background-color: #BCAD7E; }
a { background-color: rgb(188,173,126); }
div.DivClassName
{
background-color: #BCAD7E;
}
.BgClassName
{
background-color: #BCAD7E;
}
</style>
border-color css
<style>
span { border-color: #BCAD7E; }
span { border-color: rgb(188,173,126); }
td.TdClassName
{
border-color: #BCAD7E;
}
.TagClassName
{
border-color: #BCAD7E;
}
</style>