Shades of Ecru #BFAC7C
Tints of Ecru #BFAC7C
RGB
CMYK
RGB Variations
Color information
#BFAC7C (or 0xBFAC7C) is known color: Ecru. HEX triplet: BF, AC and 7C. RGB value is (191,172,124). Sum of RGB (Red+Green+Blue) = 191+172+124=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC7C is #405383. Grayscale: #ACACAC. Windows color (decimal): -4215684 or 8170687. OLE color: 8170687.
HSL color Cylindrical-coordinate representation of color #BFAC7C: hue angle of 42.99º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFAC7C is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 124 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.25 |
| HSL | 42.99º | 0.34% | 0.62% | - |
| HSV(B) | 42.99º | 0.35% | 0.75% | - |
| XYZ | 39.88 | 42.04 | 25.08 | - |
| YUV | 172.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 124 | 0 | 0.10 | 0.35 | 0.25 | 42.99 | 0.34 | 0.62 |
| Hex | BF | AC | 7C | 0 | A | 23 | 19 | 2B | 22 | 3E |
| Octal | 277 | 254 | 174 | 0 | 12 | 43 | 31 | 53 | 42 | 76 |
| Binary | 10111111 | 10101100 | 1111100 | 0 | 1010 | 100011 | 11001 | 101011 | 100010 | 111110 |
Color Harmonies of #BFAC7C
Complementary color
Monochromatic Colors of #BFAC7C
Black with #BFAC7C
Text Example
Text Example
White with #BFAC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC7C; }
p { color: rgb(191,172,124); }
H1.HeaderClassName
{
color: #BFAC7C;
}
.AnyTagClassName
{
color: #BFAC7C;
}
</style>
background-color css
<style>
a { background-color: #BFAC7C; }
a { background-color: rgb(191,172,124); }
div.DivClassName
{
background-color: #BFAC7C;
}
.BgClassName
{
background-color: #BFAC7C;
}
</style>
border-color css
<style>
span { border-color: #BFAC7C; }
span { border-color: rgb(191,172,124); }
td.TdClassName
{
border-color: #BFAC7C;
}
.TagClassName
{
border-color: #BFAC7C;
}
</style>