Shades of Ecru #BCAC7D
Tints of Ecru #BCAC7D
RGB
CMYK
RGB Variations
Color information
#BCAC7D (or 0xBCAC7D) is known color: Ecru. HEX triplet: BC, AC and 7D. RGB value is (188,172,125). Sum of RGB (Red+Green+Blue) = 188+172+125=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC7D is #435382. Grayscale: #ABABAB. Windows color (decimal): -4412291 or 8236220. OLE color: 8236220.
HSL color Cylindrical-coordinate representation of color #BCAC7D: hue angle of 44.76º 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 #BCAC7D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 125 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.26 |
| HSL | 44.76º | 0.32% | 0.61% | - |
| HSV(B) | 44.76º | 0.34% | 0.74% | - |
| XYZ | 39.19 | 41.68 | 25.38 | - |
| YUV | 171.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 125 | 0 | 0.09 | 0.34 | 0.26 | 44.76 | 0.32 | 0.61 |
| Hex | BC | AC | 7D | 0 | 9 | 22 | 1A | 2D | 20 | 3D |
| Octal | 274 | 254 | 175 | 0 | 11 | 42 | 32 | 55 | 40 | 75 |
| Binary | 10111100 | 10101100 | 1111101 | 0 | 1001 | 100010 | 11010 | 101101 | 100000 | 111101 |
Color Harmonies of #BCAC7D
Complementary color
Monochromatic Colors of #BCAC7D
Black with #BCAC7D
Text Example
Text Example
White with #BCAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC7D; }
p { color: rgb(188,172,125); }
H1.HeaderClassName
{
color: #BCAC7D;
}
.AnyTagClassName
{
color: #BCAC7D;
}
</style>
background-color css
<style>
a { background-color: #BCAC7D; }
a { background-color: rgb(188,172,125); }
div.DivClassName
{
background-color: #BCAC7D;
}
.BgClassName
{
background-color: #BCAC7D;
}
</style>
border-color css
<style>
span { border-color: #BCAC7D; }
span { border-color: rgb(188,172,125); }
td.TdClassName
{
border-color: #BCAC7D;
}
.TagClassName
{
border-color: #BCAC7D;
}
</style>