Shades of Ecru #BFAF7E
Tints of Ecru #BFAF7E
RGB
CMYK
RGB Variations
Color information
#BFAF7E (or 0xBFAF7E) is known color: Ecru. HEX triplet: BF, AF and 7E. RGB value is (191,175,126). Sum of RGB (Red+Green+Blue) = 191+175+126=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF7E is #405081. Grayscale: #AEAEAE. Windows color (decimal): -4214914 or 8302527. OLE color: 8302527.
HSL color Cylindrical-coordinate representation of color #BFAF7E: hue angle of 45.23º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFAF7E is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 126 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.25 |
| HSL | 45.23º | 0.34% | 0.62% | - |
| HSV(B) | 45.23º | 0.34% | 0.75% | - |
| XYZ | 40.58 | 43.24 | 25.95 | - |
| YUV | 174.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 126 | 0 | 0.08 | 0.34 | 0.25 | 45.23 | 0.34 | 0.62 |
| Hex | BF | AF | 7E | 0 | 8 | 22 | 19 | 2D | 22 | 3E |
| Octal | 277 | 257 | 176 | 0 | 10 | 42 | 31 | 55 | 42 | 76 |
| Binary | 10111111 | 10101111 | 1111110 | 0 | 1000 | 100010 | 11001 | 101101 | 100010 | 111110 |
Color Harmonies of #BFAF7E
Complementary color
Monochromatic Colors of #BFAF7E
Black with #BFAF7E
Text Example
Text Example
White with #BFAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF7E; }
p { color: rgb(191,175,126); }
H1.HeaderClassName
{
color: #BFAF7E;
}
.AnyTagClassName
{
color: #BFAF7E;
}
</style>
background-color css
<style>
a { background-color: #BFAF7E; }
a { background-color: rgb(191,175,126); }
div.DivClassName
{
background-color: #BFAF7E;
}
.BgClassName
{
background-color: #BFAF7E;
}
</style>
border-color css
<style>
span { border-color: #BFAF7E; }
span { border-color: rgb(191,175,126); }
td.TdClassName
{
border-color: #BFAF7E;
}
.TagClassName
{
border-color: #BFAF7E;
}
</style>