Shades of Ecru #BFB57E
Tints of Ecru #BFB57E
RGB
CMYK
RGB Variations
Color information
#BFB57E (or 0xBFB57E) is known color: Ecru. HEX triplet: BF, B5 and 7E. RGB value is (191,181,126). Sum of RGB (Red+Green+Blue) = 191+181+126=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB57E is #404A81. Grayscale: #B1B1B1. Windows color (decimal): -4213378 or 8304063. OLE color: 8304063.
HSL color Cylindrical-coordinate representation of color #BFB57E: hue angle of 50.77º 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 #BFB57E is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 126 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.25 |
| HSL | 50.77º | 0.34% | 0.62% | - |
| HSV(B) | 50.77º | 0.34% | 0.75% | - |
| XYZ | 41.78 | 45.63 | 26.34 | - |
| YUV | 177.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 126 | 0 | 0.05 | 0.34 | 0.25 | 50.77 | 0.34 | 0.62 |
| Hex | BF | B5 | 7E | 0 | 5 | 22 | 19 | 33 | 22 | 3E |
| Octal | 277 | 265 | 176 | 0 | 5 | 42 | 31 | 63 | 42 | 76 |
| Binary | 10111111 | 10110101 | 1111110 | 0 | 101 | 100010 | 11001 | 110011 | 100010 | 111110 |
Color Harmonies of #BFB57E
Complementary color
Monochromatic Colors of #BFB57E
Black with #BFB57E
Text Example
Text Example
White with #BFB57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB57E; }
p { color: rgb(191,181,126); }
H1.HeaderClassName
{
color: #BFB57E;
}
.AnyTagClassName
{
color: #BFB57E;
}
</style>
background-color css
<style>
a { background-color: #BFB57E; }
a { background-color: rgb(191,181,126); }
div.DivClassName
{
background-color: #BFB57E;
}
.BgClassName
{
background-color: #BFB57E;
}
</style>
border-color css
<style>
span { border-color: #BFB57E; }
span { border-color: rgb(191,181,126); }
td.TdClassName
{
border-color: #BFB57E;
}
.TagClassName
{
border-color: #BFB57E;
}
</style>