Shades of Ecru #BFB386
Tints of Ecru #BFB386
RGB
CMYK
RGB Variations
Color information
#BFB386 (or 0xBFB386) is known color: Ecru. HEX triplet: BF, B3 and 86. RGB value is (191,179,134). Sum of RGB (Red+Green+Blue) = 191+179+134=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB386 is #404C79. Grayscale: #B1B1B1. Windows color (decimal): -4213882 or 8827839. OLE color: 8827839.
HSL color Cylindrical-coordinate representation of color #BFB386: hue angle of 47.37º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB386 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 134 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.25 |
| HSL | 47.37º | 0.31% | 0.64% | - |
| HSV(B) | 47.37º | 0.3% | 0.75% | - |
| XYZ | 41.91 | 45.04 | 29.04 | - |
| YUV | 177.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 134 | 0 | 0.06 | 0.30 | 0.25 | 47.37 | 0.31 | 0.64 |
| Hex | BF | B3 | 86 | 0 | 6 | 1E | 19 | 2F | 1F | 40 |
| Octal | 277 | 263 | 206 | 0 | 6 | 36 | 31 | 57 | 37 | 100 |
| Binary | 10111111 | 10110011 | 10000110 | 0 | 110 | 11110 | 11001 | 101111 | 11111 | 1000000 |
Color Harmonies of #BFB386
Complementary color
Monochromatic Colors of #BFB386
Black with #BFB386
Text Example
Text Example
White with #BFB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB386; }
p { color: rgb(191,179,134); }
H1.HeaderClassName
{
color: #BFB386;
}
.AnyTagClassName
{
color: #BFB386;
}
</style>
background-color css
<style>
a { background-color: #BFB386; }
a { background-color: rgb(191,179,134); }
div.DivClassName
{
background-color: #BFB386;
}
.BgClassName
{
background-color: #BFB386;
}
</style>
border-color css
<style>
span { border-color: #BFB386; }
span { border-color: rgb(191,179,134); }
td.TdClassName
{
border-color: #BFB386;
}
.TagClassName
{
border-color: #BFB386;
}
</style>