Shades of Ecru #BCAB73
Tints of Ecru #BCAB73
RGB
CMYK
RGB Variations
Color information
#BCAB73 (or 0xBCAB73) is known color: Ecru. HEX triplet: BC, AB and 73. RGB value is (188,171,115). Sum of RGB (Red+Green+Blue) = 188+171+115=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB73 is #43548C. Grayscale: #A9A9A9. Windows color (decimal): -4412557 or 7580604. OLE color: 7580604.
HSL color Cylindrical-coordinate representation of color #BCAB73: hue angle of 46.03º 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 #BCAB73 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 115 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.26 |
| HSL | 46.03º | 0.35% | 0.59% | - |
| HSV(B) | 46.03º | 0.39% | 0.74% | - |
| XYZ | 38.4 | 41.05 | 22.12 | - |
| YUV | 169.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 115 | 0 | 0.09 | 0.39 | 0.26 | 46.03 | 0.35 | 0.59 |
| Hex | BC | AB | 73 | 0 | 9 | 27 | 1A | 2E | 23 | 3B |
| Octal | 274 | 253 | 163 | 0 | 11 | 47 | 32 | 56 | 43 | 73 |
| Binary | 10111100 | 10101011 | 1110011 | 0 | 1001 | 100111 | 11010 | 101110 | 100011 | 111011 |
Color Harmonies of #BCAB73
Complementary color
Monochromatic Colors of #BCAB73
Black with #BCAB73
Text Example
Text Example
White with #BCAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB73; }
p { color: rgb(188,171,115); }
H1.HeaderClassName
{
color: #BCAB73;
}
.AnyTagClassName
{
color: #BCAB73;
}
</style>
background-color css
<style>
a { background-color: #BCAB73; }
a { background-color: rgb(188,171,115); }
div.DivClassName
{
background-color: #BCAB73;
}
.BgClassName
{
background-color: #BCAB73;
}
</style>
border-color css
<style>
span { border-color: #BCAB73; }
span { border-color: rgb(188,171,115); }
td.TdClassName
{
border-color: #BCAB73;
}
.TagClassName
{
border-color: #BCAB73;
}
</style>