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