Shades of Ecru #BCAF7F
Tints of Ecru #BCAF7F
RGB
CMYK
RGB Variations
Color information
#BCAF7F (or 0xBCAF7F) is known color: Ecru. HEX triplet: BC, AF and 7F. RGB value is (188,175,127). Sum of RGB (Red+Green+Blue) = 188+175+127=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF7F is #435080. Grayscale: #ADADAD. Windows color (decimal): -4411521 or 8368060. OLE color: 8368060.
HSL color Cylindrical-coordinate representation of color #BCAF7F: hue angle of 47.21º 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 #BCAF7F is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 127 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.26 |
| HSL | 47.21º | 0.31% | 0.62% | - |
| HSV(B) | 47.21º | 0.32% | 0.74% | - |
| XYZ | 39.9 | 42.88 | 26.25 | - |
| YUV | 173.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 127 | 0 | 0.07 | 0.32 | 0.26 | 47.21 | 0.31 | 0.62 |
| Hex | BC | AF | 7F | 0 | 7 | 20 | 1A | 2F | 1F | 3E |
| Octal | 274 | 257 | 177 | 0 | 7 | 40 | 32 | 57 | 37 | 76 |
| Binary | 10111100 | 10101111 | 1111111 | 0 | 111 | 100000 | 11010 | 101111 | 11111 | 111110 |
Color Harmonies of #BCAF7F
Complementary color
Monochromatic Colors of #BCAF7F
Black with #BCAF7F
Text Example
Text Example
White with #BCAF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF7F; }
p { color: rgb(188,175,127); }
H1.HeaderClassName
{
color: #BCAF7F;
}
.AnyTagClassName
{
color: #BCAF7F;
}
</style>
background-color css
<style>
a { background-color: #BCAF7F; }
a { background-color: rgb(188,175,127); }
div.DivClassName
{
background-color: #BCAF7F;
}
.BgClassName
{
background-color: #BCAF7F;
}
</style>
border-color css
<style>
span { border-color: #BCAF7F; }
span { border-color: rgb(188,175,127); }
td.TdClassName
{
border-color: #BCAF7F;
}
.TagClassName
{
border-color: #BCAF7F;
}
</style>