Shades of Ecru #BCAE7B
Tints of Ecru #BCAE7B
RGB
CMYK
RGB Variations
Color information
#BCAE7B (or 0xBCAE7B) is known color: Ecru. HEX triplet: BC, AE and 7B. RGB value is (188,174,123). Sum of RGB (Red+Green+Blue) = 188+174+123=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE7B is #435184. Grayscale: #ACACAC. Windows color (decimal): -4411781 or 8105660. OLE color: 8105660.
HSL color Cylindrical-coordinate representation of color #BCAE7B: hue angle of 47.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCAE7B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 123 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.26 |
| HSL | 47.08º | 0.33% | 0.61% | - |
| HSV(B) | 47.08º | 0.35% | 0.74% | - |
| XYZ | 39.45 | 42.39 | 24.84 | - |
| YUV | 172.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 123 | 0 | 0.07 | 0.35 | 0.26 | 47.08 | 0.33 | 0.61 |
| Hex | BC | AE | 7B | 0 | 7 | 23 | 1A | 2F | 21 | 3D |
| Octal | 274 | 256 | 173 | 0 | 7 | 43 | 32 | 57 | 41 | 75 |
| Binary | 10111100 | 10101110 | 1111011 | 0 | 111 | 100011 | 11010 | 101111 | 100001 | 111101 |
Color Harmonies of #BCAE7B
Complementary color
Monochromatic Colors of #BCAE7B
Black with #BCAE7B
Text Example
Text Example
White with #BCAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE7B; }
p { color: rgb(188,174,123); }
H1.HeaderClassName
{
color: #BCAE7B;
}
.AnyTagClassName
{
color: #BCAE7B;
}
</style>
background-color css
<style>
a { background-color: #BCAE7B; }
a { background-color: rgb(188,174,123); }
div.DivClassName
{
background-color: #BCAE7B;
}
.BgClassName
{
background-color: #BCAE7B;
}
</style>
border-color css
<style>
span { border-color: #BCAE7B; }
span { border-color: rgb(188,174,123); }
td.TdClassName
{
border-color: #BCAE7B;
}
.TagClassName
{
border-color: #BCAE7B;
}
</style>