Shades of Ecru #BCAC7E
Tints of Ecru #BCAC7E
RGB
CMYK
RGB Variations
Color information
#BCAC7E (or 0xBCAC7E) is known color: Ecru. HEX triplet: BC, AC and 7E. RGB value is (188,172,126). Sum of RGB (Red+Green+Blue) = 188+172+126=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC7E is #435381. Grayscale: #ABABAB. Windows color (decimal): -4412290 or 8301756. OLE color: 8301756.
HSL color Cylindrical-coordinate representation of color #BCAC7E: hue angle of 44.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCAC7E is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 126 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.26 |
| HSL | 44.52º | 0.32% | 0.62% | - |
| HSV(B) | 44.52º | 0.33% | 0.74% | - |
| XYZ | 39.26 | 41.7 | 25.72 | - |
| YUV | 171.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 126 | 0 | 0.09 | 0.33 | 0.26 | 44.52 | 0.32 | 0.62 |
| Hex | BC | AC | 7E | 0 | 9 | 21 | 1A | 2D | 20 | 3E |
| Octal | 274 | 254 | 176 | 0 | 11 | 41 | 32 | 55 | 40 | 76 |
| Binary | 10111100 | 10101100 | 1111110 | 0 | 1001 | 100001 | 11010 | 101101 | 100000 | 111110 |
Color Harmonies of #BCAC7E
Complementary color
Monochromatic Colors of #BCAC7E
Black with #BCAC7E
Text Example
Text Example
White with #BCAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC7E; }
p { color: rgb(188,172,126); }
H1.HeaderClassName
{
color: #BCAC7E;
}
.AnyTagClassName
{
color: #BCAC7E;
}
</style>
background-color css
<style>
a { background-color: #BCAC7E; }
a { background-color: rgb(188,172,126); }
div.DivClassName
{
background-color: #BCAC7E;
}
.BgClassName
{
background-color: #BCAC7E;
}
</style>
border-color css
<style>
span { border-color: #BCAC7E; }
span { border-color: rgb(188,172,126); }
td.TdClassName
{
border-color: #BCAC7E;
}
.TagClassName
{
border-color: #BCAC7E;
}
</style>