Shades of Ecru #BCAE7E
Tints of Ecru #BCAE7E
RGB
CMYK
RGB Variations
Color information
#BCAE7E (or 0xBCAE7E) is known color: Ecru. HEX triplet: BC, AE and 7E. RGB value is (188,174,126). Sum of RGB (Red+Green+Blue) = 188+174+126=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE7E is #435181. Grayscale: #ACACAC. Windows color (decimal): -4411778 or 8302268. OLE color: 8302268.
HSL color Cylindrical-coordinate representation of color #BCAE7E: hue angle of 46.45º 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 #BCAE7E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 126 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.26 |
| HSL | 46.45º | 0.32% | 0.62% | - |
| HSV(B) | 46.45º | 0.33% | 0.74% | - |
| XYZ | 39.64 | 42.47 | 25.85 | - |
| YUV | 172.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 126 | 0 | 0.07 | 0.33 | 0.26 | 46.45 | 0.32 | 0.62 |
| Hex | BC | AE | 7E | 0 | 7 | 21 | 1A | 2E | 20 | 3E |
| Octal | 274 | 256 | 176 | 0 | 7 | 41 | 32 | 56 | 40 | 76 |
| Binary | 10111100 | 10101110 | 1111110 | 0 | 111 | 100001 | 11010 | 101110 | 100000 | 111110 |
Color Harmonies of #BCAE7E
Complementary color
Monochromatic Colors of #BCAE7E
Black with #BCAE7E
Text Example
Text Example
White with #BCAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE7E; }
p { color: rgb(188,174,126); }
H1.HeaderClassName
{
color: #BCAE7E;
}
.AnyTagClassName
{
color: #BCAE7E;
}
</style>
background-color css
<style>
a { background-color: #BCAE7E; }
a { background-color: rgb(188,174,126); }
div.DivClassName
{
background-color: #BCAE7E;
}
.BgClassName
{
background-color: #BCAE7E;
}
</style>
border-color css
<style>
span { border-color: #BCAE7E; }
span { border-color: rgb(188,174,126); }
td.TdClassName
{
border-color: #BCAE7E;
}
.TagClassName
{
border-color: #BCAE7E;
}
</style>