Shades of Ecru #BFAA74
Tints of Ecru #BFAA74
RGB
CMYK
RGB Variations
Color information
#BFAA74 (or 0xBFAA74) is known color: Ecru. HEX triplet: BF, AA and 74. RGB value is (191,170,116). Sum of RGB (Red+Green+Blue) = 191+170+116=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA74 is #40558B. Grayscale: #AAAAAA. Windows color (decimal): -4216204 or 7645887. OLE color: 7645887.
HSL color Cylindrical-coordinate representation of color #BFAA74: hue angle of 43.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFAA74 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 116 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.25 |
| HSL | 43.2º | 0.37% | 0.6% | - |
| HSV(B) | 43.2º | 0.39% | 0.75% | - |
| XYZ | 39.01 | 41.09 | 22.4 | - |
| YUV | 170.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 116 | 0 | 0.11 | 0.39 | 0.25 | 43.2 | 0.37 | 0.6 |
| Hex | BF | AA | 74 | 0 | B | 27 | 19 | 2B | 25 | 3C |
| Octal | 277 | 252 | 164 | 0 | 13 | 47 | 31 | 53 | 45 | 74 |
| Binary | 10111111 | 10101010 | 1110100 | 0 | 1011 | 100111 | 11001 | 101011 | 100101 | 111100 |
Color Harmonies of #BFAA74
Complementary color
Monochromatic Colors of #BFAA74
Black with #BFAA74
Text Example
Text Example
White with #BFAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA74; }
p { color: rgb(191,170,116); }
H1.HeaderClassName
{
color: #BFAA74;
}
.AnyTagClassName
{
color: #BFAA74;
}
</style>
background-color css
<style>
a { background-color: #BFAA74; }
a { background-color: rgb(191,170,116); }
div.DivClassName
{
background-color: #BFAA74;
}
.BgClassName
{
background-color: #BFAA74;
}
</style>
border-color css
<style>
span { border-color: #BFAA74; }
span { border-color: rgb(191,170,116); }
td.TdClassName
{
border-color: #BFAA74;
}
.TagClassName
{
border-color: #BFAA74;
}
</style>