Shades of Ecru #BCAD73
Tints of Ecru #BCAD73
RGB
CMYK
RGB Variations
Color information
#BCAD73 (or 0xBCAD73) is known color: Ecru. HEX triplet: BC, AD and 73. RGB value is (188,173,115). Sum of RGB (Red+Green+Blue) = 188+173+115=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD73 is #43528C. Grayscale: #ABABAB. Windows color (decimal): -4412045 or 7581116. OLE color: 7581116.
HSL color Cylindrical-coordinate representation of color #BCAD73: hue angle of 47.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCAD73 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 115 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.26 |
| HSL | 47.67º | 0.35% | 0.59% | - |
| HSV(B) | 47.67º | 0.39% | 0.74% | - |
| XYZ | 38.78 | 41.82 | 22.25 | - |
| YUV | 170.87 | 96.47 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 115 | 0 | 0.08 | 0.39 | 0.26 | 47.67 | 0.35 | 0.59 |
| Hex | BC | AD | 73 | 0 | 8 | 27 | 1A | 30 | 23 | 3B |
| Octal | 274 | 255 | 163 | 0 | 10 | 47 | 32 | 60 | 43 | 73 |
| Binary | 10111100 | 10101101 | 1110011 | 0 | 1000 | 100111 | 11010 | 110000 | 100011 | 111011 |
Color Harmonies of #BCAD73
Complementary color
Monochromatic Colors of #BCAD73
Black with #BCAD73
Text Example
Text Example
White with #BCAD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD73; }
p { color: rgb(188,173,115); }
H1.HeaderClassName
{
color: #BCAD73;
}
.AnyTagClassName
{
color: #BCAD73;
}
</style>
background-color css
<style>
a { background-color: #BCAD73; }
a { background-color: rgb(188,173,115); }
div.DivClassName
{
background-color: #BCAD73;
}
.BgClassName
{
background-color: #BCAD73;
}
</style>
border-color css
<style>
span { border-color: #BCAD73; }
span { border-color: rgb(188,173,115); }
td.TdClassName
{
border-color: #BCAD73;
}
.TagClassName
{
border-color: #BCAD73;
}
</style>