Shades of Ecru #BFB486
Tints of Ecru #BFB486
RGB
CMYK
RGB Variations
Color information
#BFB486 (or 0xBFB486) is known color: Ecru. HEX triplet: BF, B4 and 86. RGB value is (191,180,134). Sum of RGB (Red+Green+Blue) = 191+180+134=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB486 is #404B79. Grayscale: #B2B2B2. Windows color (decimal): -4213626 or 8828095. OLE color: 8828095.
HSL color Cylindrical-coordinate representation of color #BFB486: hue angle of 48.42º 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 #BFB486 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 134 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.25 |
| HSL | 48.42º | 0.31% | 0.64% | - |
| HSV(B) | 48.42º | 0.3% | 0.75% | - |
| XYZ | 42.11 | 45.44 | 29.11 | - |
| YUV | 178.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 134 | 0 | 0.06 | 0.30 | 0.25 | 48.42 | 0.31 | 0.64 |
| Hex | BF | B4 | 86 | 0 | 6 | 1E | 19 | 30 | 1F | 40 |
| Octal | 277 | 264 | 206 | 0 | 6 | 36 | 31 | 60 | 37 | 100 |
| Binary | 10111111 | 10110100 | 10000110 | 0 | 110 | 11110 | 11001 | 110000 | 11111 | 1000000 |
Color Harmonies of #BFB486
Complementary color
Monochromatic Colors of #BFB486
Black with #BFB486
Text Example
Text Example
White with #BFB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB486; }
p { color: rgb(191,180,134); }
H1.HeaderClassName
{
color: #BFB486;
}
.AnyTagClassName
{
color: #BFB486;
}
</style>
background-color css
<style>
a { background-color: #BFB486; }
a { background-color: rgb(191,180,134); }
div.DivClassName
{
background-color: #BFB486;
}
.BgClassName
{
background-color: #BFB486;
}
</style>
border-color css
<style>
span { border-color: #BFB486; }
span { border-color: rgb(191,180,134); }
td.TdClassName
{
border-color: #BFB486;
}
.TagClassName
{
border-color: #BFB486;
}
</style>