Shades of Ecru #BCAD80
Tints of Ecru #BCAD80
RGB
CMYK
RGB Variations
Color information
#BCAD80 (or 0xBCAD80) is known color: Ecru. HEX triplet: BC, AD and 80. RGB value is (188,173,128). Sum of RGB (Red+Green+Blue) = 188+173+128=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD80 is #43527F. Grayscale: #ACACAC. Windows color (decimal): -4412032 or 8433084. OLE color: 8433084.
HSL color Cylindrical-coordinate representation of color #BCAD80: hue angle of 45º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCAD80 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 128 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.26 |
| HSL | 45º | 0.31% | 0.62% | - |
| HSV(B) | 45º | 0.32% | 0.74% | - |
| XYZ | 39.58 | 42.14 | 26.47 | - |
| YUV | 172.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 128 | 0 | 0.08 | 0.32 | 0.26 | 45 | 0.31 | 0.62 |
| Hex | BC | AD | 80 | 0 | 8 | 20 | 1A | 2D | 1F | 3E |
| Octal | 274 | 255 | 200 | 0 | 10 | 40 | 32 | 55 | 37 | 76 |
| Binary | 10111100 | 10101101 | 10000000 | 0 | 1000 | 100000 | 11010 | 101101 | 11111 | 111110 |
Color Harmonies of #BCAD80
Complementary color
Monochromatic Colors of #BCAD80
Black with #BCAD80
Text Example
Text Example
White with #BCAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD80; }
p { color: rgb(188,173,128); }
H1.HeaderClassName
{
color: #BCAD80;
}
.AnyTagClassName
{
color: #BCAD80;
}
</style>
background-color css
<style>
a { background-color: #BCAD80; }
a { background-color: rgb(188,173,128); }
div.DivClassName
{
background-color: #BCAD80;
}
.BgClassName
{
background-color: #BCAD80;
}
</style>
border-color css
<style>
span { border-color: #BCAD80; }
span { border-color: rgb(188,173,128); }
td.TdClassName
{
border-color: #BCAD80;
}
.TagClassName
{
border-color: #BCAD80;
}
</style>