Shades of Ecru #BCAC74
Tints of Ecru #BCAC74
RGB
CMYK
RGB Variations
Color information
#BCAC74 (or 0xBCAC74) is known color: Ecru. HEX triplet: BC, AC and 74. RGB value is (188,172,116). Sum of RGB (Red+Green+Blue) = 188+172+116=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC74 is #43538B. Grayscale: #AAAAAA. Windows color (decimal): -4412300 or 7646396. OLE color: 7646396.
HSL color Cylindrical-coordinate representation of color #BCAC74: hue angle of 46.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCAC74 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 116 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.26 |
| HSL | 46.67º | 0.35% | 0.6% | - |
| HSV(B) | 46.67º | 0.38% | 0.74% | - |
| XYZ | 38.64 | 41.46 | 22.49 | - |
| YUV | 170.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 116 | 0 | 0.09 | 0.38 | 0.26 | 46.67 | 0.35 | 0.6 |
| Hex | BC | AC | 74 | 0 | 9 | 26 | 1A | 2F | 23 | 3C |
| Octal | 274 | 254 | 164 | 0 | 11 | 46 | 32 | 57 | 43 | 74 |
| Binary | 10111100 | 10101100 | 1110100 | 0 | 1001 | 100110 | 11010 | 101111 | 100011 | 111100 |
Color Harmonies of #BCAC74
Complementary color
Monochromatic Colors of #BCAC74
Black with #BCAC74
Text Example
Text Example
White with #BCAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC74; }
p { color: rgb(188,172,116); }
H1.HeaderClassName
{
color: #BCAC74;
}
.AnyTagClassName
{
color: #BCAC74;
}
</style>
background-color css
<style>
a { background-color: #BCAC74; }
a { background-color: rgb(188,172,116); }
div.DivClassName
{
background-color: #BCAC74;
}
.BgClassName
{
background-color: #BCAC74;
}
</style>
border-color css
<style>
span { border-color: #BCAC74; }
span { border-color: rgb(188,172,116); }
td.TdClassName
{
border-color: #BCAC74;
}
.TagClassName
{
border-color: #BCAC74;
}
</style>