Shades of Ecru #BCAE77
Tints of Ecru #BCAE77
RGB
CMYK
RGB Variations
Color information
#BCAE77 (or 0xBCAE77) is known color: Ecru. HEX triplet: BC, AE and 77. RGB value is (188,174,119). Sum of RGB (Red+Green+Blue) = 188+174+119=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE77 is #435188. Grayscale: #ACACAC. Windows color (decimal): -4411785 or 7843516. OLE color: 7843516.
HSL color Cylindrical-coordinate representation of color #BCAE77: hue angle of 47.83º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCAE77 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 119 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.26 |
| HSL | 47.83º | 0.34% | 0.6% | - |
| HSV(B) | 47.83º | 0.37% | 0.74% | - |
| XYZ | 39.2 | 42.3 | 23.55 | - |
| YUV | 171.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 119 | 0 | 0.07 | 0.37 | 0.26 | 47.83 | 0.34 | 0.6 |
| Hex | BC | AE | 77 | 0 | 7 | 25 | 1A | 30 | 22 | 3C |
| Octal | 274 | 256 | 167 | 0 | 7 | 45 | 32 | 60 | 42 | 74 |
| Binary | 10111100 | 10101110 | 1110111 | 0 | 111 | 100101 | 11010 | 110000 | 100010 | 111100 |
Color Harmonies of #BCAE77
Complementary color
Monochromatic Colors of #BCAE77
Black with #BCAE77
Text Example
Text Example
White with #BCAE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE77; }
p { color: rgb(188,174,119); }
H1.HeaderClassName
{
color: #BCAE77;
}
.AnyTagClassName
{
color: #BCAE77;
}
</style>
background-color css
<style>
a { background-color: #BCAE77; }
a { background-color: rgb(188,174,119); }
div.DivClassName
{
background-color: #BCAE77;
}
.BgClassName
{
background-color: #BCAE77;
}
</style>
border-color css
<style>
span { border-color: #BCAE77; }
span { border-color: rgb(188,174,119); }
td.TdClassName
{
border-color: #BCAE77;
}
.TagClassName
{
border-color: #BCAE77;
}
</style>