Shades of Ecru #BFAD73
Tints of Ecru #BFAD73
RGB
CMYK
RGB Variations
Color information
#BFAD73 (or 0xBFAD73) is known color: Ecru. HEX triplet: BF, AD and 73. RGB value is (191,173,115). Sum of RGB (Red+Green+Blue) = 191+173+115=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD73 is #40528C. Grayscale: #ACACAC. Windows color (decimal): -4215437 or 7581119. OLE color: 7581119.
HSL color Cylindrical-coordinate representation of color #BFAD73: hue angle of 45.79º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFAD73 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 115 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.25 |
| HSL | 45.79º | 0.37% | 0.6% | - |
| HSV(B) | 45.79º | 0.4% | 0.75% | - |
| XYZ | 39.52 | 42.2 | 22.28 | - |
| YUV | 171.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 115 | 0 | 0.09 | 0.40 | 0.25 | 45.79 | 0.37 | 0.6 |
| Hex | BF | AD | 73 | 0 | 9 | 28 | 19 | 2E | 25 | 3C |
| Octal | 277 | 255 | 163 | 0 | 11 | 50 | 31 | 56 | 45 | 74 |
| Binary | 10111111 | 10101101 | 1110011 | 0 | 1001 | 101000 | 11001 | 101110 | 100101 | 111100 |
Color Harmonies of #BFAD73
Complementary color
Monochromatic Colors of #BFAD73
Black with #BFAD73
Text Example
Text Example
White with #BFAD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD73; }
p { color: rgb(191,173,115); }
H1.HeaderClassName
{
color: #BFAD73;
}
.AnyTagClassName
{
color: #BFAD73;
}
</style>
background-color css
<style>
a { background-color: #BFAD73; }
a { background-color: rgb(191,173,115); }
div.DivClassName
{
background-color: #BFAD73;
}
.BgClassName
{
background-color: #BFAD73;
}
</style>
border-color css
<style>
span { border-color: #BFAD73; }
span { border-color: rgb(191,173,115); }
td.TdClassName
{
border-color: #BFAD73;
}
.TagClassName
{
border-color: #BFAD73;
}
</style>