Shades of Ecru #BCAE80
Tints of Ecru #BCAE80
RGB
CMYK
RGB Variations
Color information
#BCAE80 (or 0xBCAE80) is known color: Ecru. HEX triplet: BC, AE and 80. RGB value is (188,174,128). Sum of RGB (Red+Green+Blue) = 188+174+128=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE80 is #43517F. Grayscale: #ADADAD. Windows color (decimal): -4411776 or 8433340. OLE color: 8433340.
HSL color Cylindrical-coordinate representation of color #BCAE80: hue angle of 46º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCAE80 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 128 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.26 |
| HSL | 46º | 0.31% | 0.62% | - |
| HSV(B) | 46º | 0.32% | 0.74% | - |
| XYZ | 39.77 | 42.52 | 26.53 | - |
| YUV | 172.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 128 | 0 | 0.07 | 0.32 | 0.26 | 46 | 0.31 | 0.62 |
| Hex | BC | AE | 80 | 0 | 7 | 20 | 1A | 2E | 1F | 3E |
| Octal | 274 | 256 | 200 | 0 | 7 | 40 | 32 | 56 | 37 | 76 |
| Binary | 10111100 | 10101110 | 10000000 | 0 | 111 | 100000 | 11010 | 101110 | 11111 | 111110 |
Color Harmonies of #BCAE80
Complementary color
Monochromatic Colors of #BCAE80
Black with #BCAE80
Text Example
Text Example
White with #BCAE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE80; }
p { color: rgb(188,174,128); }
H1.HeaderClassName
{
color: #BCAE80;
}
.AnyTagClassName
{
color: #BCAE80;
}
</style>
background-color css
<style>
a { background-color: #BCAE80; }
a { background-color: rgb(188,174,128); }
div.DivClassName
{
background-color: #BCAE80;
}
.BgClassName
{
background-color: #BCAE80;
}
</style>
border-color css
<style>
span { border-color: #BCAE80; }
span { border-color: rgb(188,174,128); }
td.TdClassName
{
border-color: #BCAE80;
}
.TagClassName
{
border-color: #BCAE80;
}
</style>