Shades of Ecru #BFB37E
Tints of Ecru #BFB37E
RGB
CMYK
RGB Variations
Color information
#BFB37E (or 0xBFB37E) is known color: Ecru. HEX triplet: BF, B3 and 7E. RGB value is (191,179,126). Sum of RGB (Red+Green+Blue) = 191+179+126=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB37E is #404C81. Grayscale: #B0B0B0. Windows color (decimal): -4213890 or 8303551. OLE color: 8303551.
HSL color Cylindrical-coordinate representation of color #BFB37E: hue angle of 48.92º 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 #BFB37E is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 126 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.25 |
| HSL | 48.92º | 0.34% | 0.62% | - |
| HSV(B) | 48.92º | 0.34% | 0.75% | - |
| XYZ | 41.37 | 44.82 | 26.21 | - |
| YUV | 176.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 126 | 0 | 0.06 | 0.34 | 0.25 | 48.92 | 0.34 | 0.62 |
| Hex | BF | B3 | 7E | 0 | 6 | 22 | 19 | 31 | 22 | 3E |
| Octal | 277 | 263 | 176 | 0 | 6 | 42 | 31 | 61 | 42 | 76 |
| Binary | 10111111 | 10110011 | 1111110 | 0 | 110 | 100010 | 11001 | 110001 | 100010 | 111110 |
Color Harmonies of #BFB37E
Complementary color
Monochromatic Colors of #BFB37E
Black with #BFB37E
Text Example
Text Example
White with #BFB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB37E; }
p { color: rgb(191,179,126); }
H1.HeaderClassName
{
color: #BFB37E;
}
.AnyTagClassName
{
color: #BFB37E;
}
</style>
background-color css
<style>
a { background-color: #BFB37E; }
a { background-color: rgb(191,179,126); }
div.DivClassName
{
background-color: #BFB37E;
}
.BgClassName
{
background-color: #BFB37E;
}
</style>
border-color css
<style>
span { border-color: #BFB37E; }
span { border-color: rgb(191,179,126); }
td.TdClassName
{
border-color: #BFB37E;
}
.TagClassName
{
border-color: #BFB37E;
}
</style>