Shades of Ecru #BCAE7D
Tints of Ecru #BCAE7D
RGB
CMYK
RGB Variations
Color information
#BCAE7D (or 0xBCAE7D) is known color: Ecru. HEX triplet: BC, AE and 7D. RGB value is (188,174,125). Sum of RGB (Red+Green+Blue) = 188+174+125=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE7D is #435182. Grayscale: #ACACAC. Windows color (decimal): -4411779 or 8236732. OLE color: 8236732.
HSL color Cylindrical-coordinate representation of color #BCAE7D: hue angle of 46.67º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCAE7D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 125 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.26 |
| HSL | 46.67º | 0.32% | 0.61% | - |
| HSV(B) | 46.67º | 0.34% | 0.74% | - |
| XYZ | 39.58 | 42.44 | 25.51 | - |
| YUV | 172.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 125 | 0 | 0.07 | 0.34 | 0.26 | 46.67 | 0.32 | 0.61 |
| Hex | BC | AE | 7D | 0 | 7 | 22 | 1A | 2F | 20 | 3D |
| Octal | 274 | 256 | 175 | 0 | 7 | 42 | 32 | 57 | 40 | 75 |
| Binary | 10111100 | 10101110 | 1111101 | 0 | 111 | 100010 | 11010 | 101111 | 100000 | 111101 |
Color Harmonies of #BCAE7D
Complementary color
Monochromatic Colors of #BCAE7D
Black with #BCAE7D
Text Example
Text Example
White with #BCAE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE7D; }
p { color: rgb(188,174,125); }
H1.HeaderClassName
{
color: #BCAE7D;
}
.AnyTagClassName
{
color: #BCAE7D;
}
</style>
background-color css
<style>
a { background-color: #BCAE7D; }
a { background-color: rgb(188,174,125); }
div.DivClassName
{
background-color: #BCAE7D;
}
.BgClassName
{
background-color: #BCAE7D;
}
</style>
border-color css
<style>
span { border-color: #BCAE7D; }
span { border-color: rgb(188,174,125); }
td.TdClassName
{
border-color: #BCAE7D;
}
.TagClassName
{
border-color: #BCAE7D;
}
</style>