Shades of Ecru #BCAD74
Tints of Ecru #BCAD74
RGB
CMYK
RGB Variations
Color information
#BCAD74 (or 0xBCAD74) is known color: Ecru. HEX triplet: BC, AD and 74. RGB value is (188,173,116). Sum of RGB (Red+Green+Blue) = 188+173+116=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD74 is #43528B. Grayscale: #ABABAB. Windows color (decimal): -4412044 or 7646652. OLE color: 7646652.
HSL color Cylindrical-coordinate representation of color #BCAD74: hue angle of 47.5º 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 #BCAD74 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 116 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.26 |
| HSL | 47.5º | 0.35% | 0.6% | - |
| HSV(B) | 47.5º | 0.38% | 0.74% | - |
| XYZ | 38.84 | 41.84 | 22.55 | - |
| YUV | 170.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 116 | 0 | 0.08 | 0.38 | 0.26 | 47.5 | 0.35 | 0.6 |
| Hex | BC | AD | 74 | 0 | 8 | 26 | 1A | 30 | 23 | 3C |
| Octal | 274 | 255 | 164 | 0 | 10 | 46 | 32 | 60 | 43 | 74 |
| Binary | 10111100 | 10101101 | 1110100 | 0 | 1000 | 100110 | 11010 | 110000 | 100011 | 111100 |
Color Harmonies of #BCAD74
Complementary color
Monochromatic Colors of #BCAD74
Black with #BCAD74
Text Example
Text Example
White with #BCAD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD74; }
p { color: rgb(188,173,116); }
H1.HeaderClassName
{
color: #BCAD74;
}
.AnyTagClassName
{
color: #BCAD74;
}
</style>
background-color css
<style>
a { background-color: #BCAD74; }
a { background-color: rgb(188,173,116); }
div.DivClassName
{
background-color: #BCAD74;
}
.BgClassName
{
background-color: #BCAD74;
}
</style>
border-color css
<style>
span { border-color: #BCAD74; }
span { border-color: rgb(188,173,116); }
td.TdClassName
{
border-color: #BCAD74;
}
.TagClassName
{
border-color: #BCAD74;
}
</style>