Shades of Ecru #BCAF7E
Tints of Ecru #BCAF7E
RGB
CMYK
RGB Variations
Color information
#BCAF7E (or 0xBCAF7E) is known color: Ecru. HEX triplet: BC, AF and 7E. RGB value is (188,175,126). Sum of RGB (Red+Green+Blue) = 188+175+126=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF7E is #435081. Grayscale: #ADADAD. Windows color (decimal): -4411522 or 8302524. OLE color: 8302524.
HSL color Cylindrical-coordinate representation of color #BCAF7E: hue angle of 47.42º 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 #BCAF7E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 126 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.26 |
| HSL | 47.42º | 0.32% | 0.62% | - |
| HSV(B) | 47.42º | 0.33% | 0.74% | - |
| XYZ | 39.83 | 42.86 | 25.91 | - |
| YUV | 173.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 126 | 0 | 0.07 | 0.33 | 0.26 | 47.42 | 0.32 | 0.62 |
| Hex | BC | AF | 7E | 0 | 7 | 21 | 1A | 2F | 20 | 3E |
| Octal | 274 | 257 | 176 | 0 | 7 | 41 | 32 | 57 | 40 | 76 |
| Binary | 10111100 | 10101111 | 1111110 | 0 | 111 | 100001 | 11010 | 101111 | 100000 | 111110 |
Color Harmonies of #BCAF7E
Complementary color
Monochromatic Colors of #BCAF7E
Black with #BCAF7E
Text Example
Text Example
White with #BCAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF7E; }
p { color: rgb(188,175,126); }
H1.HeaderClassName
{
color: #BCAF7E;
}
.AnyTagClassName
{
color: #BCAF7E;
}
</style>
background-color css
<style>
a { background-color: #BCAF7E; }
a { background-color: rgb(188,175,126); }
div.DivClassName
{
background-color: #BCAF7E;
}
.BgClassName
{
background-color: #BCAF7E;
}
</style>
border-color css
<style>
span { border-color: #BCAF7E; }
span { border-color: rgb(188,175,126); }
td.TdClassName
{
border-color: #BCAF7E;
}
.TagClassName
{
border-color: #BCAF7E;
}
</style>