Shades of Ecru #BFB67E
Tints of Ecru #BFB67E
RGB
CMYK
RGB Variations
Color information
#BFB67E (or 0xBFB67E) is known color: Ecru. HEX triplet: BF, B6 and 7E. RGB value is (191,182,126). Sum of RGB (Red+Green+Blue) = 191+182+126=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB67E is #404981. Grayscale: #B2B2B2. Windows color (decimal): -4213122 or 8304319. OLE color: 8304319.
HSL color Cylindrical-coordinate representation of color #BFB67E: hue angle of 51.69º 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 #BFB67E is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 126 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.25 |
| HSL | 51.69º | 0.34% | 0.62% | - |
| HSV(B) | 51.69º | 0.34% | 0.75% | - |
| XYZ | 41.98 | 46.04 | 26.41 | - |
| YUV | 178.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 126 | 0 | 0.05 | 0.34 | 0.25 | 51.69 | 0.34 | 0.62 |
| Hex | BF | B6 | 7E | 0 | 5 | 22 | 19 | 34 | 22 | 3E |
| Octal | 277 | 266 | 176 | 0 | 5 | 42 | 31 | 64 | 42 | 76 |
| Binary | 10111111 | 10110110 | 1111110 | 0 | 101 | 100010 | 11001 | 110100 | 100010 | 111110 |
Color Harmonies of #BFB67E
Complementary color
Monochromatic Colors of #BFB67E
Black with #BFB67E
Text Example
Text Example
White with #BFB67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB67E; }
p { color: rgb(191,182,126); }
H1.HeaderClassName
{
color: #BFB67E;
}
.AnyTagClassName
{
color: #BFB67E;
}
</style>
background-color css
<style>
a { background-color: #BFB67E; }
a { background-color: rgb(191,182,126); }
div.DivClassName
{
background-color: #BFB67E;
}
.BgClassName
{
background-color: #BFB67E;
}
</style>
border-color css
<style>
span { border-color: #BFB67E; }
span { border-color: rgb(191,182,126); }
td.TdClassName
{
border-color: #BFB67E;
}
.TagClassName
{
border-color: #BFB67E;
}
</style>