Shades of Ecru #BCAC76
Tints of Ecru #BCAC76
RGB
CMYK
RGB Variations
Color information
#BCAC76 (or 0xBCAC76) is known color: Ecru. HEX triplet: BC, AC and 76. RGB value is (188,172,118). Sum of RGB (Red+Green+Blue) = 188+172+118=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC76 is #435389. Grayscale: #AAAAAA. Windows color (decimal): -4412298 or 7777468. OLE color: 7777468.
HSL color Cylindrical-coordinate representation of color #BCAC76: hue angle of 46.29º 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 #BCAC76 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 118 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.26 |
| HSL | 46.29º | 0.34% | 0.6% | - |
| HSV(B) | 46.29º | 0.37% | 0.74% | - |
| XYZ | 38.76 | 41.5 | 23.11 | - |
| YUV | 170.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 118 | 0 | 0.09 | 0.37 | 0.26 | 46.29 | 0.34 | 0.6 |
| Hex | BC | AC | 76 | 0 | 9 | 25 | 1A | 2E | 22 | 3C |
| Octal | 274 | 254 | 166 | 0 | 11 | 45 | 32 | 56 | 42 | 74 |
| Binary | 10111100 | 10101100 | 1110110 | 0 | 1001 | 100101 | 11010 | 101110 | 100010 | 111100 |
Color Harmonies of #BCAC76
Complementary color
Monochromatic Colors of #BCAC76
Black with #BCAC76
Text Example
Text Example
White with #BCAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC76; }
p { color: rgb(188,172,118); }
H1.HeaderClassName
{
color: #BCAC76;
}
.AnyTagClassName
{
color: #BCAC76;
}
</style>
background-color css
<style>
a { background-color: #BCAC76; }
a { background-color: rgb(188,172,118); }
div.DivClassName
{
background-color: #BCAC76;
}
.BgClassName
{
background-color: #BCAC76;
}
</style>
border-color css
<style>
span { border-color: #BCAC76; }
span { border-color: rgb(188,172,118); }
td.TdClassName
{
border-color: #BCAC76;
}
.TagClassName
{
border-color: #BCAC76;
}
</style>